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
e678d90f
Commit
e678d90f
authored
Jul 09, 2021
by
guojuxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
自定义页面顶部导航
parent
26b673ef
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
+32
-0
AppletPageDetailVO.java
...in/java/com/gic/enterprise/web/vo/AppletPageDetailVO.java
+32
-0
No files found.
gic-platform-enterprise-web/src/main/java/com/gic/enterprise/web/vo/AppletPageDetailVO.java
View file @
e678d90f
...
...
@@ -70,6 +70,18 @@ public class AppletPageDetailVO implements Serializable{
*/
private
Long
crowdWidgetId
;
/**
* 自定义页面专属 导航颜色,#ffffff
*/
private
String
guideTopColor
;
/**
* 自定义页面专属 标题颜色1:黑色 2:白色
*/
private
Integer
titleColor
;
public
Integer
getPageId
()
{
return
pageId
;
}
...
...
@@ -172,6 +184,24 @@ public class AppletPageDetailVO implements Serializable{
return
this
;
}
public
String
getGuideTopColor
()
{
return
guideTopColor
;
}
public
AppletPageDetailVO
setGuideTopColor
(
String
guideTopColor
)
{
this
.
guideTopColor
=
guideTopColor
;
return
this
;
}
public
Integer
getTitleColor
()
{
return
titleColor
;
}
public
AppletPageDetailVO
setTitleColor
(
Integer
titleColor
)
{
this
.
titleColor
=
titleColor
;
return
this
;
}
@Override
public
String
toString
()
{
return
"AppletPageDetailVO{"
+
...
...
@@ -187,6 +217,8 @@ public class AppletPageDetailVO implements Serializable{
", setting='"
+
setting
+
'\''
+
", componentStr='"
+
componentStr
+
'\''
+
", crowdWidgetId="
+
crowdWidgetId
+
", guideTopColor='"
+
guideTopColor
+
'\''
+
", titleColor="
+
titleColor
+
'}'
;
}
}
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