设置医学审核失效

This commit is contained in:
2022-08-12 13:30:22 +08:00
parent 710e2fa2f4
commit bfb905d130
3 changed files with 35 additions and 3 deletions
@@ -104,6 +104,15 @@ namespace IRaCIS.Core.Application.ViewModel
}
public class SetMedicalReviewInvalidCommand
{
[NotDefault]
public Guid TrialId { get; set; }
public List<Guid> MedicalReviewIdList { get; set; }
}
public class GenerateMedicalReviewTaskQuery : TaskMedicalReviewQuery
{
public bool? IsGeneratedJudge { get; set; }