Commit 267413c4 by guojx

Merge branch 'feature-2024-08-喜好洞察优化' into 'developer'

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

See merge request !2146
parents bd77955e 9e40bad6
...@@ -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