|
|
@@ -45,7 +45,7 @@ public class CampBonusLogVO implements Serializable {
|
|
|
* 统计的数量
|
|
|
*/
|
|
|
@Schema(description = "统计的数量")
|
|
|
- @ExcelProperty(value = "数量", index = 6)
|
|
|
+ @ExcelProperty(value = "数量", index = 5)
|
|
|
private Integer sourceNum;
|
|
|
|
|
|
|
|
|
@@ -75,27 +75,27 @@ public class CampBonusLogVO implements Serializable {
|
|
|
* 来源创客姓名
|
|
|
*/
|
|
|
@Schema(description = "来源创客姓名")
|
|
|
- @ExcelProperty(value = "来源创客姓名", index = 7)
|
|
|
+ @ExcelProperty(value = "来源创客姓名", index = 6)
|
|
|
private String sourceName;
|
|
|
|
|
|
/**
|
|
|
* 来源创客编号
|
|
|
*/
|
|
|
@Schema(description = "来源创客编号")
|
|
|
- @ExcelProperty(value = "来源创客编号", index = 8)
|
|
|
+ @ExcelProperty(value = "来源创客编号", index = 7)
|
|
|
private String sourceCode;
|
|
|
|
|
|
/**
|
|
|
* 组 ID
|
|
|
*/
|
|
|
@Schema(description = "组 ID")
|
|
|
- @ExcelProperty(value = "分组编号", index = 4)
|
|
|
+ @ExcelProperty(value = "分组编号", index = 3)
|
|
|
private String groupId;
|
|
|
|
|
|
/**
|
|
|
* 组名称
|
|
|
*/
|
|
|
- @ExcelProperty(value = "小组名称", index = 5)
|
|
|
+ @ExcelProperty(value = "小组名称", index = 4)
|
|
|
private String groupName;
|
|
|
|
|
|
|
|
|
@@ -103,7 +103,7 @@ public class CampBonusLogVO implements Serializable {
|
|
|
* 来源类型 电签券=0 大机券=1 组合包=2 小盟主=3 大盟主=4 pos开机=5 广电卡激活=6 来客吧激活=7 大小盟主兑换券=8
|
|
|
*/
|
|
|
@Schema(description = "来源类型 电签券=0 大机券=1 组合包=2 小盟主=3 大盟主=4 pos开机=5 广电卡激活=6 来客吧激活=7 大小盟主兑换券=8")
|
|
|
- @ExcelProperty(value = "来源类型", index = 3,converter = EasyExcelConvert.class)
|
|
|
+ @ExcelProperty(value = "来源类型", converter = EasyExcelConvert.class)
|
|
|
@EnumFiledConvert(enumMap = "0-电签券,1-大机券,2-组合包,3-小盟主,4-大盟主,5-pos开机,6-广电卡激活,7-来客吧激活,8-大小盟主兑换券",single = false)
|
|
|
private Integer sourceType;
|
|
|
|