This commit is contained in:
he
2023-02-02 17:06:43 +08:00
parent 3520c1213c
commit 1c546fcb2b
5 changed files with 26 additions and 4 deletions
@@ -111,6 +111,8 @@ namespace IRaCIS.Application.Contracts
public string ValueCN { get; set; } = string.Empty;
public string Value { get; set; } = string.Empty;
public string Description { get; set; } = string.Empty;
public int ShowOrder { get; set; }
public Guid? ParentId { get; set; }