mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-25 20:35:35 +08:00
移除学员的nickname字段
This commit is contained in:
@@ -26,9 +26,6 @@ public class UserRequest {
|
||||
@Length(min = 1, max = 20, message = "姓名长度在1-20个字符之间")
|
||||
private String name;
|
||||
|
||||
@Length(min = 1, max = 20, message = "昵称长度在1-20个字符之间")
|
||||
private String nickname;
|
||||
|
||||
@NotNull(message = "avatar参数不存在")
|
||||
@NotBlank(message = "请上传头像")
|
||||
private String avatar;
|
||||
|
||||
Reference in New Issue
Block a user