Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-platform-enterprise
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
base_platform_enterprise
gic-platform-enterprise
Commits
aaf076b2
Commit
aaf076b2
authored
May 20, 2021
by
guojuxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
积分服务调整:详情接口VO添加人群字段
parent
dfedef5f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
AppletPageDetailVO.java
...in/java/com/gic/enterprise/web/vo/AppletPageDetailVO.java
+15
-0
No files found.
gic-platform-enterprise-web/src/main/java/com/gic/enterprise/web/vo/AppletPageDetailVO.java
View file @
aaf076b2
...
...
@@ -50,6 +50,11 @@ public class AppletPageDetailVO implements Serializable{
*/
private
String
componentStr
;
/**
* 人群筛选器ID(积分服务页面专用
*/
private
Long
crowdWidgetId
;
public
Integer
getPageId
()
{
return
pageId
;
}
...
...
@@ -116,6 +121,15 @@ public class AppletPageDetailVO implements Serializable{
return
this
;
}
public
Long
getCrowdWidgetId
()
{
return
crowdWidgetId
;
}
public
AppletPageDetailVO
setCrowdWidgetId
(
Long
crowdWidgetId
)
{
this
.
crowdWidgetId
=
crowdWidgetId
;
return
this
;
}
@Override
public
String
toString
()
{
return
"AppletPageDetailVO{"
+
...
...
@@ -127,6 +141,7 @@ public class AppletPageDetailVO implements Serializable{
", backgroundColor='"
+
backgroundColor
+
'\''
+
", setting='"
+
setting
+
'\''
+
", componentStr='"
+
componentStr
+
'\''
+
", crowdWidgetId="
+
crowdWidgetId
+
'}'
;
}
}
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