From 82645238a5855f6f7b8c397d1f8fa8b4a3155b94 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 14 七月 2021 16:00:18 +0800 Subject: [PATCH] 提交 --- zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs b/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs index 72234ee..9556863 100644 --- a/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs +++ b/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs @@ -206,6 +206,20 @@ CreateMap<LZhuanjiahuidum, LZhuanjiahuidumDTO>(); CreateMap<LZhuanjiahuidumDTO, LZhuanjiahuidum>(); + CreateMap<OrderBanci, OrderBanciDTO>(); + CreateMap<OrderBanciDTO, OrderBanci>(); + + CreateMap<OrderBanciDtl, OrderBanciDtlDTO>(); + CreateMap<OrderBanciDtlDTO, OrderBanciDtl>(); + + CreateMap<OrderBanciOrder, OrderBanciOrderDTO>(); + CreateMap<OrderBanciOrderDTO, OrderBanciOrder>(); + + CreateMap<LiaotianShoucang, LiaotianShoucangDTO>(); + CreateMap<LiaotianShoucangDTO, LiaotianShoucang>(); + + CreateMap<IntentionVisitDuanxin, IntentionVisitDuanxinDTO>(); + CreateMap<IntentionVisitDuanxinDTO, IntentionVisitDuanxin>(); } } } -- Gitblit v1.9.1