wupengfei
4 天以前 06ceb8c5c3b6630e00593f909a1d71097eaf0687
1
2
3
4
5
6
import { EnumUserWalletTransactionType } from './apiEnum';
 
export const EnumUserWalletTransactionTypeText = {
  [EnumUserWalletTransactionType.Income]: '收入',
  [EnumUserWalletTransactionType.Withdraw]: '提现',
};