修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
d56d1142cd
commit
cdd8250a0c
|
@ -220,6 +220,12 @@ namespace IRaCIS.Core.Application.ViewModel
|
|||
|
||||
public string ChildDataLabel { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 前端渲染数组 数组名 和数组值 英文名称
|
||||
/// </summary>
|
||||
public string ChildDataEnLabel { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 子数据Value
|
||||
/// </summary>
|
||||
|
@ -274,6 +280,8 @@ namespace IRaCIS.Core.Application.ViewModel
|
|||
/// </summary>
|
||||
public string ForeignKeyEnText { get; set; } = string.Empty;
|
||||
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 接口名
|
||||
|
|
|
@ -84,6 +84,13 @@ namespace IRaCIS.Core.Domain.Models
|
|||
|
||||
//前端渲染数组 数组名 和数组值
|
||||
public string ChildDataLabel { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 前端渲染数组 数组名 和数组值 英文名称
|
||||
/// </summary>
|
||||
public string ChildDataEnLabel { get; set; } = string.Empty;
|
||||
|
||||
public string ChildDataValue { get; set; }
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue