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