zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs
@@ -1,6 +1,7 @@
using 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>();
@@ -306,6 +310,42 @@
            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>();
        }
    }
}