fix:在个人中心修改密码确认密码字段不存在

This commit is contained in:
wx
2025-05-16 16:27:48 +08:00
parent 4dfa6ae1d8
commit 42e25a0e58
2 changed files with 9 additions and 2 deletions

View File

@@ -19,4 +19,6 @@ public class PasswordUpdateForm {
@Schema(description = "新密码")
private String newPassword;
@Schema(description = "确认密码")
private String confirmPassword;
}