权限调整

This commit is contained in:
tangcongfa_v@didichuxing.com
2021-05-18 16:03:24 +08:00
parent d4ee5e91a2
commit 52244325d9
5 changed files with 69 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ public class TopicAuthorityDTO extends ClusterTopicDTO {
@ApiModelProperty(value = "appId")
private String appId;
@ApiModelProperty(value = "0:无权限, 1:读, 2:写, 3:读写")
@ApiModelProperty(value = "0:无权限, 1:读, 2:写, 3:读写, 4:可管理")
private Integer access;
public String getAppId() {