添加配置
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
1e91c08ae3
commit
a2dd550a72
|
@ -150,6 +150,11 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||||
public DateTime UpdateTime { get; set; }
|
public DateTime UpdateTime { get; set; }
|
||||||
public Guid UpdateUserId { get; set; }
|
public Guid UpdateUserId { get; set; }
|
||||||
public string Code { get; set; } = string.Empty;
|
public string Code { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 字段的英文值
|
||||||
|
/// </summary>
|
||||||
|
public string CodeEn { get; set; } = string.Empty;
|
||||||
public Guid? ParentId { get; set; }
|
public Guid? ParentId { get; set; }
|
||||||
public bool IsEnable { get; set; }
|
public bool IsEnable { get; set; }
|
||||||
public Guid? ModuleTypeId { get; set; }
|
public Guid? ModuleTypeId { get; set; }
|
||||||
|
|
|
@ -82,6 +82,12 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
public string Code { get; set; } = String.Empty;
|
public string Code { get; set; } = String.Empty;
|
||||||
|
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 字段的英文值
|
||||||
|
/// </summary>
|
||||||
|
public string CodeEn { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
|
||||||
//前端渲染数组 数组名 和数组值
|
//前端渲染数组 数组名 和数组值
|
||||||
public string ChildDataLabel { get; set; }
|
public string ChildDataLabel { get; set; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue