修改列表查询

This commit is contained in:
2022-09-29 13:14:49 +08:00
parent 62db8805c7
commit f259743396
5 changed files with 36 additions and 6 deletions
@@ -101,7 +101,7 @@ namespace IRaCIS.Core.Application.ViewModel
public ReadingTaskState? ReadingTaskState { get; set; }
public Guid? TrialReadingCriterionId { get; set; }
}
@@ -260,6 +260,8 @@ namespace IRaCIS.Core.Application.ViewModel
public Arm? ArmEnum { get; set; }
public Guid? TrialReadingCriterionId { get; set; }
}