username@email.com
2023-03-08 f7a2d28869cc31c7dbe057a1d80dd40536d97fed
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>();
        }
    }
}