Commit d432dceb by 王祖波

喜好推荐、商品中心、商品素材、其他

parent cf77c1fd
...@@ -46,7 +46,7 @@ public class TabHaobanInteractRecord implements Serializable { ...@@ -46,7 +46,7 @@ public class TabHaobanInteractRecord implements Serializable {
*/ */
private String storeId; private String storeId;
/** /**
* 线索来源 1朋友圈; 2客户群; 3 对话框; 4 复制文案; 5 下载素材 * 线索来源 1朋友圈; 2客户群; 3 对话框; 4 复制文案; 5 下载素材;6 潜客推荐
* @see TriggerCustomerChannelType * @see TriggerCustomerChannelType
*/ */
private Integer channelSource; private Integer channelSource;
......
...@@ -48,7 +48,7 @@ public class TabHaobanTriggerCustomerDetail implements Serializable { ...@@ -48,7 +48,7 @@ public class TabHaobanTriggerCustomerDetail implements Serializable {
private String storeId; private String storeId;
/** /**
* 渠道类型 1朋友圈; 2客户群; 3 对话框; 4 复制文案; 5 下载素材 * 渠道类型 1朋友圈; 2客户群; 3 对话框; 4 复制文案; 5 下载素材;6 潜客推荐
*/ */
private Integer channelType; private Integer channelType;
/** /**
......
...@@ -44,7 +44,7 @@ public class TriggerCustomerDetailBO implements Serializable { ...@@ -44,7 +44,7 @@ public class TriggerCustomerDetailBO implements Serializable {
*/ */
private String storeId; private String storeId;
/** /**
* 渠道类型 1朋友圈; 2客户群; 3 对话框; 4 复制文案; 5 下载素材 * 渠道类型 1朋友圈; 2客户群; 3 对话框; 4 复制文案; 5 下载素材;6 潜客推荐
*/ */
private Integer channelType; private Integer channelType;
/** /**
......
...@@ -43,10 +43,15 @@ public class ContentMaterialShareQO implements Serializable { ...@@ -43,10 +43,15 @@ public class ContentMaterialShareQO implements Serializable {
private String storeCode; private String storeCode;
/** /**
* 1朋友圈; 2客户群; 3 对话框; 4 复制文案; 5 下载素材 * 1朋友圈; 2客户群; 3 对话框; 4 复制文案; 5 下载素材;6 潜客推荐
*/ */
private Integer channelSource; private Integer channelSource;
/**
* 喜好推荐、商品中心、商品素材、其他
*/
private String goodsDetailSource;
public String getEnterpriseId() { public String getEnterpriseId() {
return enterpriseId; return enterpriseId;
} }
...@@ -102,4 +107,12 @@ public class ContentMaterialShareQO implements Serializable { ...@@ -102,4 +107,12 @@ public class ContentMaterialShareQO implements Serializable {
public void setChannelSource(Integer channelSource) { public void setChannelSource(Integer channelSource) {
this.channelSource = channelSource; this.channelSource = channelSource;
} }
public String getGoodsDetailSource() {
return goodsDetailSource;
}
public void setGoodsDetailSource(String goodsDetailSource) {
this.goodsDetailSource = goodsDetailSource;
}
} }
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