Commit 0a85f572 by guojx

店长时间趋势接口字段名称调整

parent 0344693a
...@@ -52,19 +52,19 @@ public class GoodsAnalysisDateTrendVO implements Serializable { ...@@ -52,19 +52,19 @@ public class GoodsAnalysisDateTrendVO implements Serializable {
private Double offlineConvsPayAmt; private Double offlineConvsPayAmt;
/** /**
* 10日均访问导购数 * 10访问导购数
*/ */
private Long avgVisitNum; private Long visitNum;
/** /**
* 11日均使用导购数 * 11使用导购数
*/ */
private Long avgUseNum; private Long useNum;
/** /**
* 12日均使用率 * 12使用率
*/ */
private Double avgUseRate; private Double useRate;
/** /**
* 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