修改一版

This commit is contained in:
he
2022-07-04 13:59:26 +08:00
parent 05d7d7e34a
commit 71a380c2a9
@@ -15,7 +15,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid TaskMedicalReviewId { get; set; } public Guid TaskMedicalReviewId { get; set; }
public Guid VisitTaskId { get; set; } public Guid VisitTaskId { get; set; }
public List<QuestionAnswer> QuestionAnswerList { get; set; } public List<MedicineQuestionAnswer> QuestionAnswerList { get; set; }
} }
public class MedicineQuestionAnswer public class MedicineQuestionAnswer