|
@ -28,7 +28,7 @@ public class BeanSystemRechargeInfo { |
|
|
private Long id;//id |
|
|
private Long id;//id |
|
|
@ExcelProperty("精网号") |
|
|
@ExcelProperty("精网号") |
|
|
private Integer jwcode; // 精网号 |
|
|
private Integer jwcode; // 精网号 |
|
|
@ExcelProperty("客户姓名") |
|
|
|
|
|
|
|
|
@ExcelProperty("姓名") |
|
|
private String name; // 姓名 |
|
|
private String name; // 姓名 |
|
|
@ExcelProperty("所属地区") |
|
|
@ExcelProperty("所属地区") |
|
|
private String market; // 所属地区 |
|
|
private String market; // 所属地区 |
|
@ -36,7 +36,7 @@ public class BeanSystemRechargeInfo { |
|
|
private Integer freeBean; // 免费豆 |
|
|
private Integer freeBean; // 免费豆 |
|
|
@ExcelProperty("付费金豆") |
|
|
@ExcelProperty("付费金豆") |
|
|
private Integer permanentBean; // 永久豆 |
|
|
private Integer permanentBean; // 永久豆 |
|
|
@ExcelProperty("金额") |
|
|
|
|
|
|
|
|
@ExcelIgnore |
|
|
private Double money; // 金额 |
|
|
private Double money; // 金额 |
|
|
@ExcelProperty("备注") |
|
|
@ExcelProperty("备注") |
|
|
private String remark; //备注 |
|
|
private String remark; //备注 |
|
|