feat(文档拆分): 条文解读多个、条纹解读列表
This commit is contained in:
@@ -5,8 +5,6 @@ import lombok.Data;
|
||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import javax.validation.constraints.NotBlank;
|
||||
|
||||
/**
|
||||
* @Author: 31318
|
||||
* @Date: 2023/09/26/10:07
|
||||
@@ -38,14 +36,12 @@ public class Oauth {
|
||||
* 必需参数。授权码
|
||||
*/
|
||||
@ApiModelProperty(value = "必需参数。授权码")
|
||||
@NotBlank(message = "授权码不能为空!")
|
||||
private String code;
|
||||
|
||||
/**
|
||||
* 重定向URI
|
||||
*/
|
||||
@ApiModelProperty(value = "重定向URI")
|
||||
@NotBlank(message = "重定向URI不能为空!")
|
||||
private String redirectUri;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user