mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-07 23:57:20 +08:00
修改密码验证
This commit is contained in:
@@ -41,7 +41,7 @@ public class SystemAdminParam implements Serializable {
|
||||
private String nickname;
|
||||
|
||||
@NotEmpty(message = "密码不能为空", groups = {create.class})
|
||||
@Length(min = 6, max = 18, message = "密码必须在6~18个字符内", groups = {create.class, update.class, upInfo.class})
|
||||
@Length(min = 6, max = 32, message = "密码必须在6~32个字符内", groups = {create.class, update.class, upInfo.class})
|
||||
private String password;
|
||||
|
||||
@NotNull(message = "请选择状态", groups = {create.class, update.class})
|
||||
|
||||
Reference in New Issue
Block a user