|
|
@@ -8,7 +8,7 @@ public class TransactionItemExport {
|
|
|
@ExcelProperty(value = "请求id", index = 0)
|
|
|
private String requestId;
|
|
|
@ExcelProperty(value = "交易流水id", index = 1)
|
|
|
- private String id;
|
|
|
+ private Long id;
|
|
|
@ExcelProperty(value = "链上真实交易哈希值", index = 2)
|
|
|
private String transactionId;
|
|
|
@ExcelProperty(value = "交易状态", index = 3)
|
|
|
@@ -36,10 +36,8 @@ public class TransactionItemExport {
|
|
|
|
|
|
@ExcelProperty(value = "所属区块链", index = 13)
|
|
|
private String blockchain;
|
|
|
- @ExcelProperty(value = "区块高度", index = 14)
|
|
|
- private String minedInBlockHeight;
|
|
|
- @ExcelProperty(value = "区块链手续费", index = 15)
|
|
|
+ @ExcelProperty(value = "区块链手续费", index = 14)
|
|
|
private String feeAmount;
|
|
|
- @ExcelProperty(value = "区块链手续费币种", index = 16)
|
|
|
+ @ExcelProperty(value = "区块链手续费币种", index = 15)
|
|
|
private String feeAmountUnit;
|
|
|
}
|