医学审核问题配置
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user