|
|
|
@ -28,7 +28,7 @@ public class AdminAddDTO implements Serializable {
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "密码", required = true, example = "buzhidao")
|
|
|
|
@ApiModelProperty(value = "密码", required = true, example = "buzhidao")
|
|
|
|
@NotEmpty(message = "密码不能为空")
|
|
|
|
@NotEmpty(message = "密码不能为空")
|
|
|
|
@Length(min = 6, max = 16, message = "密码长度为 6-16 位")
|
|
|
|
@Length(min = 4, max = 16, message = "密码长度为 4-16 位")
|
|
|
|
private String password;
|
|
|
|
private String password;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|