医学审核问题配置

This commit is contained in:
he
2024-03-04 16:01:16 +08:00
parent 5683ced93d
commit e181c3cc82
2 changed files with 6 additions and 3 deletions
@@ -92,12 +92,15 @@ namespace IRaCIS.Core.Application.ViewModel
public Guid SystemQuestionId { get; set; }
}
public class AddDefaultQuestionsInDto
public class AddDefaultQuestionsInDto
{
public Guid TrialId { get; set; }
[NotDefault]
public Guid TrialReadingCriterionId { get; set; }
public bool IsEnglish { get; set; }
}
public class AddTrialDataFromSystemInDto