Commit 5c5d33e8 by guojx

好办小程序买点概览字段添加:人均访问次数

parent febd5e40
...@@ -43,6 +43,11 @@ public class TrendVO implements Serializable { ...@@ -43,6 +43,11 @@ public class TrendVO implements Serializable {
private Integer visitCnt; private Integer visitCnt;
/** /**
* 人均访问次数
*/
private Integer avgVisitCnt;
/**
* 业务日期 * 业务日期
*/ */
private String bizDate; private String bizDate;
......
...@@ -38,6 +38,16 @@ public class WechatEventTrackingOverviewVO implements Serializable { ...@@ -38,6 +38,16 @@ public class WechatEventTrackingOverviewVO implements Serializable {
private Double visitCntSply; private Double visitCntSply;
/** /**
* 人均访问次数
*/
private Integer avgVisitCnt;
/**
* 人均访问次数前一期
*/
private Double avgVisitCntSply;
/**
* 活跃率 * 活跃率
*/ */
private Double visitRate; private Double visitRate;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment