| | |
| | | private Integer agentId; |
| | | @Excel(name = "出金金额") |
| | | private BigDecimal withAmt; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Kolkata") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "America/New_York") |
| | | @Excel(name = "申请时间", databaseFormat = "yyyyMMddHHmmss", format = "yyyy-MM-dd HH:mm:ss") |
| | | private Date applyTime; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Kolkata") |
| | | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "America/New_York") |
| | | @Excel(name = "出金时间", databaseFormat = "yyyyMMddHHmmss", format = "yyyy-MM-dd HH:mm:ss") |
| | | private Date transTime; |
| | | |
| | |
| | | @Excel(name = "银行支行") |
| | | private String bankAddress; |
| | | |
| | | @Excel(name = "状态" ,replace = { "审核中_0", "成功_1", "失败_2", "取消_3" }) |
| | | @Excel(name = "状态" ,replace = { "审核中_0", "成功_1", "失败_2", "取消_3","已提交_4" }) |
| | | private Integer withStatus; |
| | | @Excel(name = "手续费") |
| | | private BigDecimal withFee; |