From 10ec50f8e9ded45e8b439114a17ed89297c948c7 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 13 七月 2021 15:04:51 +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