zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs
@@ -251,6 +251,9 @@ CreateMap<AdmCustomerWithdrawal, AdmCustomerWithdrawalDTO>(); CreateMap<AdmCustomerWithdrawalDTO, AdmCustomerWithdrawal>(); CreateMap<AdmAskCiZhi, AdmAskCiZhiDTO>(); CreateMap<AdmAskCiZhiDTO, AdmAskCiZhi>(); } }