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