vpn服务器ip菜单sql

This commit is contained in:
leijun
2018-12-10 16:14:39 +08:00
parent d961c378c0
commit 048a41eed7

View File

@@ -0,0 +1,6 @@
#VPN服务器Ip菜单
INSERT INTO `sys_menu` (`id`, `parent_id`, `parent_ids`, `code`, `name`, `sort`, `href`, `target`, `icon`, `is_show`, `permission`, `create_by`, `create_date`, `update_by`, `update_date`, `remarks`, `del_flag`, `menu_bg`, `quick_action`, `is_top`, `function_id`) VALUES ('1166', '109', '0,1,109,', 'vpn_ip', 'VPN IP配置', '380', '/basics/serviceDictInfo/list?itType=5', '', '', '1', 'basics:vpn_ip:view', '1', '2018-11-20 15:28:40', '1', '2018-12-03 09:19:31', '', '1', NULL, '0', '0', '636');
INSERT INTO `sys_menu` (`id`, `parent_id`, `parent_ids`, `code`, `name`, `sort`, `href`, `target`, `icon`, `is_show`, `permission`, `create_by`, `create_date`, `update_by`, `update_date`, `remarks`, `del_flag`, `menu_bg`, `quick_action`, `is_top`, `function_id`) VALUES ('1170', '1166', '0,1,109,1166,', 'show', '查看', '30', '', '', '', '0', 'basics:vpn_ip:view', '1', '2018-12-03 09:20:37', '1', '2018-12-03 09:20:37', '', '1', NULL, '0', '0', NULL);
INSERT INTO `sys_menu` (`id`, `parent_id`, `parent_ids`, `code`, `name`, `sort`, `href`, `target`, `icon`, `is_show`, `permission`, `create_by`, `create_date`, `update_by`, `update_date`, `remarks`, `del_flag`, `menu_bg`, `quick_action`, `is_top`, `function_id`) VALUES ('1171', '1166', '0,1,109,1166,', 'add', '新增', '60', '', '', '', '1', 'basics:vpn_ip:add', '1', '2018-12-03 09:21:22', '1', '2018-12-03 09:21:22', '', '1', NULL, '0', '0', NULL);
INSERT INTO `sys_menu` (`id`, `parent_id`, `parent_ids`, `code`, `name`, `sort`, `href`, `target`, `icon`, `is_show`, `permission`, `create_by`, `create_date`, `update_by`, `update_date`, `remarks`, `del_flag`, `menu_bg`, `quick_action`, `is_top`, `function_id`) VALUES ('1172', '1166', '0,1,109,1166,', 'edit', '修改', '90', '', '', '', '1', 'basics:vpn_ip:edit', '1', '2018-12-03 09:22:26', '1', '2018-12-03 09:22:26', '', '1', NULL, '0', '0', NULL);
INSERT INTO `sys_menu` (`id`, `parent_id`, `parent_ids`, `code`, `name`, `sort`, `href`, `target`, `icon`, `is_show`, `permission`, `create_by`, `create_date`, `update_by`, `update_date`, `remarks`, `del_flag`, `menu_bg`, `quick_action`, `is_top`, `function_id`) VALUES ('1173', '1166', '0,1,109,1166,', 'delete', '删除', '120', '', '', '', '0', 'basics:vpn_ip:del', '1', '2018-12-03 18:28:31', '1', '2018-12-03 18:32:09', '', '1', NULL, '0', '0', NULL);