|
|
@ -25,20 +25,29 @@ public class FundsDTO { |
|
|
private Integer id; |
|
|
private Integer id; |
|
|
private Integer jwcode; |
|
|
private Integer jwcode; |
|
|
private String name; |
|
|
private String name; |
|
|
|
|
|
@ExcelIgnore |
|
|
private Integer market; |
|
|
private Integer market; |
|
|
private String marketName; |
|
|
private String marketName; |
|
|
|
|
|
@ExcelIgnore |
|
|
private List<String> markets; |
|
|
private List<String> markets; |
|
|
private String orderCode; |
|
|
private String orderCode; |
|
|
|
|
|
@ExcelIgnore |
|
|
private Integer paymentCurrency; |
|
|
private Integer paymentCurrency; |
|
|
|
|
|
private String paymentCurrencyName; |
|
|
private BigDecimal paymentAmount; |
|
|
private BigDecimal paymentAmount; |
|
|
|
|
|
@ExcelIgnore |
|
|
private String receivedCurrency; |
|
|
private String receivedCurrency; |
|
|
|
|
|
private String receivedCurrencyName; |
|
|
private BigDecimal receivedAmount; |
|
|
private BigDecimal receivedAmount; |
|
|
private BigDecimal handlingCharge; |
|
|
private BigDecimal handlingCharge; |
|
|
private String payType; |
|
|
private String payType; |
|
|
@ExcelIgnore |
|
|
@ExcelIgnore |
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") |
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") |
|
|
private Date payTime; |
|
|
private Date payTime; |
|
|
|
|
|
@ExcelIgnore |
|
|
private Integer status; |
|
|
private Integer status; |
|
|
|
|
|
private String statusName; |
|
|
|
|
|
@ExcelIgnore |
|
|
private List<Integer> statuses; |
|
|
private List<Integer> statuses; |
|
|
@ExcelIgnore |
|
|
@ExcelIgnore |
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") |
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") |
|
|
@ -46,11 +55,14 @@ public class FundsDTO { |
|
|
@ExcelIgnore |
|
|
@ExcelIgnore |
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") |
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") |
|
|
private Date endTime; |
|
|
private Date endTime; |
|
|
|
|
|
@ExcelIgnore |
|
|
private String refundCurrency; |
|
|
private String refundCurrency; |
|
|
|
|
|
private String refundCurrencyName; |
|
|
private BigDecimal refundAmount; |
|
|
private BigDecimal refundAmount; |
|
|
|
|
|
@ExcelIgnore |
|
|
private Integer relatedId; |
|
|
private Integer relatedId; |
|
|
|
|
|
@ExcelIgnore |
|
|
private String token; |
|
|
private String token; |
|
|
|
|
|
@ExcelIgnore |
|
|
private String lang; |
|
|
private String lang; |
|
|
private String paymentCurrencyName; |
|
|
|
|
|
private PerformanceVO performanceVO; |
|
|
|
|
|
} |
|
|
} |