修改
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; }
|
public string ChildDataLabel { get; set; }
|
||||||
|
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 前端渲染数组 数组名 和数组值 英文名称
|
||||||
|
/// </summary>
|
||||||
|
public string ChildDataEnLabel { get; set; } = string.Empty;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 子数据Value
|
/// 子数据Value
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -275,6 +281,8 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||||
public string ForeignKeyEnText { get; set; } = string.Empty;
|
public string ForeignKeyEnText { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 接口名
|
/// 接口名
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -84,6 +84,13 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
|
|
||||||
//前端渲染数组 数组名 和数组值
|
//前端渲染数组 数组名 和数组值
|
||||||
public string ChildDataLabel { get; set; }
|
public string ChildDataLabel { get; set; }
|
||||||
|
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 前端渲染数组 数组名 和数组值 英文名称
|
||||||
|
/// </summary>
|
||||||
|
public string ChildDataEnLabel { get; set; } = string.Empty;
|
||||||
|
|
||||||
public string ChildDataValue { get; set; }
|
public string ChildDataValue { get; set; }
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue