username@email.com
2023-01-28 2d7c6f2bd3071d0d458765ae108c98c88669e412
zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs
@@ -337,6 +337,12 @@
            CreateMap<AdmAskzczbwsydtl, AdmAskzczbwsydtlDTO>();
            CreateMap<AdmAskzczbwsydtlDTO, AdmAskzczbwsydtl>();
            CreateMap<CustomerGuanlian, CustomerGuanlianDTO>();
            CreateMap<CustomerGuanlianDTO, CustomerGuanlian>();
            CreateMap<IntentionCustomer, CooperatecustomCustomerDTO>();
        }
    }
}