修改项目配置

This commit is contained in:
2022-07-22 13:49:32 +08:00
parent eeb70778b9
commit 5342d4d470
9 changed files with 52 additions and 18 deletions
@@ -105,6 +105,15 @@ namespace IRaCIS.Core.Application.ViewModel
}
public class AssignDoctorStatView : TaskAllocationRuleDTO
{
public int? AssignedSubjectCount { get; set; }
public int? WaitDealTrialTaskCount { get; set; }
public int? WaitDealAllTaskCount { get; set; }
}
///<summary> TaskAllocationRuleAddOrEdit 列表查询参数模型</summary>
public class TaskAllocationRuleAddOrEdit
{