wupengfei
2025-11-07 850f3870a622a83d0e5e4b6b84f1c21079cffaec
1
2
3
4
5
6
import { EnumUserWalletTransactionType } from './apiEnum';
 
export const EnumUserWalletTransactionTypeText = {
  [EnumUserWalletTransactionType.Income]: '收入',
  [EnumUserWalletTransactionType.Withdraw]: '提现',
};