Uat_Study
he 2022-07-04 14:05:23 +08:00
parent 407205ec79
commit 4486f94613
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +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<MedicineQuestionAnswer> QuestionAnswerList { get; set; } public List<MedicineQuestionAnswer> QuestionAnswerList { get; set; }
} }