|
|
@@ -18,32 +18,28 @@ public class TransactionItemExport {
|
|
|
|
|
|
@ExcelProperty(value = "转出钱包地址", index = 5)
|
|
|
private String senderAddress;
|
|
|
- @ExcelProperty(value = "转出钱包是否内部钱包", index = 6)
|
|
|
- private String senderIsVaultAddress;
|
|
|
- @ExcelProperty(value = "转出钱包币种", index = 7)
|
|
|
+ @ExcelProperty(value = "转出钱包币种", index = 6)
|
|
|
private String senderAmountUnit;
|
|
|
- @ExcelProperty(value = "转出货币金额", index = 8)
|
|
|
+ @ExcelProperty(value = "转出货币金额", index = 7)
|
|
|
private String senderAmount;
|
|
|
- @ExcelProperty(value = "转出钱包名称", index = 9)
|
|
|
+ @ExcelProperty(value = "转出钱包名称", index = 8)
|
|
|
private String senderLabel;
|
|
|
|
|
|
- @ExcelProperty(value = "收款钱包地址", index = 10)
|
|
|
+ @ExcelProperty(value = "收款钱包地址", index = 9)
|
|
|
private String recipientAddress;
|
|
|
- @ExcelProperty(value = "收款钱包是否内部钱包", index = 11)
|
|
|
- private String recipientIsVaultAddress;
|
|
|
- @ExcelProperty(value = "收款钱包币种", index = 12)
|
|
|
+ @ExcelProperty(value = "收款钱包币种", index = 10)
|
|
|
private String recipientAmountUnit;
|
|
|
- @ExcelProperty(value = "收到货币金额", index = 13)
|
|
|
+ @ExcelProperty(value = "收到货币金额", index = 11)
|
|
|
private String recipientAmount;
|
|
|
- @ExcelProperty(value = "收款钱包名称", index = 14)
|
|
|
+ @ExcelProperty(value = "收款钱包名称", index = 12)
|
|
|
private String recipientLabel;
|
|
|
|
|
|
- @ExcelProperty(value = "所属区块链", index = 15)
|
|
|
+ @ExcelProperty(value = "所属区块链", index = 13)
|
|
|
private String blockchain;
|
|
|
- @ExcelProperty(value = "区块高度", index = 16)
|
|
|
+ @ExcelProperty(value = "区块高度", index = 14)
|
|
|
private String minedInBlockHeight;
|
|
|
- @ExcelProperty(value = "区块链手续费", index = 17)
|
|
|
+ @ExcelProperty(value = "区块链手续费", index = 15)
|
|
|
private String feeAmount;
|
|
|
- @ExcelProperty(value = "区块链手续费币种", index = 18)
|
|
|
+ @ExcelProperty(value = "区块链手续费币种", index = 16)
|
|
|
private String feeAmountUnit;
|
|
|
}
|