Skip to content

Commit

Permalink
Merge pull request #33 from zxiaozhou/develop
Browse files Browse the repository at this point in the history
feat: delete invalid code
  • Loading branch information
zxuanhong authored Aug 3, 2022
2 parents 7e84092 + 3e5793c commit 3eda298
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ public class RbacRolePageDto implements Serializable {
@Schema(name = "autoBind", title = "绑定方式:0-手动,1-自动。默认0")
private Integer autoBind;

@Schema(name = "superRole", title = "是否为超级管理员角色")
private boolean superRole;

@Schema(name = "roleStatus", title = "角色状态:0-禁用,1-启用,默认0")
private Integer roleStatus;

Expand Down

0 comments on commit 3eda298

Please sign in to comment.