This commit is contained in:
he
2022-06-24 11:31:05 +08:00
parent 83480730f0
commit a1c140a0f9
@@ -76,7 +76,8 @@ namespace IRaCIS.Core.Application.Service
CreateMap<ReadingQuestionTrial, GetTrialReadingQuestionOutDto>()
.ForMember(x=>x.ReadingQuestionTrialId, y=>y.MapFrom(z=>z.Id));
CreateMap<VisitTask, GetReadingPastResultListOutDto>();
CreateMap<VisitTask, GetReadingPastResultListOutDto>()
.ForMember(x => x.TaskId, y => y.MapFrom(z => z.Id));
#endregion