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