Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
work_service
Project
Project
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
licc
work_service
Commits
9d83fa30
Commit
9d83fa30
authored
Mar 25, 2021
by
cq990612
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化代码结构
parent
7c3fe4bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
BASE_RESP_CODE_ENUM.java
...wisenergy/common/utils/exception/BASE_RESP_CODE_ENUM.java
+1
-1
No files found.
wisenergy-common/src/main/java/cn/wisenergy/common/utils/exception/BASE_RESP_CODE_ENUM.java
View file @
9d83fa30
...
...
@@ -35,7 +35,7 @@ public enum BASE_RESP_CODE_ENUM {
INSERT_DATA_IS_FAIL
(
"614"
,
"插入数据失败"
),
FILE_INCORRETC_FORMAT
(
"615"
,
"文件格式不正确"
),
RECORD_WORD_REPEAT
(
"616"
,
"字段名称重复"
),
WORD_NAME_REPEAT
(
"617"
,
"字段名称请勿
重复"
),
DUPLICATEPROJECTNAME
(
"617"
,
"项目/商机名称
重复"
),
QUERY_USER_INFO_FAIL
(
"618"
,
"该用户不存在"
),
WORK_ORDER_ALREADY_COMMIT
(
"619"
,
"工单类型重复,不能重复填报"
),
WORK_TIME_OVER_NOW_DAY
(
"620"
,
"工单日期不能大于当天"
),
...
...
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