From 638bf4e42b822c9f88fdede3b3e780d541e7edd1 Mon Sep 17 00:00:00 2001 From: 15856 <15856818120@163.com> Date: Wed, 20 Nov 2024 13:59:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=97=E7=BD=91=E8=A1=A5=E5=85=85=E5=90=88?= =?UTF-8?q?=E5=90=8C=E6=96=B0=E5=A2=9E=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 202411/南网仓储/20241120_sys_menu.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 202411/南网仓储/20241120_sys_menu.sql diff --git a/202411/南网仓储/20241120_sys_menu.sql b/202411/南网仓储/20241120_sys_menu.sql new file mode 100644 index 0000000..a64cc70 --- /dev/null +++ b/202411/南网仓储/20241120_sys_menu.sql @@ -0,0 +1,4 @@ +INSERT INTO `ma_sgzb`.`sys_menu` (`menu_name`, `parent_id`, `order_num`, `path`, `component`, `query`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('创新类设备管理', 0, 51, 'innovate', 'innovate', NULL, 1, 1, 'C', '0', '0', '', 'lock', 'admin', '2024-11-20 09:13:54', 'admin', '2024-11-20 09:17:50', ''); +INSERT INTO `ma_sgzb`.`sys_menu` (`menu_name`, `parent_id`, `order_num`, `path`, `component`, `query`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('外部装备参与管理', 0, 52, 'external', 'external', NULL, 1, 1, 'C', '0', '0', '', 'lock', 'admin', '2024-11-20 09:15:29', 'admin', '2024-11-20 09:18:05', ''); +INSERT INTO `ma_sgzb`.`sys_menu` (`menu_name`, `parent_id`, `order_num`, `path`, `component`, `query`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('装备管理', 0, 53, 'equipment-manage', 'equipment-manage', NULL, 1, 1, 'C', '0', '0', '', 'lock', 'admin', '2024-11-20 09:17:05', 'admin', '2024-11-20 09:18:19', ''); +INSERT INTO `ma_sgzb`.`sys_menu` (`menu_name`, `parent_id`, `order_num`, `path`, `component`, `query`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('员工管理', 0, 54, 'staff-manage', 'staff-manage', NULL, 1, 1, 'C', '0', '0', '', 'lock', 'admin', '2024-11-20 09:17:21', 'admin', '2024-11-20 09:18:35', '');