Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
130bfa5a
Commit
130bfa5a
authored
Aug 31, 2020
by
macro
Browse files
Update UmsAdminParam.java
parent
095a1762
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-admin/src/main/java/com/macro/mall/dto/UmsAdminParam.java
View file @
130bfa5a
...
...
@@ -14,16 +14,16 @@ import javax.validation.constraints.NotEmpty;
@Getter
@Setter
public
class
UmsAdminParam
{
@NotEmpty
@ApiModelProperty
(
value
=
"用户名"
,
required
=
true
)
@NotEmpty
(
message
=
"用户名不能为空"
)
private
String
username
;
@NotEmpty
@ApiModelProperty
(
value
=
"密码"
,
required
=
true
)
@NotEmpty
(
message
=
"密码不能为空"
)
private
String
password
;
@ApiModelProperty
(
value
=
"用户头像"
)
private
String
icon
;
@Email
@ApiModelProperty
(
value
=
"邮箱"
)
@Email
(
message
=
"邮箱格式不合法"
)
private
String
email
;
@ApiModelProperty
(
value
=
"用户昵称"
)
private
String
nickName
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment