更新
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user