From d14b82fec13361486c49165371b5dee1b7089c09 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 09 十二月 2021 13:35:23 +0800
Subject: [PATCH] 提交

---
 zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs b/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs
index c83d6de..01142b5 100644
--- a/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs
+++ b/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs
@@ -282,6 +282,36 @@
             CreateMap<ExpertTestTopicjiexi, ExpertTestTopicjiexiDTO>();
             CreateMap<ExpertTestTopicjiexiDTO, ExpertTestTopicjiexi>();
 
+            CreateMap<ExpertTestResult, ExpertTestResultDTO>();
+            CreateMap<ExpertTestResultDTO, ExpertTestResult>();
+
+            CreateMap<ExpertTestTopicpeizhi, ExpertTestTopicpeizhiDTO>();
+            CreateMap<ExpertTestTopicpeizhiDTO, ExpertTestTopicpeizhi>();
+
+            CreateMap<TComplaintRespondent, TComplaintRespondentDTO>();
+            CreateMap<TComplaintRespondentDTO, TComplaintRespondent>();
+
+            CreateMap<TComplaintletter, TComplaintletterDTO>();
+            CreateMap<TComplaintletterDTO, TComplaintletter>();
+
+            CreateMap<TComplaintItem, TComplaintItemDTO>();
+            CreateMap<TComplaintItemDTO, TComplaintItem>();
+
+            CreateMap<TChallengeletter, TChallengeletterDTO>();
+            CreateMap<TChallengeletterDTO, TChallengeletter>();
+
+            CreateMap<TChallengeItem, TChallengeItemDTO>();
+            CreateMap<TChallengeItemDTO, TChallengeItem>();
+
+            CreateMap<HrShebao, HrShebaoDTO>();
+            CreateMap<HrShebaoDTO, HrShebao>();
+
+            CreateMap<TComplaintGongyingshang, TComplaintGongyingshangDTO>();
+            CreateMap<TComplaintGongyingshangDTO, TComplaintGongyingshang>();
+
+            CreateMap<TComplaintShouquandaibiao, TComplaintShouquandaibiaoDTO>();
+            CreateMap<TComplaintShouquandaibiaoDTO, TComplaintShouquandaibiao>();
+
         }
     }
 }

--
Gitblit v1.9.1