Commit 5250e36d by guojx

商品洞察导购日期趋势接口增加字段

parent a35516e7
...@@ -86,6 +86,17 @@ public class ClerkDateTrendVO implements Serializable { ...@@ -86,6 +86,17 @@ public class ClerkDateTrendVO implements Serializable {
private Double clickNum; private Double clickNum;
/** /**
* 16点击率
*/
private Double clickRate;
/**
* 17转化率
*/
private Double convsRate;
/**
* *
*/ */
private String clerkCode; private String clerkCode;
......
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