From 67a0042c5f29e4bb0e0b82f6190f2bc51480b45c Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期二, 28 二月 2023 13:25:09 +0800 Subject: [PATCH] 工资绩效改版 --- zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs | 143 +++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 143 insertions(+), 0 deletions(-) diff --git a/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs b/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs index 83fd413..9e149f3 100644 --- a/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs +++ b/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs @@ -1,6 +1,7 @@ 锘縰sing AutoMapper; using DTO; using DTO.Models; +using DTO.WebCrawler; using System; using System.Collections.Generic; using System.Text; @@ -59,6 +60,9 @@ CreateMap<IntentionCustomerDTO, CooperatecustomCustomerDTO>(); CreateMap<CooperatecustomCustomerDTO, IntentionCustomerDTO>(); + + CreateMap<IntentionCustomer, CooperatecustomCustomer>(); + CreateMap<CooperatecustomCustomer, IntentionCustomer>(); CreateMap<CooperOrder, CooperOrderDTO>(); CreateMap<CooperOrderDTO, CooperOrder>(); @@ -164,6 +168,9 @@ CreateMap<WfRunProcess, WfRunProcessDTO>(); CreateMap<WfRunProcessDTO, WfRunProcess>(); + CreateMap<WfHistoryDTO, WfNeeddeelDTO>(); + CreateMap<WfNeeddeelDTO, WfHistoryDTO>(); + CreateMap<SysAttachment, SysAttachmentDTO>(); CreateMap<SysAttachmentDTO, SysAttachment>(); @@ -203,6 +210,142 @@ 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>(); + + + CreateMap<DtChannelArticleNews, DtChannelArticleNewsDTO>(); + CreateMap<DtChannelArticleNewsDTO, DtChannelArticleNews>(); + + CreateMap<AdmEvaluate, AdmEvaluateDTO>(); + CreateMap<AdmEvaluateDTO, AdmEvaluate>(); + + CreateMap<AdmAskcost, AdmAskcostDTO>(); + CreateMap<AdmAskcostDTO, AdmAskcost>(); + + CreateMap<AdmAskGood, AdmAskGoodDTO>(); + CreateMap<AdmAskGoodDTO, AdmAskGood>(); + + CreateMap<AdmAskovertime, AdmAskovertimeDTO>(); + CreateMap<AdmAskovertimeDTO, AdmAskovertime>(); + + CreateMap<AdmAskCar, AdmAskCarDTO>(); + CreateMap<AdmAskCarDTO, AdmAskCar>(); + + CreateMap<AdmAskMarketingCost, AdmAskMarketingCostDTO>(); + CreateMap<AdmAskMarketingCostDTO, AdmAskMarketingCost>(); + + CreateMap<AdmAskYouHui, AdmAskYouHuiDTO>(); + CreateMap<AdmAskYouHuiDTO, AdmAskYouHui>(); + + 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>(); + + CreateMap<TProjectDictionary, TProjectDictionaryDTO>(); + CreateMap<TProjectDictionaryDTO, TProjectDictionary>(); + + CreateMap<ZhengfuProject, ZhengfuProjectDTO>(); + CreateMap<ZhengfuProjectDTO, ZhengfuProject>(); + + CreateMap<Zxdsfxl, ZxdsfxlDTO>(); + CreateMap<ZxdsfxlDTO, Zxdsfxl>(); + + CreateMap<TChallengeRequestInfo, TChallengeRequestInfoDTO>(); + CreateMap<TChallengeRequestInfoDTO, TChallengeRequestInfo>(); + + CreateMap<AdmPhoneMessage, AdmPhoneMessageDTO>(); + CreateMap<AdmPhoneMessageDTO, AdmPhoneMessage>(); + + CreateMap<AdmAskzczbwsy, AdmAskzczbwsyDTO>(); + CreateMap<AdmAskzczbwsyDTO, AdmAskzczbwsy>(); + + CreateMap<AdmAskzczbwsydtl, AdmAskzczbwsydtlDTO>(); + CreateMap<AdmAskzczbwsydtlDTO, AdmAskzczbwsydtl>(); + + CreateMap<CustomerGuanlian, CustomerGuanlianDTO>(); + CreateMap<CustomerGuanlianDTO, CustomerGuanlian>(); + + CreateMap<IntentionCustomer, CooperatecustomCustomerDTO>(); + + } } } -- Gitblit v1.9.1