|
|
@ -41,7 +41,7 @@ public class RefundUser { |
|
|
|
private String refundType; // 退款类型 |
|
|
|
@ExcelProperty("退款方式") |
|
|
|
private Byte refundModel; // 退款方式(0全部/1部分退款) |
|
|
|
@ExcelProperty("金币总数") |
|
|
|
@ExcelProperty("退款金币总数") |
|
|
|
private BigDecimal sumGold; // 金币总数 |
|
|
|
@ExcelProperty("永久金币") |
|
|
|
private BigDecimal permanentGold; // 永久金币 |
|
|
@ -54,13 +54,13 @@ public class RefundUser { |
|
|
|
// @ExcelProperty("提交人ID") |
|
|
|
@ExcelIgnore |
|
|
|
private Integer adminId; //提交人Id |
|
|
|
@ExcelProperty("提交人姓名") |
|
|
|
@ExcelProperty("提交人") |
|
|
|
private String adminName; //提交人姓名 |
|
|
|
|
|
|
|
@ExcelProperty("提交时间") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") |
|
|
|
private Date createTime; // 创建时间 |
|
|
|
@ExcelProperty("审核时间") |
|
|
|
@ExcelProperty("退款时间") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") |
|
|
|
private Date auditTime; // 审核时间 |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") |
|
|
|