修改
continuous-integration/drone/push Build is passing Details

IRC_NewDev
he 2024-08-28 11:22:51 +08:00
parent d56d1142cd
commit cdd8250a0c
2 changed files with 15 additions and 0 deletions

View File

@ -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>

View File

@ -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; }