zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs
@@ -206,6 +206,15 @@ CreateMap<LZhuanjiahuidum, LZhuanjiahuidumDTO>(); CreateMap<LZhuanjiahuidumDTO, LZhuanjiahuidum>(); CreateMap<OrderBanci, OrderBanciDTO>(); CreateMap<OrderBanciDTO, OrderBanci>(); CreateMap<OrderBanciDtl, OrderBanciDtlDTO>(); CreateMap<OrderBanciDtlDTO, OrderBanciDtl>(); CreateMap<OrderBanciOrder, OrderBanciOrderDTO>(); CreateMap<OrderBanciOrderDTO, OrderBanciOrder>(); } } }