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