文字错误描述修改
This commit is contained in:
parent
95095f35c0
commit
acf2e56ffc
@ -37,7 +37,7 @@ public class AdminUser extends BaseEntity {
|
||||
private String mobile;
|
||||
|
||||
@ApiModelProperty(value = "邮件")
|
||||
@Length(max = 100,message = "又想长度不能超过100")
|
||||
@Length(max = 100,message = "邮箱长度不能超过100")
|
||||
private String email;
|
||||
|
||||
@ApiModelProperty(value = "用户头像")
|
||||
|
@ -37,7 +37,7 @@ public class AdminUserDTO extends BaseEntity {
|
||||
private String mobile;
|
||||
|
||||
@ApiModelProperty(value = "邮件")
|
||||
@Length(max = 100,message = "又想长度不能超过100")
|
||||
@Length(max = 100,message = "邮箱长度不能超过100")
|
||||
private String email;
|
||||
|
||||
@ApiModelProperty(value = "头像")
|
||||
|
Loading…
x
Reference in New Issue
Block a user