This commit is contained in:
he
2023-07-18 16:35:31 +08:00
parent 47a4403cbe
commit ef8220c236
4 changed files with 24 additions and 3 deletions
@@ -257,6 +257,10 @@ namespace IRaCIS.Core.Application.Contracts
public int? ToBeDealedCount { get; set; }
public int? ToAllCount { get; set; }
public int? ToBeVisitCount { get; set; }
public int? ReadModuleCount { get; set; }
}