|
|
@ -21,13 +21,13 @@ public class TradeBillsModel { |
|
|
|
@ColumnWidth(25) |
|
|
|
@ColumnWidth(25) |
|
|
|
@ExcelProperty("商户号") |
|
|
|
@ExcelProperty("商户号") |
|
|
|
private String merchantNo; |
|
|
|
private String merchantNo; |
|
|
|
@ColumnWidth(25) |
|
|
|
@ColumnWidth(40) |
|
|
|
@ExcelProperty("平台交易单号") |
|
|
|
@ExcelProperty("平台交易单号") |
|
|
|
private String platformTradeNo; |
|
|
|
private String platformTradeNo; |
|
|
|
@ColumnWidth(25) |
|
|
|
@ColumnWidth(40) |
|
|
|
@ExcelProperty("账户端交易单号") |
|
|
|
@ExcelProperty("账户端交易单号") |
|
|
|
private String accTradeNo; |
|
|
|
private String accTradeNo; |
|
|
|
@ColumnWidth(25) |
|
|
|
@ColumnWidth(40) |
|
|
|
@ExcelProperty("商户交易单号") |
|
|
|
@ExcelProperty("商户交易单号") |
|
|
|
private String outTradeNo; |
|
|
|
private String outTradeNo; |
|
|
|
@ColumnWidth(25) |
|
|
|
@ColumnWidth(25) |
|
|
@ -43,7 +43,7 @@ public class TradeBillsModel { |
|
|
|
private String payMode; |
|
|
|
private String payMode; |
|
|
|
|
|
|
|
|
|
|
|
@ColumnWidth(15) |
|
|
|
@ColumnWidth(15) |
|
|
|
@ExcelProperty("交易方式") |
|
|
|
@ExcelProperty("交易状态") |
|
|
|
private String tradeStatus; |
|
|
|
private String tradeStatus; |
|
|
|
|
|
|
|
|
|
|
|
@ColumnWidth(15) |
|
|
|
@ColumnWidth(15) |
|
|
|