|
|
|
@ -26,6 +26,7 @@ public class UserWalletRecordVO { |
|
|
|
@ExcelIgnore |
|
|
|
private Integer type; // 交易类型(0=充值,1=消耗,2=退款) |
|
|
|
private String typeText; // 交易类型文本(多语言) |
|
|
|
private String transactionCurrency; // 交易币种 |
|
|
|
private Integer amount; // 交易金额 |
|
|
|
private String orderCode; // 交易单号 |
|
|
|
private String description; // 交易说明 |
|
|
|
|