修改项目配置
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user