修改
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; }
/// <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>
/// 接口名

View File

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