| | |
| | | using AutoMapper; |
| | | using DTO; |
| | | using DTO.Models; |
| | | using DTO.WebCrawler; |
| | | using DTO.zcUserInfoN_db; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Text; |
| | |
| | | |
| | | CreateMap<IntentionCustomerDTO, CooperatecustomCustomerDTO>(); |
| | | CreateMap<CooperatecustomCustomerDTO, IntentionCustomerDTO>(); |
| | | |
| | | CreateMap<IntentionCustomer, CooperatecustomCustomer>(); |
| | | CreateMap<CooperatecustomCustomer, IntentionCustomer>(); |
| | | |
| | | CreateMap<CooperOrder, CooperOrderDTO>(); |
| | | CreateMap<CooperOrderDTO, CooperOrder>(); |
| | |
| | | CreateMap<AdmAskBaiFangDTO, AdmAskBaiFang>(); |
| | | |
| | | CreateMap<AdmCustomerWithdrawal, AdmCustomerWithdrawalDTO>(); |
| | | CreateMap<AdmCustomerWithdrawalDTO, AdmCustomerWithdrawal>(); |
| | | 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>(); |
| | | |
| | | CreateMap<FrameworkUser, FrameworkUserDTO>(); |
| | | CreateMap<FrameworkUserDTO, FrameworkUser>(); |
| | | } |
| | | } |
| | | } |