Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-data-cloud
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-data-cloud
Commits
2529e89c
Commit
2529e89c
authored
Aug 20, 2020
by
guojuxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
功能权限集加字典
parent
1106026e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
FunctionEnum.java
...i/src/main/java/com/gic/cloud/constants/FunctionEnum.java
+2
-1
No files found.
gic-data-cloud-api/src/main/java/com/gic/cloud/constants/FunctionEnum.java
View file @
2529e89c
...
@@ -14,7 +14,8 @@ public enum FunctionEnum {
...
@@ -14,7 +14,8 @@ public enum FunctionEnum {
PERFORMANCE_OVERVIEW
(
"FUC005"
,
"业绩概览"
),
PERFORMANCE_OVERVIEW
(
"FUC005"
,
"业绩概览"
),
CONSUME_COMPOSITION
(
"FUC006"
,
"消费构成"
),
CONSUME_COMPOSITION
(
"FUC006"
,
"消费构成"
),
ITEM_RANK
(
"FUC007"
,
"单品排行"
),
ITEM_RANK
(
"FUC007"
,
"单品排行"
),
BASIC_PERFORMANCE
(
"FUC008"
,
"基础业绩"
);
BASIC_PERFORMANCE
(
"FUC008"
,
"基础业绩"
),
MEMBER_DISTRIBUTION
(
"FUC009"
,
"会员分布"
);
private
String
code
;
private
String
code
;
private
String
name
;
private
String
name
;
...
...
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