Commit ffdbd151 by guojuxing

新增/编辑管理员添加标志位,用来操作密码

parent 58a917de
......@@ -50,7 +50,7 @@ public class UserDTO implements UserInfo,Serializable{
/**
* 密码
*/
@NotBlank(message = "密码不能为空", groups = {SaveUserValid.class, EditUserValid.class})
@NotBlank(message = "密码不能为空", groups = {SaveUserValid.class})
private String password;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment