增加统计字段

This commit is contained in:
2024-03-11 15:45:12 +08:00
parent 21cc610095
commit cd7318dd63
2 changed files with 18 additions and 0 deletions
@@ -382,6 +382,10 @@ namespace IRaCIS.Core.Application.Contracts
public int? TrialWaitSignDocCount { get; set; }
public int? SysWaitSignDocCount { get; set; }
public int? TrialSignedDocCount { get; set; }
public int? SysSignedDocCount { get; set; }
#region PM/APM
public int? PM_SiteSurveryCount { get; set; }
public int? PM_CheckCount { get; set; }