| | |
| | | |
| | | @ApiModelProperty(value = "创建时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @ExcelColumn(name = "创建时间", index = 6, width = 16, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | @ExcelColumn(name = "收支时间", index = 3, width = 16, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date createTime; |
| | | |
| | | @ApiModelProperty(value = "更新人编码", example = "1") |
| | |
| | | private Integer memberType; |
| | | |
| | | @ApiModelProperty(value = "是否生效:0=入账中;1=已入账;") |
| | | @ExcelColumn(name = "是否生效", valueMapping = "0=入账中;1=已入账;", index = 5, width = 8) |
| | | @ExcelColumn(name = "状态", valueMapping = "0=入账中;1=已入账;", index = 6, width = 8) |
| | | private Integer vaildStatus; |
| | | |
| | | @ApiModelProperty(value = "类型:0=完成订单;1=提现支出;2=提现退回;3=平台奖励", example = "0") |
| | | @ExcelColumn(name = "变动类型", valueMapping = "0=完成订单;1=提现支出;2=提现退回;3=平台奖励;", index = 3, width = 10) |
| | | @ExcelColumn(name = "业务类型", valueMapping = "0=完成订单;1=提现支出;2=提现退回;3=平台奖励;", index = 4, width = 12) |
| | | private Integer type; |
| | | |
| | | @ApiModelProperty(value = "收支类型:1=收入;-1=支出", example = "1") |
| | | @ExcelColumn(name = "收支类型", valueMapping = "1=收入;-1=支出;", index = 1, width = 8) |
| | | @ExcelColumn(name = "收入/支出", valueMapping = "1=收入;-1=支出;", index = 1, width = 8) |
| | | private Integer optType; |
| | | |
| | | @ApiModelProperty(value = "金额(分)") |
| | |
| | | private Integer status; |
| | | |
| | | @ApiModelProperty(value = "订单号") |
| | | @ExcelColumn(name = "订单号", index = 4, width = 16) |
| | | @ExcelColumn(name = "交易号", index = 5, width = 16) |
| | | private String orderNo; |
| | | |
| | | @ApiModelProperty(value = "查询开始时间") |
| | |
| | | |
| | | @ApiModelProperty(value = "变动金额(元)") |
| | | @TableField(exist = false) |
| | | @ExcelColumn(name = "变动金额(元)", index = 2, width = 10) |
| | | @ExcelColumn(name = "金额(元)", index = 2, width = 10) |
| | | private Double amountInfo; |
| | | |
| | | } |