|
|
|
@ -30,6 +30,7 @@ public class CashCollection implements Serializable { |
|
|
|
@ExcelProperty("序号") |
|
|
|
private Integer id; |
|
|
|
//订单信息 |
|
|
|
@ExcelIgnore |
|
|
|
private Integer orderType; // 订单类型:1-收款,2-退款 |
|
|
|
@ExcelProperty("精网号") |
|
|
|
private Integer jwcode; // 精网号 |
|
|
|
@ -68,7 +69,7 @@ public class CashCollection implements Serializable { |
|
|
|
private BigDecimal receivedAmount; // 到账金额 |
|
|
|
@ExcelProperty("手续费") |
|
|
|
private BigDecimal handlingCharge; // 手续费 |
|
|
|
@ExcelProperty("到账币种") |
|
|
|
@ExcelProperty("到账地区") |
|
|
|
private String receivedMarket; //到账地区 |
|
|
|
// 支付信息 |
|
|
|
@ExcelProperty("支付方式") |
|
|
|
@ -90,7 +91,7 @@ public class CashCollection implements Serializable { |
|
|
|
private String submitterName; // 提交人 姓名 |
|
|
|
@ExcelProperty("转账凭证") |
|
|
|
private String voucher; // 转账凭证 |
|
|
|
@ExcelIgnore |
|
|
|
@ExcelProperty("备注") |
|
|
|
private String remark; // 备注 |
|
|
|
@ExcelIgnore |
|
|
|
private String receivedRemark; //到账备注 |
|
|
|
|