Uat_Study
he 2022-06-24 11:31:05 +08:00
parent 83480730f0
commit a1c140a0f9
1 changed files with 2 additions and 1 deletions

View File

@ -76,7 +76,8 @@ namespace IRaCIS.Core.Application.Service
CreateMap<ReadingQuestionTrial, GetTrialReadingQuestionOutDto>() CreateMap<ReadingQuestionTrial, GetTrialReadingQuestionOutDto>()
.ForMember(x=>x.ReadingQuestionTrialId, y=>y.MapFrom(z=>z.Id)); .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 #endregion