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
80a4346f
Commit
80a4346f
authored
Jan 02, 2020
by
guojuxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面装修二期:营销组件、微商城组件及页面
parent
f2f84f04
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
AppletPageComponentEnum.java
...c/enterprise/constant/applet/AppletPageComponentEnum.java
+6
-1
AppletPageTypeEnum.java
...om/gic/enterprise/constant/applet/AppletPageTypeEnum.java
+7
-1
No files found.
gic-platform-enterprise-api/src/main/java/com/gic/enterprise/constant/applet/AppletPageComponentEnum.java
View file @
80a4346f
...
...
@@ -18,7 +18,12 @@ public enum AppletPageComponentEnum {
TEXT_TITLE
(
"A9"
,
"文本标题"
),
DATA_ASSET
(
"A10"
,
"数据资产"
),
MEMBER_PRIVILEGE
(
"B1"
,
"会员特权"
),
MEMBER_CARD
(
"B2"
,
"会员卡"
);
MEMBER_CARD
(
"B2"
,
"会员卡"
),
INTEGRAL_SIGN
(
"B3"
,
"积分签到"
),
GOODS_SHELF
(
"B4"
,
"商品货架"
),
MALL_SEARCH
(
"B5"
,
"搜索"
),
MALL_GOODS
(
"B6"
,
"商品"
),
MALL_CLASSIFY
(
"B8"
,
"分类"
);
private
String
code
;
private
String
message
;
...
...
gic-platform-enterprise-api/src/main/java/com/gic/enterprise/constant/applet/AppletPageTypeEnum.java
View file @
80a4346f
...
...
@@ -9,7 +9,13 @@ package com.gic.enterprise.constant.applet;
public
enum
AppletPageTypeEnum
{
CUSTOM
(
1
,
"自定义页面"
,
1
,
0
),
MEMBER_CENTER
(
2
,
"会员中心"
,
2
,
1
),
CUSTOMER_SERVICE
(
3
,
"客服服务页面"
,
2
,
0
);
CUSTOMER_SERVICE
(
3
,
"客服服务页面"
,
2
,
0
),
INTEGRAL_SERVICE
(
4
,
"积分服务"
,
2
,
0
),
MEMBER_ACHIEVEMENT
(
5
,
"积分成就"
,
2
,
0
),
MEMBER_TASK
(
6
,
"会员任务"
,
2
,
0
),
CARD_DETAIL_LIST
(
7
,
"卡券详情列表"
,
2
,
0
),
MALL_HOME_PAGE
(
8
,
"商城首页"
,
2
,
0
),
MALL_CLASSIFY
(
9
,
"商城分类"
,
2
,
0
);
private
int
code
;
private
String
message
;
...
...
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