|
@@ -81,12 +81,12 @@ public class CmBehaviorRecord {
|
|
/**
|
|
/**
|
|
* 访问时长
|
|
* 访问时长
|
|
*/
|
|
*/
|
|
- @ExcelProperty(value = "访问时长", index = 12)
|
|
|
|
|
|
+ @ExcelProperty(value = "访问时长", index = 13)
|
|
private String accessDuration;
|
|
private String accessDuration;
|
|
/**
|
|
/**
|
|
* 访问日期
|
|
* 访问日期
|
|
*/
|
|
*/
|
|
- @ExcelProperty(value = "访问日期", index = 13)
|
|
|
|
|
|
+ @ExcelProperty(value = "访问日期", index = 14)
|
|
private String accessDate;
|
|
private String accessDate;
|
|
@ExcelIgnore
|
|
@ExcelIgnore
|
|
private String consultName;
|
|
private String consultName;
|
|
@@ -113,17 +113,17 @@ public class CmBehaviorRecord {
|
|
/**
|
|
/**
|
|
* 公司名称
|
|
* 公司名称
|
|
*/
|
|
*/
|
|
- @ExcelProperty(value = "公司名称", index = 4)
|
|
|
|
|
|
+ @ExcelProperty(value = "公司名称", index = 5)
|
|
private String corporateName;
|
|
private String corporateName;
|
|
/**
|
|
/**
|
|
* 联系人
|
|
* 联系人
|
|
*/
|
|
*/
|
|
- @ExcelProperty(value = "联系人", index = 5)
|
|
|
|
|
|
+ @ExcelProperty(value = "联系人", index = 6)
|
|
private String contacts;
|
|
private String contacts;
|
|
/**
|
|
/**
|
|
* 手机号码
|
|
* 手机号码
|
|
*/
|
|
*/
|
|
- @ExcelProperty(value = "手机号码", index = 6)
|
|
|
|
|
|
+ @ExcelProperty(value = "手机号码", index = 7)
|
|
private String phoneNumber;
|
|
private String phoneNumber;
|
|
|
|
|
|
@ExcelIgnore
|
|
@ExcelIgnore
|
|
@@ -131,7 +131,7 @@ public class CmBehaviorRecord {
|
|
/**
|
|
/**
|
|
* 访问页面总数
|
|
* 访问页面总数
|
|
*/
|
|
*/
|
|
- @ExcelProperty(value = "访问页面总数", index = 11)
|
|
|
|
|
|
+ @ExcelProperty(value = "访问页面总数", index = 12)
|
|
private Integer numbers;
|
|
private Integer numbers;
|
|
/**
|
|
/**
|
|
* 公司类型
|
|
* 公司类型
|
|
@@ -144,6 +144,11 @@ public class CmBehaviorRecord {
|
|
*/
|
|
*/
|
|
@ExcelIgnore
|
|
@ExcelIgnore
|
|
private Integer clubId;
|
|
private Integer clubId;
|
|
|
|
+ /**
|
|
|
|
+ * 导出使用id
|
|
|
|
+ */
|
|
|
|
+ @ExcelProperty(value = "id", index = 4)
|
|
|
|
+ private Integer reId;
|
|
/**
|
|
/**
|
|
* 机构公司名称
|
|
* 机构公司名称
|
|
*/
|
|
*/
|
|
@@ -182,10 +187,12 @@ public class CmBehaviorRecord {
|
|
/**
|
|
/**
|
|
* 注册开始时间--筛选
|
|
* 注册开始时间--筛选
|
|
*/
|
|
*/
|
|
|
|
+ @ExcelIgnore
|
|
private String registerStartTime;
|
|
private String registerStartTime;
|
|
/**
|
|
/**
|
|
* 注册结束时间--筛选
|
|
* 注册结束时间--筛选
|
|
*/
|
|
*/
|
|
|
|
+ @ExcelIgnore
|
|
private String registerEndTime;
|
|
private String registerEndTime;
|
|
/**
|
|
/**
|
|
* 供应商公司名称
|
|
* 供应商公司名称
|
|
@@ -205,7 +212,7 @@ public class CmBehaviorRecord {
|
|
/**
|
|
/**
|
|
* 协销名称
|
|
* 协销名称
|
|
*/
|
|
*/
|
|
- @ExcelProperty(value = "协销名称", index = 7)
|
|
|
|
|
|
+ @ExcelProperty(value = "协销名称", index = 8)
|
|
private String spName;
|
|
private String spName;
|
|
/**
|
|
/**
|
|
* 开始时间
|
|
* 开始时间
|
|
@@ -235,17 +242,17 @@ public class CmBehaviorRecord {
|
|
/**
|
|
/**
|
|
* 关联供应商
|
|
* 关联供应商
|
|
*/
|
|
*/
|
|
- @ExcelProperty(value = "关联供应商", index = 8)
|
|
|
|
|
|
+ @ExcelProperty(value = "关联供应商", index = 9)
|
|
private String relevanceShop;
|
|
private String relevanceShop;
|
|
/**
|
|
/**
|
|
* 标签
|
|
* 标签
|
|
*/
|
|
*/
|
|
- @ExcelProperty(value = "标签", index = 9)
|
|
|
|
|
|
+ @ExcelProperty(value = "标签", index = 10)
|
|
private String label;
|
|
private String label;
|
|
/**
|
|
/**
|
|
* 注册时间
|
|
* 注册时间
|
|
*/
|
|
*/
|
|
- @ExcelProperty(value = "注册时间", index = 10)
|
|
|
|
|
|
+ @ExcelProperty(value = "注册时间", index = 11)
|
|
private String addTime;
|
|
private String addTime;
|
|
/**
|
|
/**
|
|
* 页面查询条件
|
|
* 页面查询条件
|