修改密码 参数判空

This commit is contained in:
wangw 2025-03-20 09:57:38 +08:00
parent 95175c98d5
commit 3cc937f46b
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public class SysUserEditPwdDTO {
/** /**
* 密码 * 密码
*/ */
@Size(min = 1, message = "密码不为空") @NotBlank(message = "确认密码不为空")
private String password; private String password;