This commit is contained in:
he
2023-02-08 14:25:07 +08:00
parent 6e1b4f5403
commit eb72ae82e7
3 changed files with 11 additions and 10 deletions
@@ -100,6 +100,9 @@ namespace IRaCIS.Application.Contracts
public Guid Id { get; set; }
public string Code { get; set; } = string.Empty;
public int Count { get; set; }
public int ShowOrder { get; set; }
public string Description { get; set; } = string.Empty;
}