Commit 9e40bad6 by guojx

看数据-商品洞察-概览字段数据类型调整

parent 095b21c6
...@@ -30,12 +30,12 @@ public class GoodsAnalysisOverviewVO implements Serializable { ...@@ -30,12 +30,12 @@ public class GoodsAnalysisOverviewVO implements Serializable {
/** /**
* 10日均访问导购数 * 10日均访问导购数
*/ */
private Long avgVisitNum; private Double avgVisitNum;
/** /**
* 11日均使用导购数 * 11日均使用导购数
*/ */
private Long avgUseNum; private Double avgUseNum;
/** /**
* 13触达客户数 * 13触达客户数
......
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