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