forked from github/dataease
perf: 保存权限接口参数文档必填项描述不准确
This commit is contained in:
parent
48408cd53f
commit
0a35fd1e9a
@ -12,10 +12,10 @@ public class BusiPermissionRequest implements Serializable {
|
||||
@Serial
|
||||
private static final long serialVersionUID = -2424587989223319563L;
|
||||
|
||||
@Schema(description = "对象ID")
|
||||
@Schema(description = "对象ID", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||
private Long id;
|
||||
@Schema(description = "对象类型")
|
||||
@Schema(description = "对象类型", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||
private Integer type;
|
||||
@Schema(description = "资源类型")
|
||||
@Schema(description = "资源类型", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||
private String flag;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user