fix 修复保存个人信息手机号码参数错误

This commit is contained in:
gssong
2026-03-20 11:36:25 +08:00
parent a25d87c44d
commit 7c57a2317f

View File

@@ -46,7 +46,7 @@ public class SysUserProfileBo implements Serializable {
*/
@Pattern(regexp = RegexConstants.MOBILE, message = "手机号格式不正确")
@Sensitive(strategy = SensitiveStrategy.PHONE)
private String phonenumber;
private String phoneNumber;
/**
* 用户性别0男 1女 2未知