Merge remote-tracking branch 'plus/futuer/boot4' into futuer/boot4

This commit is contained in:
秋辞未寒
2026-03-21 00:41:31 +08:00
12 changed files with 29 additions and 42 deletions

View File

@@ -53,7 +53,7 @@ public class UserDTO implements Serializable {
/**
* 手机号码
*/
private String phonenumber;
private String phoneNumber;
/**
* 用户性别0男 1女 2未知

View File

@@ -17,7 +17,7 @@ public class SmsLoginBody extends LoginBody {
* 手机号
*/
@NotBlank(message = "{user.phonenumber.not.blank}")
private String phonenumber;
private String phoneNumber;
/**
* 短信code