swagger添加enable参数控制是否启用

This commit is contained in:
RuoYi
2020-04-29 21:58:24 +08:00
parent 1a079532e8
commit 2d93e7aeb3
3 changed files with 12 additions and 1 deletions

View File

@ -138,7 +138,7 @@ create table sys_menu (
is_frame int(1) default 1 comment '是否为外链0是 1否',
menu_type char(1) default '' comment '菜单类型M目录 C菜单 F按钮',
visible char(1) default 0 comment '菜单状态0显示 1隐藏',
status char(1) not null comment '菜单状态0正常 1停用',
status char(1) default 0 comment '菜单状态0正常 1停用',
perms varchar(100) default null comment '权限标识',
icon varchar(100) default '#' comment '菜单图标',
create_by varchar(64) default '' comment '创建者',