Uat_Study
he 2022-10-17 17:39:24 +08:00
parent 55b36519d1
commit ca01517aa3
1 changed files with 1 additions and 2 deletions

View File

@ -30,8 +30,7 @@ namespace IRaCIS.Core.Application.Service
CreateMap<SystemBasicDataAddOrEdit, SystemBasicData>().ReverseMap();
CreateMap<Dictionary, GetTrialConfigDictionarySelectOutDto>()
.ForMember(o => o.ConfigType, t => t.MapFrom(u => u.ConfigDictionary.Code));
CreateMap<Dictionary, BasicDicView>()
.ForMember(o => o.ConfigType, t => t.MapFrom(u => u.ConfigDictionary.Code));