医生审核问题一件添加

This commit is contained in:
he
2024-03-04 14:11:18 +08:00
parent 12b668642c
commit e5d08cdb3e
2 changed files with 91 additions and 7 deletions
@@ -91,7 +91,16 @@ namespace IRaCIS.Core.Application.ViewModel
{
public Guid SystemQuestionId { get; set; }
}
public class AddTrialDataFromSystemInDto
public class AddDefaultQuestionsInDto
{
public Guid TrialId { get; set; }
[NotDefault]
public Guid TrialReadingCriterionId { get; set; }
}
public class AddTrialDataFromSystemInDto
{
public Guid TrialId { get; set; }