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
428e0372
Commit
428e0372
authored
Sep 03, 2020
by
guojuxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
装修页面添加:快捷导航字段
parent
1e692437
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
0 deletions
+28
-0
AppletCustomPageDTO.java
...main/java/com/gic/enterprise/dto/AppletCustomPageDTO.java
+14
-0
AppletPageDetailVO.java
...in/java/com/gic/enterprise/web/vo/AppletPageDetailVO.java
+14
-0
No files found.
gic-platform-enterprise-api/src/main/java/com/gic/enterprise/dto/AppletCustomPageDTO.java
View file @
428e0372
...
...
@@ -34,6 +34,11 @@ public class AppletCustomPageDTO implements Serializable{
private
Integer
entryCondition
;
/**
* 快捷导航开关 1:开启 0:关闭 默认开启
*/
private
Integer
quickGuideSwitch
;
/**
* 背景颜色 1:灰色 2:白色 ,默认灰色(会员中心页面、积分服务页面、自定义页面、商城装首页 有该设置)
*/
private
String
backgroundColor
;
...
...
@@ -181,4 +186,13 @@ public class AppletCustomPageDTO implements Serializable{
this
.
backgroundColor
=
backgroundColor
;
return
this
;
}
public
Integer
getQuickGuideSwitch
()
{
return
quickGuideSwitch
;
}
public
AppletCustomPageDTO
setQuickGuideSwitch
(
Integer
quickGuideSwitch
)
{
this
.
quickGuideSwitch
=
quickGuideSwitch
;
return
this
;
}
}
gic-platform-enterprise-web/src/main/java/com/gic/enterprise/web/vo/AppletPageDetailVO.java
View file @
428e0372
...
...
@@ -26,6 +26,11 @@ public class AppletPageDetailVO implements Serializable{
private
Integer
entryCondition
;
/**
* 快捷导航开关 1:开启 0:关闭 默认开启
*/
private
Integer
quickGuideSwitch
;
/**
* 背景颜色 灰色 白色 ,默认灰色(会员中心页面、积分服务页面、自定义页面、商城装首页 有该设置)
*/
private
String
backgroundColor
;
...
...
@@ -95,4 +100,13 @@ public class AppletPageDetailVO implements Serializable{
this
.
backgroundColor
=
backgroundColor
;
return
this
;
}
public
Integer
getQuickGuideSwitch
()
{
return
quickGuideSwitch
;
}
public
AppletPageDetailVO
setQuickGuideSwitch
(
Integer
quickGuideSwitch
)
{
this
.
quickGuideSwitch
=
quickGuideSwitch
;
return
this
;
}
}
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