字典表 加字段

This commit is contained in:
2022-04-01 17:06:48 +08:00
parent aa18ce52f2
commit 555c9789b0
4 changed files with 53 additions and 31 deletions
@@ -63,6 +63,9 @@ namespace IRaCIS.Application.Contracts
public string Value { get; set; } = string.Empty;
public string Code { get; set; } = string.Empty;
public string ChildGroup { get; set; } = string.Empty;
public int ShowOrder { get; set; }
public Guid? ParentId { get; set; }