Files
be.ems/database/install/sys_menu.sql

68 lines
35 KiB
SQL
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- MariaDB dump 10.19 Distrib 10.6.16-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: 192.168.2.219 Database: omc_db
-- ------------------------------------------------------
-- Server version 10.3.38-MariaDB
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `sys_menu`
--
DROP TABLE IF EXISTS `sys_menu`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sys_menu` (
`menu_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '菜单ID',
`menu_name` varchar(50) NOT NULL COMMENT '菜单名称',
`parent_id` bigint(20) DEFAULT 0 COMMENT '父菜单ID 默认0',
`menu_sort` int(11) DEFAULT 0 COMMENT '显示顺序',
`path` varchar(200) DEFAULT '' COMMENT '路由地址',
`component` varchar(200) DEFAULT '' COMMENT '组件路径',
`is_frame` char(1) DEFAULT '1' COMMENT '是否内部跳转0否 1是',
`is_cache` char(1) DEFAULT '0' COMMENT '是否缓存0不缓存 1缓存',
`menu_type` char(1) NOT NULL COMMENT '菜单类型D目录 M菜单 B按钮',
`visible` char(1) DEFAULT '0' 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(50) DEFAULT '' COMMENT '创建者',
`create_time` bigint(20) DEFAULT 0 COMMENT '创建时间',
`update_by` varchar(50) DEFAULT '' COMMENT '更新者',
`update_time` bigint(20) DEFAULT 0 COMMENT '更新时间',
`remark` varchar(500) DEFAULT '' COMMENT '备注',
PRIMARY KEY (`menu_id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=2139 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC COMMENT='菜单权限表';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sys_menu`
--
LOCK TABLES `sys_menu` WRITE;
/*!40000 ALTER TABLE `sys_menu` DISABLE KEYS */;
INSERT INTO `sys_menu` VALUES (1,'menu.system',0,16,'system',NULL,'1','1','D','1','1',NULL,'icon-xiangmu','supervisor',1700000000000,NULL,0,'menu.systemRemark'),(2,'menu.monitor',0,2,'monitor',NULL,'1','1','D','0','0',NULL,'icon-wenjian','supervisor',1700000000000,NULL,0,'menu.monitorRemark'),(3,'menu.tools',0,15,'tool',NULL,'1','1','D','1','1',NULL,'icon-wenjian','supervisor',1700000000000,NULL,0,'menu.toolsRemark'),(4,'menu.config',0,3,'configManage',NULL,'1','0','D','1','1',NULL,'icon-huizhiguize','supervisor',1700000000000,NULL,0,'menu.configRemark'),(5,'menu.ueUser',0,7,'neUser',NULL,'1','0','D','1','1',NULL,'icon-wocanyu','supervisor',1700000000000,NULL,0,'menu.ueUserRemark'),(6,'故障管理',0,50,'page',NULL,'1','0','D','0','1','page','fa fa-home','admin',1690000000000,'admin',1690000000000,'故障管理'),(7,'配置管理',0,550,'page',NULL,'1','0','D','0','1','page','fa fa-home','admin',1690000000000,'admin',0,'配置管理'),(8,'性能管理',0,551,'page',NULL,'1','0','D','0','1','page','fa fa-home','admin',1690000000000,'admin',0,'性能管理'),(9,'操作维护',0,552,'page',NULL,'1','0','D','0','1','page','fa fa-home','admin',1690000000000,'admin',0,'操作维护'),(10,'跟踪管理',0,553,'page',NULL,'1','0','D','0','1','page','fa fa-home','admin',1690000000000,'admin',1690000000000,'跟踪管理'),(11,'日志管理',0,554,'page',NULL,'1','0','D','0','1','page','fa fa-home','admin',1690000000000,'admin',0,'日志管理'),(12,'安全管理',0,555,'page',NULL,'1','0','D','0','1','page','fa fa-home','admin',1690000000000,'admin',0,'安全管理'),(13,'北向管理',0,556,'page',NULL,'1','0','D','0','0','page','fa fa-home','admin',1690000000000,'admin',1690000000000,'北向管理'),(14,'系统管理',0,557,'page',NULL,'1','0','D','0','1','page','fa fa-home','admin',1690000000000,'admin',0,'系统管理'),(15,'拓扑管理',0,558,'page',NULL,'1','0','D','0','0','page','fa fa-home','admin',1690000000000,'admin',0,'拓扑管理'),(100,'menu.security.user',2113,1,'user','system/user/index','1','1','M','1','1','system:user:list','icon-wocanyu','supervisor',1700000000000,NULL,0,'menu.security.userRemark'),(101,'menu.security.role',2113,3,'role','system/role/index','1','1','M','1','1','system:role:list','icon-anzhuo','supervisor',1700000000000,NULL,0,'menu.security.roleRemark'),(102,'menu.security.roleUser',2113,3,'role/inline/auth-user/:roleId','system/role/auth-user','1','1','M','0','1','system:role:auth','#','supervisor',1700000000000,NULL,0,'menu.security.roleUserRemark'),(103,'menu.system.menu',1,4,'menu','system/menu/index','1','1','M','1','1','system:menu:list','icon-wofaqi','supervisor',1700000000000,NULL,0,'menu.system.menuRemark'),(104,'menu.security.dept',2113,5,'dept','system/dept/index','1','1','M','1','1','system:dept:list','icon-yuzhanghao1','supervisor',1700000000000,NULL,0,'menu.security.deptRemark'),(105,'menu.security.post',2113,6,'post','system/post/index','1','1','M','1','1','system:post:list','icon-gonggaodayi','supervisor',1700000000000,NULL,0,'menu.security.postRemark'),(106,'menu.system.dictType',1,7,'dict','system/dict/index','1','1','M','1','1','system:dict:list','icon-tubiaoku','supervisor',1700000000000,NULL,0,'menu.system.dictTypeRemark'),(107,'menu.system.dictData',1,8,'dict/inline/data/:dictId','system/dict/data','1','1','M','0','1','system:dict:data','#','supervisor',1700000000000,NULL,0,'menu.system.dictDataRemark'),(108,'menu.system.paramSet',1,9,'config','system/config/index','1','1','M','1','1','system:config:list','icon-gongnengjieshao','supervisor',1700000000000,NULL,0,'menu.system.paramSetRemark'),(111,'menu.system.systemLog',1,11,'log',NULL,'1','1','D','0','0',NULL,'#','supervisor',1700000000000,NULL,0,'menu.system.systemLogRemark'),(112,'menu.system.systemInfo',1,3,'system-info','monitor/system/info','1','1','M','1','1','monitor:system:info','icon-fuzhidaima','supervisor',1700000000000,NULL,0,'menu.system.systemInfoRemark'),(113,'menu.system.cacheInfo',1,2,'cache-info','monitor/cache/info','1','1','M','1','1','monitor:cache:info','icon-gongnengjieshao','supervisor',1700000000000,NULL,0,'menu.system.cacheInfoRemark'),(114,'menu.system.cache',1,3,'cache','monitor/cache/index','1','1','M','1','1','monitor:cache:list','icon-tubiaoku','supervisor',1700000000000,NULL,0,'menu.system.cacheRemark'),(115,'menu.security.onlineUser',2113,2,'online','monitor/online/index','1','1','M','1','1','monitor:online:list','icon-xiangmuchengyuan','supervisor',1700000000000,NULL,0,'menu.security.onlineUserRemark'),(116,'menu.system.job',1,1,'job','monitor/job/index','1','1','M','1','1','monitor:job:list','icon-lishi','supervisor',1700000000000,NULL,0,'menu.system.jobRemark'),(117,'menu.system.jobLog',1,2,'/system/job/inline/log/:jobId','monitor/job/log','1','1','M','0','1','monitor:job:log','#','supervisor',1700000000000,NULL,0,'menu.system.jobLogRemark'),(118,'menu.tools.help',3,1,'help','tool/help/index','1','1','M','1','1','tool:help:list','#','supervisor',1700000000000,'supervisor',1708480983482,'menu.tools.helpRemark'),(500,'menu.log.operat',2089,1,'operate','system/log/operate/index','1','1','M','1','1','system:log:operate:list','icon-fuzhidaima','supervisor',1700000000000,NULL,0,'menu.log.operatRemark'),(501,'menu.log.login',2089,2,'login','system/log/login/index','1','1','M','1','1','system:log:login:list','icon-fuzhidaima','supervisor',1700000000000,NULL,0,'menu.log.loginRemark'),(1000,'menu.common.query',100,1,NULL,NULL,'1','1','B','1','1','system:user:query','#','supervisor',1700000000000,NULL,0,NULL),(1001,'menu.common.add',100,2,NULL,NULL,'1','1','B','1','1','system:user:add','#','supervisor',1700000000000,NULL,0,NULL),(1002,'menu.common.edit',100,3,NULL,NULL,'1','1','B','1','1','system:user:edit','#','supervisor',1700000000000,NULL,0,NULL),(1003,'menu.common.delete',100,4,NULL,NULL,'1','1','B','1','1','system:user:remove','#','supervisor',1700000000000,NULL,0,NULL),(1004,'menu.common.export',100,5,NULL,NULL,'1','1','B','1','1','system:user:export','#','supervisor',1700000000000,NULL,0,NULL),(1005,'menu.common.import',100,6,NULL,NULL,'1','1','B','1','1','system:user:import','#','supervisor',1700000000000,NULL,0,NULL),(1006,'menu.common.reset',100,7,NULL,NULL,'1','1','B','1','1','system:user:resetPwd','#','supervisor',1700000000000,NULL,0,NULL),(1007,'menu.common.query',101,1,NULL,NULL,'1','1','B','1','1','system:role:query','#','supervisor',1700000000000,NULL,0,NULL),(1008,'menu.common.add',101,2,NULL,NULL,'1','1','B','1','1','system:role:add','#','supervisor',1700000000000,NULL,0,NULL),(1009,'menu.common.edit',101,3,NULL,NULL,'1','1','B','1','1','system:role:edit','#','supervisor',1700000000000,NULL,0,NULL),(1010,'menu.common.delete',101,4,NULL,NULL,'1','1','B','1','1','system:role:remove','#','supervisor',1700000000000,NULL,0,NULL),(1011,'menu.common.export',101,5,NULL,NULL,'1','1','B','1','1','system:role:export','#','supervisor',1700000000000,NULL,0,NULL),(1012,'menu.common.query',103,1,NULL,NULL,'1','1','B','1','1','system:menu:query','#','supervisor',1700000000000,NULL,0,NULL),(1013,'menu.common.add',103,2,NULL,NULL,'1','1','B','1','1','system:menu:add','#','supervisor',1700000000000,NULL,0,NULL),(1014,'menu.common.edit',103,3,NULL,NULL,'1','1','B','1','1','system:menu:edit','#','supervisor',1700000000000,NULL,0,NULL),(1015,'menu.common.delete',103,4,NULL,NULL,'1','1','B','1','1','system:menu:remove','#','supervisor',1700000000000,NULL,0,NULL),(1016,'menu.common.query',104,1,NULL,NULL,'1','1','B','1','1','system:dept:query','#','supervisor',1700000000000,NULL,0,NULL),(1017,'menu.common.add',104,2,NULL,NULL,'1','1','B','1','1','system:dept:add','#','supervisor',1700000000000,NULL,0,NULL),(1018,'menu.common.edit',104,3,NULL,NULL,'1','1','B','1','1','system:dept:edit','#','supervisor',1700000000000,NULL,0,NULL),(1019,'menu.common.delete',104,4,NULL,NULL,'1','1','B','1','1','system:dept:remove','#','supervisor',1700000000000,NULL,0,NULL),(1020,'menu.common.query',105,1,NULL,NULL,'1','1','B','1','1','system:post:query','#','supervisor',1700000000000,NULL,0,NULL),(1021,'menu.common.add',105,2,NULL,NULL,'1','1','B','1','1','system:post:add','#','supervisor',1700000000000,NULL,0,NULL),(1022,'menu.common.edit',105,3,NULL,NULL,'1','1','B','1','1','system:post:edit','#','supervisor',1700000000000,NULL,0,NULL),(1023,'menu.common.delete',105,4,NULL,NULL,'1','1','B','1','1','system:post:remove','#','supervisor',1700000000000,NULL,0,NULL),(1024,'menu.common.export',105,5,NULL,NULL,'1','1','B','1','1','system:post:export','#','supervisor',1700000000000,NULL,0,NULL),(1025,'menu.common.query',106,1,'#',NULL,'1','1','B','1','1','system:dict:query','#','supervisor',1700000000000,NULL,0,NULL),(1026,'menu.common.add',106,2,'#',NULL,'1','1','B','1','1','system:dict:add','#','supervisor',1700000000000,NULL,0,NULL),(1027,'menu.common.edit',106,3,'#',NULL,'1','1','B','1','1','system:dict:edit','#','supervisor',1700000000000,NULL,0,NULL),(1028,'menu.common.delete',106,4,'#',NULL,'1','1','B','1','1','system:dict:remove','#','supervisor',1700000000000,NULL,0,NULL),(1029,'menu.common.export',106,5,'#',NULL,'1','1','B','1','1','system:dict:export','#','supervisor',1700000000000,NULL,0,NULL),(1030,'menu.common.query',108,1,'#',NULL,'1','1','B','1','1','system:config:query','#','supervisor',1700000000000,NULL,0,NULL),(1031,'menu.common.add',108,2,'#',NULL,'1','1','B','1','1','system:config:add','#','supervisor',1700000000000,NULL,0,NULL),(1032,'menu.common.edit',108,3,'#',NULL,'1','1','B','1','1','system:config:edit','#','supervisor',1700000000000,NULL,0,NULL),(1033,'menu.common.delete',108,4,'#',NULL,'1','1','B','1','1','system:config:remove','#','supervisor',1700000000000,NULL,0,NULL),(1034,'menu.common.export',108,5,'#',NULL,'1','1','B','1','1','system:config:export','#','supervisor',1700000000000,NULL,0,NULL),(1039,'menu.common.query',500,1,'#',NULL,'1','1','B','1','1','system:log:operate:query','#','supervisor',1700000000000,NULL,0,NULL),(1040,'menu.common.delete',500,2,'#',NULL,'1','1','B','1','1','system:log:operate:remove','#','supervisor',1700000000000,NULL,0,NULL),(1041,'menu.common.export',500,3,'#',NULL,'1','1','B','1','1','system:log:operate:export','#','supervisor',1700000000000,NULL,0,NULL),(1042,'menu.common.query',501,1,'#',NULL,'1','1','B','1','1','system:log:login:query','#','supervisor',1700000000000,NULL,0,NULL),(1043,'menu.common.delete',501,2,'#',NULL,'1','1','B','1','1','system:log:login:remove','#','supervisor',1700000000000,NULL,0,NULL),(1044,'menu.common.export',501,3,'#',NULL,'1','1','B','1','1','system:log:login:export','#','supervisor',1700000000000,NULL,0,NULL),(1045,'menu.common.unlock',501,4,'#',NULL,'1','1','B','1','1','system:log:login:unlock','#','supervisor',1700000000000,NULL,0,NULL),(1046,'menu.common.query',114,1,'#',NULL,'1','1','B','1','1','monitor:cache:query','#','supervisor',1700000000000,NULL,0,NULL),(1047,'menu.common.delete',114,2,'#',NULL,'1','1','B','1','1','monitor:cache:remove','#','supervisor',1700000000000,NULL,0,NULL),(1048,'menu.common.query',115,1,'#',NULL,'1','1','B','1','1','monitor:online:query','#','supervisor',1700000000000,NULL,0,NULL),(1049,'menu.forcedQuit.batch ',115,2,'#',NULL,'1','1','B','1','1','monitor:online:batchLogout','#','supervisor',1700000000000,NULL,0,NULL),(1050,'menu.forcedQuit.single',115,3,'#',NULL,'1','1','B','1','1','monitor:online:forceLogout','#','supervisor',1700000000000,NULL,0,NULL),(1051,'menu.common.query',116,1,'#',NULL,'1','1','B','1','1','monitor:job:query','#','supervisor',1700000000000,NULL,0,NULL),(1052,'menu.common.add',116,2,'#',NULL,'1','1','B','1','1','monitor:job:add','#','supervisor',1700000000000,NULL,0,NULL),(1053,'menu.common.edit',116,3,'#',NULL,'1','1','B','1','1','monitor:job:edit','#','supervisor',1700000000000,NULL,0,NULL),(1054,'menu.common.delete',116,4,'#',NULL,'1','1','B','1','1','monitor:job:remove','#','supervisor',1700000000000,NULL,0,NULL),(1055,'menu.common.edit',116,5,'#',NULL,'1','1','B','1','1','monitor:job:changeStatus','#','supervisor',1700000000000,NULL,0,NULL),(1056,'menu.common.export',116,6,'#',NULL,'1','1','B','1','1','monitor:job:export','#','supervisor',1700000000000,NULL,0,NULL),(2009,'menu.ueUser.authUDM',5,1,'auth','neUser/auth/index','1','1','M','1','1','neUser:auth:index','icon-xiangmuchengyuan','supervisor',1700000000000,NULL,0,'menu.ueUser.authUDMRemark'),(2010,'menu.ueUser.subUDM',5,2,'sub','neUser/sub/index','1','1','M','1','1','neUser:sub:index','icon-xiangmuchengyuan','supervisor',1700000000000,NULL,0,'menu.ueUser.subUDMRemark'),(2011,'活动告警',6,1,NULL,'page/alarm/alarmListDown.html','1','0','M','1','1','page','#','admin',1690000000000,'admin',1690000000000,'活动告警'),(2012,'历史告警',6,2,NULL,'page/alarm/AlarmListHistory.html','1','0','M','1','1','page','#','admin',1690000000000,'admin',0,'历史告警'),(2013,'故障通用设置',6,3,NULL,'page/alarm/alarmInfoConfig.html','1','0','M','1','1','page','#','admin',1690000000000,'admin',0,'故障通用设置'),(2014,'定时同步设置',6,4,NULL,'page/alarm/synchronous.html','1','0','M','1','0','page','#','admin',1690000000000,'admin',1690000000000,'定时同步设置'),(2015,'健康状态检查',6,5,NULL,'page/alarm/healthCheck.html','1','0','M','1','0','page','#','admin',1690000000000,'admin',1690000000000,'健康状态检查'),(2016,'告警前转',6,6,NULL,'page/alarm/alarmForwarding.html','1','0','M','1','1','page','#','admin',1690000000000,'admin',0,'告警前转'),(2017,'网元管理',7,1,NULL,'page/nfManage/list.html','1','0','M','1','1','page','#','admin',1690000000000,'admin',0,'网元管理'),(2018,'参数配置',7,2,NULL,'page/configParam/list.html','1','0','M','1','1','page','#','admin',1690000000000,'admin',0,'参数配置'),(2019,'软件管理',7,3,NULL,'page/softwareManage/softwareManage.html','1','0','M','1','1','page','#','admin',1690000000000,'admin',0,'软件管理'),(2020,'备份管理',7,5,NULL,'page/softwareManage/backupManage.html','1','0','M','1','1','page','#','admin',1690000000000,'admin',0,'备份管理'),(2021,'配置参数设置',7,6,NULL,'page/configParam/configParamSet.html','1','0','M','1','1','page','#','admin',1690000000000,'admin',0,'配置参数设置'),(2022,'任务管理',8,1,NULL,'page/task/list.html','1','0','M','1','1','page','#','admin',1690000000000,'admin',0,'任务管理'),(2023,'性能数据',8,2,NULL,'page/repair/list.html','1','0','M','1','1','page','#','admin',1690000000000,'admin',0,'性能数据'),(2024,'性能报表',8,3,NULL,'page/task/perfReport.html','1','0','M','1','1','page','#','admin',1690000000000,'admin',0,'性能报表'),(2025,'性能门限',8,4,NULL,'page/task/threshold.html','1','0','M','1','1','page','#','admin',1690000000000,'admin',0,'性能门限'),(2026,'黄金指标',8,5,NULL,'page/gold/list.html','1','0','M','1','1','page','#','admin',1690000000000,'admin',0,'黄金指标'),(2027,'性能通用设置',8,7,NULL,'page/task/perfReportSet.html','1','0','M','0','0','page','#','admin',1690000000000,'admin',0,'性能通用设置'),(2028,'自定义指标',8,8,NULL,'page/indicators/list.html','1','0','M','1','1','page','#','admin',1690000000000,'admin',0,'自定义指标'),(2029,'对象模板',8,8,NULL,'page/objectTemplate/list.html','1','0','M','1','0','page','#','admin',1690000000000,'admin',1690000000000,'对象模板'),(2030,'自定义测量数据',8,9,NULL,'page/indicators/measuringData.html','1','0','M','1','0','page','#','admin',1690000000000,'admin',1690000000000,'自定义测量数据'),(2031,'拓扑视图',15,1,NULL,'page/topology/topologyList.html','1','0','M','1','0','page','#','admin',1690000000000,'admin',0,'拓扑视图'),(2032,'系统维护',14,1,NULL,'page/systemManage/systemOperation.html','1','0','M','1','1','page','#','admin',1690000000000,'admin',0,'系统维护'),(2033,'稳定性事件列表',14,2,NULL,'page/systemManage/stabilityEvents.html','1','0','M','1','0','page','#','admin',1690000000000,'admin',1690000000000,'稳定性事件列表'),(2034,'稳定性统计报告',14,3,NULL,'page/systemManage/stabilityReports.html','1','0','M','1','0','page','#','admin',1690000000000,'admin',1690000000000,'稳定性统计报告'),(2035,'系统备份',14,4,NULL,'page/systemManage/systemBackup.html','1','0','M','1','0','page','#','admin',1690000000000,'admin',1690000000000,'系统备份'),(2036,'系统可扩展',14,5,NULL,'page/systemManage/systemExtended.html','1','0','M','1','0','page','#','admin',1690000000000,'admin',1690000000000,'\"系统可扩展'),(2037,'证书管理',14,6,NULL,'page/systemManage/certificateManage.html','1','0','M','1','0','page','#','admin',1690000000000,'admin',1690000000000,'证书管理'),(2038,'北向操作日志',13,0,NULL,'page/log/nbiOperLogList.html','1','0','M','0','0','page','#','admin',1690000000000,'admin',0,'北向操作日志'),(2039,'北向告警日志',13,2,NULL,'page/log/nbiAlarmLog.html','1','0','M','0','0','page','#','admin',1690000000000,'admin',1690000000000,'北向告警日志'),(2040,'北向通用设置',13,3,NULL,'page/log/nbiSet.html','1','0','M','0','0','page','#','admin',1690000000000,'admin',0,'北向通用设置'),(2041,'用户管理',12,1,NULL,'page/user/list.html','1','0','M','0','1','page','#','admin',1690000000000,'admin',0,'用户管理'),(2042,'在线状态',12,2,NULL,'page/user/online.html','1','0','M','0','1','page','#','admin',1690000000000,'admin',0,'在线状态'),(2043,'用户组管理',12,2,NULL,'page/group/list.html','1','0','M','0','0','page','#','admin',1690000000000,'admin',1690000000000,'用户组管理'),(2044,'安全策略',12,3,NULL,'page/user/securityPolicy.html','1','0','M','0','0','page','#','admin',1690000000000,'admin',1690000000000,'安全策略'),(2045,'操作日志',11,1,NULL,'page/log/operLogList.html','1','0','M','0','1','page','#','admin',1690000000000,'admin',0,'操作日志'),(2046,'mml操作日志',11,2,NULL,'page/log/mmlOperLogList.html','1','0','M','0','1','page','#','admin',1690000000000,'admin',0,'mml操作日志'),(2047,'告警日志',11,3,NULL,'page/log/alarmLogList.html','1','0','M','0','1','page','#','admin',1690000000000,'admin',0,'告警日志'),(2048,'安全日志',11,4,NULL,'page/log/securityLogList.html','1','0','M','0','1','page','#','admin',1690000000000,'admin',0,'安全日志'),(2049,'告警前转日志',11,7,NULL,'page/log/forwardingLog.html','1','0','M','0','1','page','#','admin',1690000000000,'admin',0,'告警前转日志'),(2050,'日志通用管理',11,8,NULL,'page/log/logSet.html','1','0','M','0','1','page','#','admin',1690000000000,'admin',0,'日志通用管理'),(2051,'系统日志',11,9,NULL,'page/log/systemLog.html','1','0','M','0','1','page','#','admin',1690000000000,'admin',0,'系统日志'),(2052,'跟踪任务',10,1,NULL,'page/trace/taskList.html','1','0','M','0','1','page','#','admin',1690000000000,'admin',1690000000000,'跟踪任务'),(2053,'信令分析',10,2,NULL,'page/trace/traceShow.html','1','0','M','0','1','page','#','admin',1690000000000,'admin',1690000000000,'信令分析'),(2054,'核心网池',9,0,NULL,'page/mml/poolList.html','1','0','M','0','0','page','#','admin',1690000000000,'admin',1690000000000,'核心网池'),(2055,'操作维护MML',9,1,NULL,'page/mml/omcList.html','1','0','M','0','1','page','#','admin',1690000000000,'admin',0,'操作维护MML'),(2056,'网元操作MML',9,3,NULL,'page/mml/list.html','1','0','M','0','1','page','#','admin',1690000000000,'admin',0,'网元操作MML'),(2057,'用户数据MML',9,4,NULL,'page/mml/udmList.html','1','0','M','0','1','page','#','admin',1690000000000,'admin',0,'用户数据MML'),(2058,'操作维护设置',9,5,NULL,'page/mml/mmlSet.html','1','0','M','0','1','page','#','admin',1690000000000,'admin',0,'操作维护设置'),(2059,'角色管理',12,6,NULL,'page/role/list.html','1','0','M','0','1','page','#','admin',1690000000000,'admin',0,'角色管理'),(2060,'菜单管理',12,7,NULL,'page/menu/list.html','1','0','M','0','1','page','#','admin',1690000000000,'admin',0,'菜单管理'),(2065,'数据库URL查询',0,10011,NULL,NULL,'1','1','B','0','0','page','#','admin',1690000000000,'admin',0,'数据库查询操作'),(2066,'数据库URL新增',0,10012,NULL,NULL,'1','1','B','0','0','page','#','admin',1690000000000,'admin',0,'数据库URL新增'),(2067,'数据库URL更新',0,10013,NULL,NULL,'1','1','B','0','0','page','#','admin',1690000000000,'admin',0,'数据库URL更新'),(2068,'数据库URL删除',0,10014,NULL,NULL,'1','1','B','0','0','page','#','admin',1690000000000,'admin',0,'数据库URL删除'),(2069,'用户信息',0,559,'page',NULL,'1','0','D','0','1','page','fa fa-home','admin',1690000000000,'admin',1690000000000,NULL),(2070,'UDM鉴权用户',2069,1,NULL,'page/nfUserInfo/authList.html','1','0','M','1','1','page','#','admin',1690000000000,'admin',1690000000000,NULL),(2071,'5G基站信息',2069,4,NULL,'page/nfUserInfo/5gBase.html','1','0','M','1','1','page','#','admin',1690000000000,'admin',1690000000000,NULL),(2072,'IMS在线用户',2069,3,NULL,'page/baseInfo/imsOnline.html','1','0','M','1','1','page','#','admin',1690000000000,'admin',1690000000000,NULL),(2073,'UDM签约用户',2069,2,NULL,'page/nfUserInfo/subsList.html','1','0','M','1','1','page','#','admin',1690000000000,'admin',1690000000000,NULL),(2074,'UE在线信息',2069,4,NULL,'page/baseInfo/ueInfoList.html','1','0','M','1','1','page','#','admin',1690000000000,'admin',1690000000000,NULL),(2075,'menu.config.neManage',4,1,'neManage','configManage/neManage/index','1','0','M','1','1','configManage:neManage:index','icon-biaoqing','supervisor',1700000000000,NULL,0,'menu.config.neManageRemark'),(2076,'menu.config.configNE',4,2,'configParam','configManage/configParam/index','1','0','M','1','1','configManage:configParam:index','icon-piliang','supervisor',1700000000000,NULL,0,'menu.config.configNERemark'),(2077,'信令抓包',10,3,NULL,'page/trace/pcap.html','1','0','M','1','1','page','#','admin',1690000000000,'admin',0,'tcpdump抓包pcap文件'),(2078,'menu.config.backupManage',4,3,'backupManage','configManage/backupManage/index','1','0','M','1','1','configManage:backupManage:index','icon-soutubiao','supervisor',1700000000000,NULL,0,'menu.config.backupManageRemark'),(2079,'menu.config.softwareManage',4,4,'softwareManage','configManage/softwareManage/index','1','0','M','1','1','configManage:softwareManage:index','icon-huidingbu','supervisor',1700000000000,NULL,0,'menu.config.softwareManageRemark'),(2080,'menu.ueUser.onlineIMS',5,4,'ims','neUser/ims/index','1','0','M','1','1','neUser:ims:index','icon-xiangmuchengyuan','supervisor',1700000000000,NULL,0,'menu.ueUser.onlineIMSRemark'),(2081,'menu.ueUser.onlineUE',5,6,'ue','neUser/ue/index','1','0','M','1','1','neUser:ue:index','icon-xiangmuchengyuan','supervisor',1700000000000,NULL,0,'menu.ueUser.onlineUERemark'),(2082,'menu.ueUser.base5G',5,7,'base5G','neUser/base5G/index','1','0','M','1','1','neUser:base5G:index','icon-paixu','supervisor',1700000000000,NULL,0,'menu.ueUser.base5GRemark'),(2083,'menu.trace',2087,30,'traceManage',NULL,'1','0','D','1','1',NULL,'icon-paixu','supervisor',1700000000000,NULL,0,'menu.traceRemark'),(2084,'menu.trace.task',2083,1,'task','traceManage/task/index','1','0','M','1','1','traceManage:task:index','icon-chexiao','supervisor',1700000000000,NULL,0,'menu.trace.taskRemark'),(2085,'menu.trace.analysis',2083,2,'analysis','traceManage/analysis/index','1','0','M','1','1','traceManage:analysis:index','icon-gongnengjieshao','supervisor',1700000000000,NULL,0,'menu.trace.analysisRemark'),(2086,'menu.trace.pcap',2083,3,'pcap','traceManage/pcap/index','1','1','M','1','1','traceManage:pcap:index','icon-soutubiao','supervisor',1700000000000,NULL,0,'menu.trace.pcapRemark'),(2087,'menu.fault',0,2,'faultManage',NULL,'1','0','D','1','1',NULL,'icon-jinggao','supervisor',1700000000000,NULL,0,'menu.faultRemark'),(2088,'menu.fault.active',2129,1,'active-alarm','faultManage/active-alarm/index','1','1','M','1','1','faultManage:active-alarm:index','icon-wenjian','supervisor',1700000000000,NULL,0,'menu.fault.activemRemark'),(2089,'menu.log',0,9,'logManage',NULL,'1','0','D','1','1',NULL,'icon-fuzhidaima','supervisor',1700000000000,NULL,0,'menu.logRemark'),(2090,'menu.log.operatOld',2089,1,'operation','logManage/operation/index','1','0','M','0','0','logManage:operation:index','icon-fuzhidaima','supervisor',1700000000000,NULL,0,'menu.log.operatOldRemark'),(2091,'menu.log.mml',2089,2,'mml','logManage/mml/index','1','1','M','1','1','logManage:mml:index','icon-wocanyu','supervisor',1700000000000,NULL,0,'menu.log.mmlRemark'),(2092,'menu.log.alarm',2089,3,'alarm-log','logManage/alarm/index','1','0','M','1','1','logManage:alarm:index','icon-fuzhidaima','supervisor',1700000000000,NULL,0,'menu.log.alarmRemark'),(2093,'menu.log.securityOld',2089,6,'security-log','logManage/security/index','1','0','M','0','0','logManage/security/index','icon-gongnengjieshao','supervisor',1700000000000,NULL,0,'menu.log.securityOldRemark'),(2094,'menu.log.forwarding',2089,7,'forwarding','logManage/forwarding/index','1','0','M','1','1','logManage:forwarding:index','icon-huizhiguize','supervisor',1700000000000,NULL,0,'menu.log.forwardingRemark'),(2095,'menu.log.set',2089,15,'logSet','logManage/logSet/index','1','0','M','1','1','logManage:logSet:index','icon-you','supervisor',1700000000000,NULL,0,'menu.log.setRemark'),(2096,'menu.monitor.sessionUser',2,10,'session','monitor/session/index','1','0','M','0','0','monitor:session:index','icon-gerenzhanghu','supervisor',1700000000000,NULL,0,'menu.monitor.sessionUserRemark'),(2097,'menu.fault.history',2129,2,'history-alarm','faultManage/history-alarm/index','1','1','M','1','1','faultManage/history-alarm/index','icon-huizhiguize','supervisor',1700000000000,NULL,0,'menu.fault.historyRemark'),(2098,'menu.fault.set',2129,100,'fault-setting','faultManage/fault-setting/index','1','0','M','1','1','faultManage/fault-setting/index','icon-gonggaodayi','supervisor',1700000000000,NULL,0,'menu.fault.setRemark'),(2099,'menu.perf',0,5,'perfManage',NULL,'1','0','D','1','1',NULL,'icon-soutubiao','supervisor',1700000000000,NULL,0,'menu.perfRemark'),(2100,'menu.perf.task',2099,1,'taskManage','perfManage/taskManage/index','1','1','M','1','1','perfManage:taskManage:index','icon-wofaqi','supervisor',1700000000000,NULL,0,'menu.perf.taskRemark'),(2101,'menu.perf.data',2099,2,'perfData','perfManage/perfData/index','1','1','M','1','1','perfManage:perfData:index','icon-soutubiao','supervisor',1700000000000,NULL,0,'menu.perf.dataRemark'),(2102,'menu.perf.report',2099,3,'perfReport','perfManage/perfReport/index','1','0','M','0','0','perfManage:perfReport:index','icon-gonggaodayi','supervisor',1700000000000,NULL,0,'menu.perf.reportRemark'),(2103,'menu.perf.threshold',2099,4,'perfThreshold','perfManage/perfThreshold/index','1','0','M','1','1','perfManage:perfThreshold:index','icon-zhuanrang','supervisor',1700000000000,NULL,0,'menu.perf.thresholdRemark'),(2104,'menu.perf.kpi',2099,5,'goldTarget','perfManage/goldTarget/index','1','1','M','1','1','perfManage:goldTarget:index','icon-soutubiao','supervisor',1700000000000,NULL,0,'menu.perf.kpiRemark'),(2105,'menu.perf.customTarget',2099,6,'customTarget','perfManage/customTarget/index','1','1','M','0','0','perfManage:customTarget:index','icon-fanhui1','supervisor',1700000000000,NULL,0,'menu.perf.customTargetRemark'),(2106,'menu.perf.set',2099,7,'perfSet','perfManage/perfSet/index','1','0','M','0','0','perfManage:perfSet:index','icon-gonggao','supervisor',1700000000000,NULL,0,'menu.perf.setRemark'),(2107,'menu.mml',0,8,'mmlManage',NULL,'1','0','D','1','1',NULL,'icon-zhizuoliucheng','supervisor',1700000000000,NULL,0,'menu.mmlRemark'),(2108,'menu.mml.ne',2107,1,'neOperate','mmlManage/neOperate/index','1','1','M','1','1','mmlManage:neOperate:index','icon-huizhiguize','supervisor',1700000000000,NULL,0,'menu.mml.neRemark'),(2109,'menu.mml.udm',2107,2,'udmOperate','mmlManage/udmOperate/index','1','1','M','1','1','mmlManage:udmOperate:index','icon-gonggaodayi','supervisor',1700000000000,NULL,0,'menu.mml.udmRemark'),(2110,'menu.mml.set',2107,4,'mmlSet','mmlManage/mmlSet/index','1','0','M','1','1','mmlManage:mmlSet:index','icon-wofaqi','supervisor',1700000000000,NULL,0,'menu.mml.setRemark'),(2111,'menu.mml.omc',2107,3,'omcOperate','mmlManage/omcOperate/index','1','1','M','1','1','mmlManage:omcOperate:index','icon-huizhiguize','supervisor',1700000000000,NULL,0,'menu.mml.omcRemark'),(2112,'menu.config.licenseManage',4,5,'license','configManage/license/index','1','1','M','1','1','configManage/license/index','icon-shang','supervisor',1700000000000,NULL,0,'menu.config.licenseManageRemark'),(2113,'menu.security',0,14,'security',NULL,'1','0','D','1','1',NULL,'icon-suofang','supervisor',1700000000000,NULL,0,'menu.securityRemark'),(2114,'menu.system.systemSet',1,12,'setting','system/setting/index','1','1','M','1','1','system:setting:index','icon-piliang','supervisor',1700000000000,NULL,0,'menu.system.systemSetRemark'),(2115,'menu.system.systemResource',1,13,'monitor','monitor/monitor/index','1','1','M','1','1','monitor:monitor:info','icon-soutubiao','supervisor',1700000000000,NULL,0,'menu.system.systemResourceRemark'),(2116,'menu.config.configNEForm',4,2,'configParamForm','configManage/configParamForm/index','1','0','M','1','1','configManage:configParam:index','icon-wofaqi','supervisor',1700000000000,NULL,0,'menu.config.configNEFormRemark'),(2117,'menu.config.configNETree',4,2,'configParamTree','configManage/configParamTree/index','1','0','M','1','1','configManage:configParam:index','icon-wofaqi','supervisor',1700000000000,NULL,0,'menu.config.configNETreeRemark'),(2118,'menu.config.configNETreeTable',4,2,'configNETreeTable','configManage/configParamTreeTable/index','1','1','M','1','1','configManage:configParam:index','icon-wofaqi','supervisor',1700000000000,NULL,0,'menu.config.configNETreeTableRemark'),(2119,'menu.ueUser.n3iwf',5,8,'n3iwf','neUser/n3iwf/index','1','0','M','0','1','neUser:n3iwf:index','icon-paixu','supervisor',1700000000000,NULL,0,NULL),(2120,'menu.ueUser.pcf',5,9,'pcf','neUser/pcf/index','1','0','M','1','1','neUser:pcf:index','icon-paixu','supervisor',1700000000000,NULL,0,NULL),(2121,'menu.system.user.editRole',100,8,NULL,NULL,'1','1','B','1','1','system:user:editRole','#','supervisor',1700000000000,NULL,0,NULL),(2122,'menu.system.setting.i18n',2114,1,NULL,NULL,'1','1','B','1','1','system:setting:i18n','#','supervisor',1700000000000,'supervisor',1700000000000,'menu.system.setting.i18nRemark'),(2123,'menu.log.neFile',2089,9,'neFile','logManage/neFile/index','1','0','M','1','1','logManage:neFile:index','icon-tubiaohuizhi','supervisor',1700000000000,NULL,0,NULL),(2124,'menu.neUser.nssf',5,10,'nssf','neUser/nssf/index','1','0','M','0','1','neUser:nssf:index','icon-daimayingyong','supervisor',1700000000000,'supervisor',1700000000000,NULL),(2125,'menu.neUser.nssfAmf',5,11,'nssfAmf','neUser/nssfAmf/index','1','0','M','0','1','neUser:nssfAmf:index','icon-paixu','supervisor',1700000000000,NULL,0,NULL),(2126,'menu.monitor.topology',2130,10,'topology','monitor/topology/index','1','0','M','1','1','monitor:topology:index','icon-fangda','supervisor',1700000000000,NULL,0,NULL),(2127,'menu.monitor.topologyBuild',2130,30,'topologyBuild','monitor/topologyBuild/index','1','0','M','1','1','monitor:topologyBuild:index','icon-fangda','supervisor',1700000000000,'supervisor',1700000000000,NULL),(2128,'menu.monitor.topologyArchitecture',2130,20,'topologyArchitecture','monitor/topologyArchitecture/index','1','0','M','1','1','monitor:topologyArchitecture:index','icon-soutubiao','supervisor',1700000000000,'supervisor',1700000000000,NULL),(2129,'menu.alarm',2087,10,'alarm',NULL,'1','0','D','1','1',NULL,'icon-jinggao','supervisor',1704800000000,'supervisor',1704847028995,NULL),(2130,'menu.topology',2087,20,'topology',NULL,'1','0','D','1','1',NULL,'icon-anzhuo','supervisor',1704800000000,'supervisor',1704847055540,NULL),(2131,'menu.dashboard',2087,0,'dashboard',NULL,'1','0','D','1','1',NULL,'icon-soutubiao','supervisor',1705550000000,'supervisor',1705550000000,NULL),(2132,'menu.dashboard.overview',2131,1,'overview','dashboard/overview/index','1','0','M','1','1','dashboard:overview:index','icon-paixu','supervisor',1705550000000,NULL,0,NULL),(2133,'menu.dashboard.cdr',2131,3,'imsCDR','dashboard/imsCDR/index','1','0','M','1','1','dashboard:cdr:index','icon-paixu','supervisor',1705550000000,'',0,''),(2134,'menu.tools.terminal',3,3,'terminal','tool/terminal/index','1','1','M','1','1','tool:terminal:index','icon-pcduan','supervisor',1708481172778,'',0,''),(2135,'menu.config.neHost',4,15,'neHost','ne/neHost/index','1','1','M','1','1','ne:neHost:list','icon-fuzhidaima','supervisor',1708583596871,'',0,''),(2136,'menu.config.neHostCommand',4,18,'neHostCommand','ne/neHostCommand/index','1','0','M','1','1','ne:neHostCommand:list','icon-fuzhidaima','supervisor',1708583596871,'',0,''),(2137,'menu.config.neInfo',4,14,'neInfo','ne/neInfo/index','1','0','M','1','1','ne:neInfo:list','icon-fuzhidaima','supervisor',1708583596871,'',0,''),(2138,'menu.dashboard.amfUE',2131,6,'amfUE','dashboard/amfUE/index','1','0','M','1','1','dashboard:amfUE:index','icon-paixu','supervisor',1705550000000,'',0,'');
/*!40000 ALTER TABLE `sys_menu` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-03-06 17:27:01