Uat_Study
parent
865e295b7d
commit
2229521640
|
@ -130,7 +130,7 @@ namespace IRaCIS.Core.Application.Service
|
|||
|
||||
#region IR阅片
|
||||
CreateMap<ReadingQuestionTrial, GetTrialReadingQuestionOutDto>()
|
||||
.ForMember(x=>x.ReadingQuestionTrialId, y=>y.MapFrom(z=>z.Id));
|
||||
.ForMember(x=>x.Id, y=>y.MapFrom(z=>z.Id));
|
||||
|
||||
CreateMap<VisitTask, GetReadingPastResultListOutDto>()
|
||||
.ForMember(x => x.VisitTaskId, y => y.MapFrom(z => z.Id));
|
||||
|
|
Loading…
Reference in New Issue