zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs
@@ -306,6 +306,15 @@ CreateMap<HrShebao, HrShebaoDTO>(); CreateMap<HrShebaoDTO, HrShebao>(); CreateMap<TComplaintGongyingshang, TComplaintGongyingshangDTO>(); CreateMap<TComplaintGongyingshangDTO, TComplaintGongyingshang>(); CreateMap<TComplaintShouquandaibiao, TComplaintShouquandaibiaoDTO>(); CreateMap<TComplaintShouquandaibiaoDTO, TComplaintShouquandaibiao>(); CreateMap<FiCustomerrecievemoney, FiCustomerrecievemoneyDTO>(); CreateMap<FiCustomerrecievemoneyDTO, FiCustomerrecievemoney>(); } } }