| | |
| | | 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<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>(); |
| | | |
| | | CreateMap<OrderBanciZuowei, OrderBanciZuoweiDTO>(); |
| | | CreateMap<OrderBanciZuoweiDTO, OrderBanciZuowei>(); |
| | | } |
| | | } |
| | | } |