修改一版

Uat_Study
he 2022-07-04 13:59:26 +08:00
parent 05d7d7e34a
commit 71a380c2a9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid TaskMedicalReviewId { get; set; }
public Guid VisitTaskId { get; set; }
public List<QuestionAnswer> QuestionAnswerList { get; set; }
public List<MedicineQuestionAnswer> QuestionAnswerList { get; set; }
}
public class MedicineQuestionAnswer