Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Eladmin
Commits
fc7858f0
Commit
fc7858f0
authored
May 27, 2020
by
ZhengJie
Browse files
[代码完善](v2.5): v2.5 beta update CodeBiEnum
2.5 进度:
https://www.ydyno.com/archives/1225.html
parent
0066b8d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
eladmin-system/src/main/java/me/zhengjie/utils/enums/CodeBiEnum.java
View file @
fc7858f0
...
...
@@ -33,7 +33,7 @@ public enum CodeBiEnum {
ONE
(
1
,
"旧邮箱修改邮箱"
),
/* 通过邮箱修改密码 */
TWO
(
1
,
"通过邮箱修改密码"
);
TWO
(
2
,
"通过邮箱修改密码"
);
private
final
Integer
code
;
private
final
String
description
;
...
...
Write
Preview
Supports
Markdown
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