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', '');