[代码完善](v2.5): v2.5 beta update CodeBiEnum

2.5 进度: https://www.ydyno.com/archives/1225.html
pull/394/head
ZhengJie 2020-05-27 10:48:42 +08:00
parent 0066b8d5e1
commit fc7858f060
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public enum CodeBiEnum {
ONE(1, "旧邮箱修改邮箱"),
/* 通过邮箱修改密码 */
TWO(1, "通过邮箱修改密码");
TWO(2, "通过邮箱修改密码");
private final Integer code;
private final String description;