From c2bd119aba05cee7fcb7eb8f2dd39ee4781b885c Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 11 三月 2022 14:21:07 +0800
Subject: [PATCH] 质疑投诉打印格式修改

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

diff --git a/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs b/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs
index 92fedbb..66cc5d7 100644
--- a/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs
+++ b/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs
@@ -249,6 +249,72 @@
             CreateMap<AdmAskBaiFang, AdmAskBaiFangDTO>();
             CreateMap<AdmAskBaiFangDTO, AdmAskBaiFang>();
 
+            CreateMap<AdmCustomerWithdrawal, AdmCustomerWithdrawalDTO>();
+            CreateMap<AdmCustomerWithdrawalDTO, AdmCustomerWithdrawal>();
+
+            CreateMap<AdmAskCiZhi, AdmAskCiZhiDTO>();
+            CreateMap<AdmAskCiZhiDTO, AdmAskCiZhi>();
+
+            CreateMap<AdmAskJiaojie, AdmAskJiaojieDTO>();
+            CreateMap<AdmAskJiaojieDTO, AdmAskJiaojie>();
+
+            CreateMap<AdmAskJiaojieDtl, AdmAskJiaojieDtlDTO>();
+            CreateMap<AdmAskJiaojieDtlDTO, AdmAskJiaojieDtl>();
+
+            CreateMap<SysBaimingdan, SysBaimingdanDTO>();
+            CreateMap<SysBaimingdanDTO, SysBaimingdan>();
+
+            CreateMap<AdmTongxunlu, AdmTongxunluDTO>();
+            CreateMap<AdmTongxunluDTO, AdmTongxunlu>();
+
+            CreateMap<AdmZhanghaomima, AdmZhanghaomimaDTO>();
+            CreateMap<AdmZhanghaomimaDTO, AdmZhanghaomima>();
+
+            CreateMap<AdmGoodsRecord, AdmGoodsRecordDTO>();
+            CreateMap<AdmGoodsRecordDTO, AdmGoodsRecord>();
+
+            CreateMap<ExpertTestTopic, ExpertTestTopicDTO>();
+            CreateMap<ExpertTestTopicDTO, ExpertTestTopic>();
+
+            CreateMap<ExpertTestTopicanwser, ExpertTestTopicanwserDTO>();
+            CreateMap<ExpertTestTopicanwserDTO, ExpertTestTopicanwser>();
+
+            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>();
+
+            CreateMap<FiCustomerrecievemoney, FiCustomerrecievemoneyDTO>();
+            CreateMap<FiCustomerrecievemoneyDTO, FiCustomerrecievemoney>();
+
         }
     }
 }

--
Gitblit v1.9.1