Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sv-springboot
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bsoft
sv-springboot
Commits
a321a625
Commit
a321a625
authored
Jun 23, 2021
by
songzhenmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:新增发布功能控制
parent
43359707
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
hs-api/src/main/java/com/hs/api/common/enums/SysConfigKeyType.java
+3
-2
No files found.
hs-api/src/main/java/com/hs/api/common/enums/SysConfigKeyType.java
View file @
a321a625
...
...
@@ -11,8 +11,9 @@ public enum SysConfigKeyType {
MAC_BINDING
(
"MAC_BINDING"
,
"MAC地址绑定"
),
PWD_TIME_LIMIT
(
"PWD_TIME_LIMIT"
,
"密码有效期"
),
SIMULTAN_ONLINE_NUM
(
"SIMULTAN_ONLINE_NUM"
,
"密码有效期"
),
BAH_CXRQ_CONTROL
(
"BAH_CXRQ_CONTROL"
,
"是否检查发布功能"
),
LOGIN_ERROR_TIMES
(
"LOGIN_ERROR_TIMES"
,
"登录失败次数限制"
);
BAH_CXRQ_CONTROL
(
"BAH_CXRQ_CONTROL"
,
"是否发布"
),
LOGIN_ERROR_TIMES
(
"LOGIN_ERROR_TIMES"
,
"登录失败次数限制"
),
SYS_VERSION_CONTROL
(
"SYS_VERSION_CONTROL"
,
"检查发布功能"
);
private
String
code
;
...
...
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