增加面板统计数字

This commit is contained in:
2022-04-13 14:26:00 +08:00
parent 587ead5ae4
commit 1fc5229672
3 changed files with 17 additions and 2 deletions
@@ -53,6 +53,10 @@ namespace IRaCIS.Core.Application.Contracts
public class TrialSiteSurveyStat:TrialSelectDTO
{
public int? ApprovalRequiredCount { get; set; }
public int? ApprovalRequiredSiteCount { get; set; }
}