username@email.com
2021-08-25 3d862d3a9c3a18e4f82c98c9de3be370cd1c38ae
zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs
@@ -251,6 +251,9 @@
            CreateMap<AdmCustomerWithdrawal, AdmCustomerWithdrawalDTO>();
            CreateMap<AdmCustomerWithdrawalDTO, AdmCustomerWithdrawal>(); 
            CreateMap<AdmAskCiZhi, AdmAskCiZhiDTO>();
            CreateMap<AdmAskCiZhiDTO, AdmAskCiZhi>();
        }
    }