医学审核问题修改

This commit is contained in:
he
2024-03-07 10:01:07 +08:00
parent 6319f1e82d
commit 875af7e9f7
3 changed files with 10 additions and 6 deletions
@@ -89,7 +89,6 @@ namespace IRaCIS.Core.Application.ViewModel
public class TrialDataFromSystem : ReadingMedicineTrialQuestion
{
public Guid SystemQuestionId { get; set; }
}
@@ -100,7 +99,7 @@ namespace IRaCIS.Core.Application.ViewModel
[NotDefault]
public Guid TrialReadingCriterionId { get; set; }
public bool IsEnglish { get; set; }
public LanguageType LanguageType { get; set; }
}
public class AddTrialDataFromSystemInDto