Uat_Study
parent
55b36519d1
commit
ca01517aa3
|
@ -30,8 +30,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
|
|
||||||
CreateMap<SystemBasicDataAddOrEdit, SystemBasicData>().ReverseMap();
|
CreateMap<SystemBasicDataAddOrEdit, SystemBasicData>().ReverseMap();
|
||||||
|
|
||||||
CreateMap<Dictionary, GetTrialConfigDictionarySelectOutDto>()
|
|
||||||
.ForMember(o => o.ConfigType, t => t.MapFrom(u => u.ConfigDictionary.Code));
|
|
||||||
|
|
||||||
CreateMap<Dictionary, BasicDicView>()
|
CreateMap<Dictionary, BasicDicView>()
|
||||||
.ForMember(o => o.ConfigType, t => t.MapFrom(u => u.ConfigDictionary.Code));
|
.ForMember(o => o.ConfigType, t => t.MapFrom(u => u.ConfigDictionary.Code));
|
||||||
|
|
Loading…
Reference in New Issue