zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs
@@ -250,7 +250,10 @@ CreateMap<AdmAskBaiFangDTO, AdmAskBaiFang>(); CreateMap<AdmCustomerWithdrawal, AdmCustomerWithdrawalDTO>(); CreateMap<AdmCustomerWithdrawalDTO, AdmCustomerWithdrawal>(); CreateMap<AdmCustomerWithdrawalDTO, AdmCustomerWithdrawal>(); CreateMap<AdmAskCiZhi, AdmAskCiZhiDTO>(); CreateMap<AdmAskCiZhiDTO, AdmAskCiZhi>(); } }