username@email.com
2023-02-24 e8fc5d92457143ea8744e8f8b2bed45a0a651f18
zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs
@@ -61,6 +61,9 @@
            CreateMap<IntentionCustomerDTO, CooperatecustomCustomerDTO>();
            CreateMap<CooperatecustomCustomerDTO, IntentionCustomerDTO>();
            CreateMap<IntentionCustomer, CooperatecustomCustomer>();
            CreateMap<CooperatecustomCustomer, IntentionCustomer>();
            CreateMap<CooperOrder, CooperOrderDTO>();
            CreateMap<CooperOrderDTO, CooperOrder>();
@@ -337,6 +340,12 @@
            CreateMap<AdmAskzczbwsydtl, AdmAskzczbwsydtlDTO>();
            CreateMap<AdmAskzczbwsydtlDTO, AdmAskzczbwsydtl>();
            CreateMap<CustomerGuanlian, CustomerGuanlianDTO>();
            CreateMap<CustomerGuanlianDTO, CustomerGuanlian>();
            CreateMap<IntentionCustomer, CooperatecustomCustomerDTO>();
        }
    }
}