TASK:AiDA
This commit is contained in:
@@ -11,9 +11,9 @@ import javax.validation.constraints.NotNull;
|
||||
@ApiModel("绑定邮箱")
|
||||
public class AccountBindEmailDTO {
|
||||
|
||||
@NotNull(message = "userId.cannot.be.empty")
|
||||
@ApiModelProperty("用户id")
|
||||
private Long userId;
|
||||
// @NotNull(message = "userId.cannot.be.empty")
|
||||
// @ApiModelProperty("用户id")
|
||||
// private Long userId;
|
||||
|
||||
@NotBlank(message = "email.cannot.be.empty")
|
||||
@ApiModelProperty("邮箱")
|
||||
|
||||
Reference in New Issue
Block a user