TASK:模块化;
This commit is contained in:
@@ -11,11 +11,9 @@ import javax.validation.constraints.NotNull;
|
|||||||
@ApiModel("登入")
|
@ApiModel("登入")
|
||||||
public class AccountLoginDTO {
|
public class AccountLoginDTO {
|
||||||
|
|
||||||
@NotNull(message = "userId.cannot.be.empty")
|
|
||||||
@ApiModelProperty("userId")
|
@ApiModelProperty("userId")
|
||||||
private Long userId;
|
private Long userId;
|
||||||
|
|
||||||
@NotBlank(message = "email.cannot.be.empty")
|
|
||||||
@ApiModelProperty("邮箱")
|
@ApiModelProperty("邮箱")
|
||||||
private String email;
|
private String email;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user