This commit is contained in:
2022-07-22 15:42:34 +08:00
parent 712ed21783
commit bf703be85c
2 changed files with 31 additions and 0 deletions
@@ -105,6 +105,15 @@ namespace IRaCIS.Core.Application.ViewModel
}
public class DoctorSelectQuery
{
[NotDefault]
public Guid TrialId { get; set; }
public ReadingCategory? ReadingCategory { get; set; }
}
public class AssignDoctorStatView : TaskAllocationRuleDTO
{
public int? AssignedSubjectCount { get; set; }