【sql】新增菜单显示类型

pull/84/head
fengshuonan 2022-04-28 13:09:45 +08:00
parent 71f97aabd4
commit 6bc0556674
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
ALTER TABLE `sys_menu` ADD COLUMN `antdv_front_type` tinyint(4) NULL DEFAULT NULL COMMENT '前台还是后台菜单1-前台2-后台3-前后台都显示' AFTER `antdv_visible`;