Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haoban3.0
haoban-manage3.0
Commits
d432dceb
Commit
d432dceb
authored
Jun 04, 2024
by
王祖波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
喜好推荐、商品中心、商品素材、其他
parent
cf77c1fd
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
4 deletions
+17
-4
TabHaobanInteractRecord.java
...anage/service/entity/content/TabHaobanInteractRecord.java
+1
-1
TabHaobanTriggerCustomerDetail.java
...ervice/entity/content/TabHaobanTriggerCustomerDetail.java
+1
-1
TriggerCustomerDetailBO.java
...nage/service/pojo/bo/content/TriggerCustomerDetailBO.java
+1
-1
ContentMaterialShareQO.java
.../haoban/manage/web/qo/content/ContentMaterialShareQO.java
+14
-1
No files found.
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/entity/content/TabHaobanInteractRecord.java
View file @
d432dceb
...
@@ -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
;
...
...
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/entity/content/TabHaobanTriggerCustomerDetail.java
View file @
d432dceb
...
@@ -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
;
/**
/**
...
...
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/pojo/bo/content/TriggerCustomerDetailBO.java
View file @
d432dceb
...
@@ -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
;
/**
/**
...
...
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/qo/content/ContentMaterialShareQO.java
View file @
d432dceb
...
@@ -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
;
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment