|
|
@ -29,7 +29,7 @@ public class ConsumeUser implements Serializable { |
|
|
|
|
|
|
|
private static final long serialVersionUID = 1L; |
|
|
|
|
|
|
|
@ExcelProperty("客户姓名") |
|
|
|
@ExcelProperty("姓名") |
|
|
|
private String name; // 客户姓名 |
|
|
|
@ExcelProperty("订单号") |
|
|
|
private String orderCode; // 订单号 |
|
|
@ -51,7 +51,8 @@ public class ConsumeUser implements Serializable { |
|
|
|
private BigDecimal taskGold; // 任务金币 |
|
|
|
@ExcelProperty("备注") |
|
|
|
private String remark; // 备注 |
|
|
|
@ExcelProperty("提交人ID") |
|
|
|
@ExcelIgnore |
|
|
|
// @ExcelProperty("提交人ID") |
|
|
|
private Integer adminId; //提交人Id |
|
|
|
@ExcelProperty("提交人姓名") |
|
|
|
private String adminName; //提交人姓名 |
|
|
|