/* Navicat MySQL Data Transfer Source Server : localhost Source Server Version : 50726 Source Host : localhost:3306 Source Database : user_center Target Server Type : MYSQL Target Server Version : 50726 File Encoding : 65001 Date: 2024-05-30 10:02:12 */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for center_application_user_rel -- ---------------------------- DROP TABLE IF EXISTS `center_application_user_rel`; CREATE TABLE `center_application_user_rel` ( `id` bigint(20) NOT NULL COMMENT '主键ID', `tenant_id` bigint(20) DEFAULT NULL COMMENT '租户ID', `user_id` bigint(20) DEFAULT NULL COMMENT '用户ID', `application_id` bigint(20) DEFAULT NULL COMMENT '应用ID', `application_super` tinyint(1) DEFAULT NULL COMMENT '是否为应用超管 0-不是 1-应用超管', `create_at` bigint(20) DEFAULT NULL COMMENT '创建时间', `update_at` bigint(20) DEFAULT NULL COMMENT '更新时间', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_bin ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of center_application_user_rel -- ---------------------------- INSERT INTO `center_application_user_rel` VALUES ('444543459735371776', '0', '1099', '281905070042251264', '1', '1691631688907', null); INSERT INTO `center_application_user_rel` VALUES ('527668540325494784', '0', '1099', '288827602469126144', '1', '1711450252509', null); INSERT INTO `center_application_user_rel` VALUES ('527668540346466304', '0', '1099', '481890906165739520', '1', '1711450252514', null); -- ---------------------------- -- Table structure for center_authority -- ---------------------------- DROP TABLE IF EXISTS `center_authority`; CREATE TABLE `center_authority` ( `id` bigint(20) unsigned NOT NULL COMMENT '主键ID', `server_code` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL COMMENT '所属系统(第一段)', `module_code` varchar(64) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL COMMENT '所属模块(第二段)', `permission` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL COMMENT '三段式-菜单权限 四段式-按钮权限', `description` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL COMMENT '权限描述', `hidden` tinyint(3) unsigned DEFAULT '0' COMMENT '是否隐藏 1隐藏 0不隐藏,只作用于用户中心菜单层级下的按钮是否展示', `sort_string` char(10) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT '9999999999' COMMENT '排序字符串', `create_at` bigint(20) DEFAULT NULL COMMENT '创建时间', `update_at` bigint(20) DEFAULT NULL COMMENT '更新时间', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_bin ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of center_authority -- ---------------------------- INSERT INTO `center_authority` VALUES ('289087445859827713', 'iot-user-center', 'system', 'iot-user-center.system.application.update', '更新应用', '1', '9999999999', '1654568087181', '1658371945661'); INSERT INTO `center_authority` VALUES ('289087445859827715', 'iot-user-center', 'system', 'iot-user-center.system.application.create', '新增应用', '1', '9999999999', '1654568087116', '1658371945462'); INSERT INTO `center_authority` VALUES ('289087445859827717', 'iot-user-center', 'system', 'iot-user-center.system.application.updateState', '更新应用状态', '1', '9999999999', '1654568087164', '1658371945592'); INSERT INTO `center_authority` VALUES ('289087445859827719', 'iot-user-center', 'system', 'iot-user-center.system.application', '应用管理', '1', '9999999999', '1654568087135', '1654678491703'); INSERT INTO `center_authority` VALUES ('289087445859827721', 'iot-user-center', 'system', 'iot-user-center.system.application.getList', '应用列表', '1', '9999999999', '1654568087113', '1658371945451'); INSERT INTO `center_authority` VALUES ('289087445859827723', 'iot-user-center', 'system', 'iot-user-center.system.application.getUserRel', '获取应用用户关联', '1', '9999999999', '1654568087171', '1658371945617'); INSERT INTO `center_authority` VALUES ('289087445859827725', 'iot-user-center', 'system', 'iot-user-center.system.application.appSuper', '更新应用超管', '1', '9999999999', '1654568087167', '1658371945608'); INSERT INTO `center_authority` VALUES ('289087445859827727', 'iot-user-center', 'system', 'iot-user-center.system.application.getById', '根据ID获取应用', '1', '9999999999', '1654568087177', '1658371945640'); INSERT INTO `center_authority` VALUES ('289087445859827729', 'iot-user-center', 'system', 'iot-user-center.system.application.getAppDesk', '获取应用桌面列表', '1', '9999999999', '1654568087152', '1658371945551'); INSERT INTO `center_authority` VALUES ('289087445859827731', 'iot-user-center', 'system', 'iot-user-center.system.authority', '权限管理', '1', '9999999999', '1654568087130', '1654678491686'); INSERT INTO `center_authority` VALUES ('289087445859827733', 'iot-user-center', 'system', 'iot-user-center.system.authority.getUpdateMenuTree', '获取编辑菜单树', '1', '9999999999', '1654568087148', '1658371945535'); INSERT INTO `center_authority` VALUES ('289087445859827735', 'iot-user-center', 'system', 'iot-user-center.system.authority.getMenuTree', '获取菜单树', '1', '9999999999', '1654568087138', '1654678491714'); INSERT INTO `center_authority` VALUES ('289087445859827737', 'iot-user-center', 'system', 'iot-user-center.system.authority.getTreeChild', '获取树子节点', '1', '9999999999', '1654568087184', '1658371945666'); INSERT INTO `center_authority` VALUES ('289087445859827739', 'iot-user-center', 'system', 'iot-user-center.system.authority.getAuthorityTree', '获取权限树', '1', '9999999999', '1654568087203', '1658371945730'); INSERT INTO `center_authority` VALUES ('289087445859827741', 'iot-user-center', 'system', 'iot-user-center.system.comm-user.update', '更新用户', '1', '9999999999', '1654568087201', '1658371945718'); INSERT INTO `center_authority` VALUES ('289087445859827743', 'iot-user-center', 'system', 'iot-user-center.system.comm-user.create', '创建用户', '1', '9999999999', '1654568087127', '1658371945496'); INSERT INTO `center_authority` VALUES ('289087445859827745', 'iot-user-center', 'system', 'iot-user-center.system.comm-user', '通用系统用户管理', '1', '9999999999', '1654568087142', '1654678491721'); INSERT INTO `center_authority` VALUES ('289087445859827747', 'iot-user-center', 'system', 'iot-user-center.system.comm-user.getUserByTenant', '获取租户下的用户', '1', '9999999999', '1654568087163', '1658371945584'); INSERT INTO `center_authority` VALUES ('289087445859827749', 'iot-user-center', 'system', 'iot-user-center.system.comm-user.addUserRel', '添加用户关联', '1', '9999999999', '1654568087159', '1658371945571'); INSERT INTO `center_authority` VALUES ('289087445859827751', 'iot-user-center', 'system', 'iot-user-center.system.comm-user.resetPassword', '重置密码', '1', '9999999999', '1654568087199', '1658371945711'); INSERT INTO `center_authority` VALUES ('289087445859827752', 'reservoir-monitoring-platform', 'system', 'iot-user-center.system.comm-user.resetPassword', '重置密码', '1', '9999999999', '1654568087199', '1658371945711'); INSERT INTO `center_authority` VALUES ('289087445859827753', 'iot-user-center', 'system', 'iot-user-center.system.menu.update', '更新菜单', '1', '9999999999', '1654568087196', '1658371945702'); INSERT INTO `center_authority` VALUES ('289087445859827755', 'iot-user-center', 'system', 'iot-user-center.system.menu.delete', '删除菜单', '1', '9999999999', '1654568087145', '1658371945527'); INSERT INTO `center_authority` VALUES ('289087445859827757', 'iot-user-center', 'system', 'iot-user-center.system.menu.create', '添加菜单', '1', '9999999999', '1654568087129', '1658371945504'); INSERT INTO `center_authority` VALUES ('289087445859827759', 'iot-user-center', 'system', 'iot-user-center.system.menu.getRoute', '获取菜单路由', '1', '9999999999', '1654568087120', '1658371945479'); INSERT INTO `center_authority` VALUES ('289087445859827761', 'iot-user-center', 'system', 'iot-user-center.system.menu', '菜单管理', '1', '9999999999', '1654568087205', '1654678492200'); INSERT INTO `center_authority` VALUES ('289087445859827763', 'iot-user-center', 'system', 'iot-user-center.system.menu.getMenuByAuthority', '根据权限获取对应菜单', '1', '9999999999', '1654568087136', '1658371945522'); INSERT INTO `center_authority` VALUES ('289087445859827765', 'iot-user-center', 'system', 'iot-user-center.system.menu.getTree', '获取菜单树', '1', '9999999999', '1654568087172', '1658371945623'); INSERT INTO `center_authority` VALUES ('289087445859827767', 'iot-user-center', 'system', 'iot-user-center.system.role.update', '更新角色', '1', '9999999999', '1654568087156', '1658371945559'); INSERT INTO `center_authority` VALUES ('289087445859827769', 'iot-user-center', 'system', 'iot-user-center.system.role.create', '创建角色', '1', '9999999999', '1654568087174', '1658371945632'); INSERT INTO `center_authority` VALUES ('289087445859827771', 'iot-user-center', 'system', 'iot-user-center.system.role', '通用系统角色管理', '1', '9999999999', '1654568087197', '1654678492178'); INSERT INTO `center_authority` VALUES ('289087445859827773', 'iot-user-center', 'system', 'iot-user-center.system.role.delete', '删除角色', '1', '9999999999', '1654568087202', '1658371945726'); INSERT INTO `center_authority` VALUES ('289087445859827775', 'iot-user-center', 'system', 'iot-user-center.system.role.getRoleAuthority', '获取角色权限', '1', '9999999999', '1654568087176', '1658371945636'); INSERT INTO `center_authority` VALUES ('289087445864022017', 'iot-user-center', 'system', 'iot-user-center.system.server.update', '更新服务', '1', '9999999999', '1654568087192', '1658371945696'); INSERT INTO `center_authority` VALUES ('289087445864022019', 'iot-user-center', 'system', 'iot-user-center.system.server.create', '新增服务', '1', '9999999999', '1654568087200', '1658371945714'); INSERT INTO `center_authority` VALUES ('289087445864022021', 'iot-user-center', 'system', 'iot-user-center.system.server.updateState', '更新服务状态', '1', '9999999999', '1654568087157', '1658371945567'); INSERT INTO `center_authority` VALUES ('289087445864022023', 'iot-user-center', 'system', 'iot-user-center.system.server', '服务管理', '1', '9999999999', '1654568087123', '1654678491661'); INSERT INTO `center_authority` VALUES ('289087445864022025', 'iot-user-center', 'system', 'iot-user-center.system.server.getList', '获取服务列表', '1', '9999999999', '1654568087193', '1658371945700'); INSERT INTO `center_authority` VALUES ('289087445864022027', 'iot-user-center', 'system', 'iot-user-center.system.tenant.resetSecretKey', '重置SecretKey', '1', '9999999999', '1654568087151', '1658371945547'); INSERT INTO `center_authority` VALUES ('289087445864022029', 'iot-user-center', 'system', 'iot-user-center.system.server.getByType', '根据服务类型获取服务', '1', '9999999999', '1654568087118', '1658371945473'); INSERT INTO `center_authority` VALUES ('289087445864022031', 'iot-user-center', 'system', 'iot-user-center.system.server.getById', '根据id获取服务', '1', '9999999999', '1654568087148', '1658371945541'); INSERT INTO `center_authority` VALUES ('289087445864022033', 'iot-user-center', 'system', 'iot-user-center.system.tenant.update', '更新租户', '1', '9999999999', '1654568087166', '1658371945599'); INSERT INTO `center_authority` VALUES ('289087445864022035', 'iot-user-center', 'system', 'iot-user-center.system.tenant.create', '新增租户', '1', '9999999999', '1654568087186', '1658371945670'); INSERT INTO `center_authority` VALUES ('289087445864022037', 'iot-user-center', 'system', 'iot-user-center.system.tenant', '租户管理', '1', '9999999999', '1654568087179', '1654678492129'); INSERT INTO `center_authority` VALUES ('289087445864022039', 'iot-user-center', 'system', 'iot-user-center.system.tenant.getList', '获取租户列表', '1', '9999999999', '1654568087189', '1658371945685'); INSERT INTO `center_authority` VALUES ('289087445864022041', 'iot-user-center', 'system', 'iot-user-center.system.tenant.getById', '根据ID获取租户', '1', '9999999999', '1654568087125', '1658371945491'); INSERT INTO `center_authority` VALUES ('289087445864022043', 'iot-user-center', 'system', 'iot-user-center.system.user.update', '更新用户', '1', '9999999999', '1654568087154', '1658371945555'); INSERT INTO `center_authority` VALUES ('289087445864022045', 'iot-user-center', 'system', 'iot-user-center.system.user.create', '新增用户', '1', '9999999999', '1654568087146', '1658371945531'); INSERT INTO `center_authority` VALUES ('289087445864022047', 'iot-user-center', 'system', 'iot-user-center.system.user', '用户管理', '1', '9999999999', '1654568087183', '1654678492144'); INSERT INTO `center_authority` VALUES ('289087445864022049', 'iot-user-center', 'system', 'iot-user-center.system.user.getList', '用户列表', '1', '9999999999', '1654568087121', '1658371945485'); INSERT INTO `center_authority` VALUES ('289087445864022051', 'iot-user-center', 'system', 'iot-user-center.system.user.getUserByTenant', '通过租户名获取用户', '1', '9999999999', '1654568087188', '1658371945678'); INSERT INTO `center_authority` VALUES ('289087445864022053', 'iot-user-center', 'system', 'iot-user-center.system.user.updateUserSuper', '更新用户为超管', '1', '9999999999', '1654568087133', '1658371945517'); INSERT INTO `center_authority` VALUES ('289087445864022055', 'iot-user-center', 'system', 'iot-user-center.system.user.getSuperAppId', '获取用户作为超管的应用id', '1', '9999999999', '1654568087162', '1658371945580'); INSERT INTO `center_authority` VALUES ('289087445864022057', 'iot-user-center', 'system', 'iot-user-center.system.user.getUserAppPage', '用户应用分页', '1', '9999999999', '1654568087190', '1658371945691'); INSERT INTO `center_authority` VALUES ('289087445864022059', 'iot-user-center', 'system', 'iot-user-center.system.user.getUserAppList', '获取用户应用列表', '1', '9999999999', '1654568087180', '1658371945657'); INSERT INTO `center_authority` VALUES ('289087445864022061', 'iot-user-center', 'system', 'iot-user-center.system.user.getById', '根据ID获取用户', '1', '9999999999', '1654568087168', '1658371945612'); INSERT INTO `center_authority` VALUES ('289087445864022063', 'iot-user-center', 'system', 'iot-user-center.system.user.resetPassword', '重置密码', '1', '9999999999', '1654568087132', '1658371945512'); INSERT INTO `center_authority` VALUES ('289200119922819137', 'iot-user-center', 'system', 'iot-user-center.system.role.getAppTree', '获取应用权限树', '1', '9999999999', '1654594950741', '1658371945683'); INSERT INTO `center_authority` VALUES ('289453694578065467', 'iot-user-center', 'system', 'iot-user-center.system.role.getTreeChild', '获取应用权限节点id', '1', '9999999999', '1654655407764', '1658371945563'); INSERT INTO `center_authority` VALUES ('289529199058747417', 'iot-user-center', 'system', 'iot-user-center.system.role.getAppRole', '获取应用的所有角色', '1', '9999999999', '1654673409981', '1658371945722'); INSERT INTO `center_authority` VALUES ('289531875234414595', 'iot-user-center', 'system', 'iot-user-center.system.comm-user.deleteUserRel', '删除用户应用关联', '1', '9999999999', '1654674047864', '1658371945649'); INSERT INTO `center_authority` VALUES ('291762254196506624', 'device-manage', 'dev', 'device-manage.dev', '获取设备模板分页列表', '1', '9999999999', '1655205810980', '1655205864140'); INSERT INTO `center_authority` VALUES ('292077460147666949', 'device-manage', 'dev-product', 'device-manage.dev-product.product-list', '获取产品列表', '1', '9999999999', '1655280961970', '1655289667294'); INSERT INTO `center_authority` VALUES ('292077460147666950', 'device-manage', 'dev-product', 'device-manage.dev-product', '获取产品分页列表', '0', '9999999999', '1655280961973', '1711448781148'); INSERT INTO `center_authority` VALUES ('292077460147666951', 'device-manage', 'dev-sys-dict', 'device-manage.dev-sys-dict.sys-dict-list', '获取字典类型列表', '0', '9999999999', '1655280961978', '1711448780885'); INSERT INTO `center_authority` VALUES ('292077460147666952', 'device-manage', 'dev-info', 'device-manage.dev-info.all-select-id', '获取设备全选id', '1', '9999999999', '1655280961980', '1655289667306'); INSERT INTO `center_authority` VALUES ('292077460147666953', 'device-manage', 'dev-template', 'device-manage.dev-template.factors-list', '获取模板详情及要素列表', '0', '9999999999', '1655280961981', '1711448781554'); INSERT INTO `center_authority` VALUES ('292077460147666954', 'device-manage', 'dev-info', 'device-manage.dev-info', '获取设备分页列表', '0', '9999999999', '1655280961982', '1711448780907'); INSERT INTO `center_authority` VALUES ('292077460147666955', 'device-manage', 'dev-info', 'device-manage.dev-info.run-status', '获取设备运行信息', '0', '9999999999', '1655280961983', '1711448781373'); INSERT INTO `center_authority` VALUES ('292077460147666956', 'device-manage', 'dev-protocol', 'device-manage.dev-protocol.add', '新增协议', '1', '9999999999', '1655280961985', '1661850004114'); INSERT INTO `center_authority` VALUES ('292077460147666957', 'device-manage', 'dev-info', 'device-manage.dev-info.update', '编辑设备', '0', '9999999999', '1655280961986', '1711448781390'); INSERT INTO `center_authority` VALUES ('292077460147666958', 'device-manage', 'dev-template', 'device-manage.dev-template', '获取设备模板分页列表', '0', '9999999999', '1655280961987', '1711448781396'); INSERT INTO `center_authority` VALUES ('292077460147666959', 'device-manage', 'dev-product', 'device-manage.dev-product.add', '新增产品', '1', '9999999999', '1655280961988', '1661850004127'); INSERT INTO `center_authority` VALUES ('292077460147666960', 'device-manage', 'dev-info', 'device-manage.dev-info.log-info', '获取设备日志分页列表', '0', '9999999999', '1655280961990', '1711448781197'); INSERT INTO `center_authority` VALUES ('292077460147666961', 'device-manage', 'dev-product', 'device-manage.dev-product.upload-picture', '图片上传', '1', '9999999999', '1655280961991', '1655289667334'); INSERT INTO `center_authority` VALUES ('292077460147666962', 'device-manage', 'dev-protocol', 'device-manage.dev-protocol.upgrade', '升级协议', '0', '9999999999', '1655280961992', '1711448781210'); INSERT INTO `center_authority` VALUES ('292077460147666963', 'device-manage', 'dev-info', 'device-manage.dev-info.model-info', '获取设备物模型信息', '0', '9999999999', '1655280961994', '1711448781588'); INSERT INTO `center_authority` VALUES ('292077460147666964', 'device-manage', 'dev-product', 'device-manage.dev-product.change-release-status', '发布或停用', '0', '9999999999', '1655280961995', '1711448781216'); INSERT INTO `center_authority` VALUES ('292077460147666965', 'device-manage', 'dev-info', 'device-manage.dev-info.tenant-list', '获取租户列表', '1', '9999999999', '1655280961996', '1655289667346'); INSERT INTO `center_authority` VALUES ('292077460147666966', 'device-manage', 'dev-info', 'device-manage.dev-info.export-access-info', '导出设备接入信息', '0', '9999999999', '1655280961998', '1711448781019'); INSERT INTO `center_authority` VALUES ('292077460147666967', 'device-manage', 'dev-info', 'device-manage.dev-info.application-list', '获取应用列表', '1', '9999999999', '1655280961999', '1655289667353'); INSERT INTO `center_authority` VALUES ('292077460147666968', 'device-manage', 'dev-sys-dict-item', 'device-manage.dev-sys-dict-item.sys-dict-item-list', '获取字典类型值列表', '1', '9999999999', '1655280962000', '1655289667355'); INSERT INTO `center_authority` VALUES ('292077460147666969', 'device-manage', 'dev-product', 'device-manage.dev-product.update', '编辑产品', '0', '9999999999', '1655280962001', '1711448781648'); INSERT INTO `center_authority` VALUES ('292077460147666970', 'device-manage', 'dev-info', 'device-manage.dev-info.upload-picture', '图片上传', '1', '9999999999', '1655280962002', '1655289667361'); INSERT INTO `center_authority` VALUES ('292077460147666971', 'device-manage', 'dev-info', 'device-manage.dev-info.server-list', '获取服务列表', '1', '9999999999', '1655280962007', '1655289667364'); INSERT INTO `center_authority` VALUES ('292077460147666972', 'device-manage', 'dev-info', 'device-manage.dev-info.setting-info', '获取设备配置信息', '0', '9999999999', '1655280962009', '1711448781282'); INSERT INTO `center_authority` VALUES ('292077460147666973', 'device-manage', 'dev-protocol', 'device-manage.dev-protocol.history-version-page', '获取协议历史版本分页列表', '0', '9999999999', '1655280962010', '1711448781691'); INSERT INTO `center_authority` VALUES ('292077460147666974', 'device-manage', 'dev-info', 'device-manage.dev-info.add', '新增设备', '1', '9999999999', '1655280962011', '1661850004199'); INSERT INTO `center_authority` VALUES ('292077460147666975', 'device-manage', 'dev-info', 'device-manage.dev-info.base-info', '获取单设备基本信息', '0', '9999999999', '1655280962012', '1711448781323'); INSERT INTO `center_authority` VALUES ('292077460147666976', 'device-manage', 'dev-protocol', 'device-manage.dev-protocol', '获取协议分页列表', '0', '9999999999', '1655280962014', '1711448781119'); INSERT INTO `center_authority` VALUES ('292077460147666977', 'device-manage', 'dev-protocol', 'device-manage.dev-protocol.update', '编辑协议', '0', '9999999999', '1655280962015', '1711448781519'); INSERT INTO `center_authority` VALUES ('292077460147666978', 'device-manage', 'dev-protocol', 'device-manage.dev-protocol.change-release-status', '发布或停用', '0', '9999999999', '1655280962020', '1711448781141'); INSERT INTO `center_authority` VALUES ('292113972969078795', 'device-manage', 'dev-protocol-version', 'device-manage.dev-protocol-version.version-list', '根据协议id获取协议版本列表', '1', '9999999999', '1655289667308', null); INSERT INTO `center_authority` VALUES ('292113972969078803', 'device-manage', 'dev-template', 'device-manage.dev-template.template-detail', '获取模板详情(含已选要素列表)', '0', '9999999999', '1655289667330', '1711448781401'); INSERT INTO `center_authority` VALUES ('292113972969078810', 'device-manage', 'dev-template', 'device-manage.dev-template.change-release-status', '发布或停用', '0', '9999999999', '1655289667348', '1711448781637'); INSERT INTO `center_authority` VALUES ('292113972969078818', 'device-manage', 'dev-template', 'device-manage.dev-template.add', '新增设备模板', '1', '9999999999', '1655289667369', '1661850004188'); INSERT INTO `center_authority` VALUES ('292113972969078821', 'device-manage', 'dev-protocol/protocol-list', 'device-manage.dev-protocol/protocol-list', '获取协议列表', '1', '9999999999', '1655289667376', null); INSERT INTO `center_authority` VALUES ('300037052513124361', 'device-manage', 'dev-template', 'device-manage.dev-template.update', '编辑设备模板', '0', '9999999999', '1657178676671', '1711448781161'); INSERT INTO `center_authority` VALUES ('300037052513124365', 'device-manage', 'dev-protocol-script', 'device-manage.dev-protocol-script.protocol-domain', '根据协议类型获取接入域名', '0', '9999999999', '1657178676723', '1711448780921'); INSERT INTO `center_authority` VALUES ('300037052513124371', 'device-manage', 'dev-sys-dict-item', 'device-manage.dev-sys-dict-item.update', '编辑字典', '0', '9999999999', '1657178676744', '1711448781419'); INSERT INTO `center_authority` VALUES ('300037052513124375', 'device-manage', 'dev-sys-dict-item', 'device-manage.dev-sys-dict-item.remove', '删除字典', '0', '9999999999', '1657178676757', '1711448781012'); INSERT INTO `center_authority` VALUES ('300037052513124378', 'device-manage', 'dev-sys-dict-item', 'device-manage.dev-sys-dict-item.product-type-list', '获取产品类型列表', '0', '9999999999', '1657178676767', '1711448781026'); INSERT INTO `center_authority` VALUES ('300037052513124380', 'device-manage', 'dev-protocol-script', 'device-manage.dev-protocol-script.protocol-script-upload', '上传指定协议类型的协议脚本', '0', '9999999999', '1657178676774', '1711448781653'); INSERT INTO `center_authority` VALUES ('300037052513124381', 'device-manage', 'dev-sys-dict', 'device-manage.dev-sys-dict.remove', '删除字典类型', '0', '9999999999', '1657178676776', '1711448781271'); INSERT INTO `center_authority` VALUES ('300037052513124382', 'device-manage', 'dev-sys-dict-item', 'device-manage.dev-sys-dict-item.industry-list', '获取所属行业列表', '0', '9999999999', '1657178676779', '1711448781447'); INSERT INTO `center_authority` VALUES ('300037052513124383', 'device-manage', 'dev-protocol-script', 'device-manage.dev-protocol-script.protocol-type-list', '获取消息协议类型列表', '0', '9999999999', '1657178676782', '1711448781453'); INSERT INTO `center_authority` VALUES ('300037052513124386', 'device-manage', 'dev-sys-dict-item', 'device-manage.dev-sys-dict-item.add', '新增字典', '1', '9999999999', '1657178676792', '1661850004191'); INSERT INTO `center_authority` VALUES ('300037052513124389', 'device-manage', 'dev-info', 'device-manage.dev-info.factor-data', '获取要素监测数据', '0', '9999999999', '1657178676800', '1711448781084'); INSERT INTO `center_authority` VALUES ('300037052513124392', 'device-manage', 'dev-protocol-script', 'device-manage.dev-protocol-script.protocol-script-download', '根据协议类型和协议版本id下载协议脚本', '0', '9999999999', '1657178676809', '1711448781503'); INSERT INTO `center_authority` VALUES ('300037052513124393', 'device-manage', 'dev-sys-dict', 'device-manage.dev-sys-dict.update', '编辑字典类型', '0', '9999999999', '1657178676811', '1711448781351'); INSERT INTO `center_authority` VALUES ('300037052513124394', 'device-manage', 'dev-sys-dict-item', 'device-manage.dev-sys-dict-item', '获取字典类型值分页列表', '0', '9999999999', '1657178676813', '1711448781514'); INSERT INTO `center_authority` VALUES ('300037052513124396', 'device-manage', 'dev-sys-dict', 'device-manage.dev-sys-dict.add', '新增字典类型', '1', '9999999999', '1657178676818', '1661850004227'); INSERT INTO `center_authority` VALUES ('305039208500690955', 'iot-user-center', 'system', 'iot-user-center.system.application.batchGetServer', '批量获取应用', '1', '9999999999', '1658371283853', '1658371945604'); INSERT INTO `center_authority` VALUES ('305039208500690959', 'iot-user-center', 'system', 'iot-user-center.system.application.page', '应用分页查询', '1', '9999999999', '1658371283940', '1658371945707'); INSERT INTO `center_authority` VALUES ('305039208500690971', 'iot-user-center', 'system', 'iot-user-center.system.authority.page', '权限分页查询', '1', '9999999999', '1658371283845', '1658371945595'); INSERT INTO `center_authority` VALUES ('305039208500690985', 'iot-user-center', 'system', 'iot-user-center.system.comm-user.page', '通用系统用户分页查询', '1', '9999999999', '1658371283723', '1658371945468'); INSERT INTO `center_authority` VALUES ('305039208500690987', 'iot-user-center', 'system', 'iot-user-center.system.log', '日志管理', '1', '9999999999', '1658371283738', '1658371901926'); INSERT INTO `center_authority` VALUES ('305039208500690999', 'iot-user-center', 'system', 'iot-user-center.system.menu.page', '菜单分页查询', '1', '9999999999', '1658371283890', '1658371945653'); INSERT INTO `center_authority` VALUES ('305039208500691017', 'iot-user-center', 'system', 'iot-user-center.system.role.page', '通用系统角色分页查询', '1', '9999999999', '1658371283837', '1658371945588'); INSERT INTO `center_authority` VALUES ('305039208500691027', 'iot-user-center', 'system', 'iot-user-center.system.server.batchGetServer', '批量获取服务', '1', '9999999999', '1658371283909', '1658371945673'); INSERT INTO `center_authority` VALUES ('305039208500691031', 'iot-user-center', 'system', 'iot-user-center.system.server.page', '服务分页查询', '1', '9999999999', '1658371283883', '1658371945645'); INSERT INTO `center_authority` VALUES ('305039208500691045', 'iot-user-center', 'system', 'iot-user-center.system.tenant.page', '租户分页查询', '1', '9999999999', '1658371283965', '1658371945734'); INSERT INTO `center_authority` VALUES ('305039208500691057', 'iot-user-center', 'system', 'iot-user-center.system.user.page', '用户分页查询', '1', '9999999999', '1658371283826', '1658371945575'); INSERT INTO `center_authority` VALUES ('305041984144277547', 'iot-user-center', 'system', 'iot-user-center.system.log.page', '日志分页查询', '1', '9999999999', '1658371945628', null); INSERT INTO `center_authority` VALUES ('315550289941757966', 'device-manage', 'oper-dev-info', 'device-manage.oper-dev-info.remote-setting', '远程配置', '1', '9999999999', '1660877321064', '1660907988304'); INSERT INTO `center_authority` VALUES ('315550289941757970', 'device-manage', 'dev-protocol', 'device-manage.dev-protocol.all-protocol-list', '获取所有协议列表', '0', '9999999999', '1660877321086', '1711448780914'); INSERT INTO `center_authority` VALUES ('315550289941757971', 'device-manage', 'dev-product', 'device-manage.dev-product.addAndSave', '新增产品', '0', '9999999999', '1660877321091', '1711448781384'); INSERT INTO `center_authority` VALUES ('315550289941757973', 'device-manage', 'dev-sys-dict-item', 'device-manage.dev-sys-dict-item.addAndSave', '新增字典', '0', '9999999999', '1660877321101', '1711448780928'); INSERT INTO `center_authority` VALUES ('315550289945952260', 'device-manage', 'dev-info', 'device-manage.dev-info.update-setting-info', '修改设备配置信息', '0', '9999999999', '1660877321161', '1711448780977'); INSERT INTO `center_authority` VALUES ('315550289945952261', 'device-manage', 'dev-info', 'device-manage.dev-info.reset-setting-info', '重置设备配置信息', '0', '9999999999', '1660877321165', '1711448781424'); INSERT INTO `center_authority` VALUES ('315550289945952270', 'device-manage', 'sys-operate-log', 'device-manage.sys-operate-log', '获取操作日志分页列表', '1', '9999999999', '1660877321221', '1660907988389'); INSERT INTO `center_authority` VALUES ('315550289945952273', 'device-manage', 'oper-dev-info', 'device-manage.oper-dev-info.download-template', '下载导入模板', '0', '9999999999', '1660877321241', '1711448781492'); INSERT INTO `center_authority` VALUES ('315550289945952280', 'device-manage', 'dev-protocol', 'device-manage.dev-protocol.msg-protocol-list', '获取消息协议列表', '0', '9999999999', '1660877321284', '1711448781537'); INSERT INTO `center_authority` VALUES ('315550289945952281', 'device-manage', 'oper-dev-info', 'device-manage.oper-dev-info', '获取设备分页列表', '1', '9999999999', '1660877321288', '1660907988423'); INSERT INTO `center_authority` VALUES ('315550289945952286', 'device-manage', 'oper-dev-info', 'device-manage.oper-dev-info.import-dev-info', '设备信息导入', '0', '9999999999', '1660877321316', '1711448781577'); INSERT INTO `center_authority` VALUES ('315550289945952288', 'device-manage', 'dev-info', 'device-manage.dev-info.command-panel-list', '获取指令面板卡片列表', '0', '9999999999', '1660877321323', '1711448781583'); INSERT INTO `center_authority` VALUES ('315550289945952292', 'device-manage', 'dev-sys-dict', 'device-manage.dev-sys-dict.addAndSave', '新增字典类型', '0', '9999999999', '1660877321344', '1711448781606'); INSERT INTO `center_authority` VALUES ('315550289945952293', 'device-manage', 'oper-dev-info', 'device-manage.oper-dev-info.error-info-download', '错误设备信息下载', '0', '9999999999', '1660877321348', '1711448781600'); INSERT INTO `center_authority` VALUES ('315550289945952295', 'device-manage', 'dev-info', 'device-manage.dev-info.command-task-page', '获取指令任务分页列表', '0', '9999999999', '1660877321357', '1711448781241'); INSERT INTO `center_authority` VALUES ('315550289945952298', 'device-manage', 'dev-protocol', 'device-manage.dev-protocol.addAndSave', '新增协议', '0', '9999999999', '1660877321372', '1711448781253'); INSERT INTO `center_authority` VALUES ('315550289945952300', 'device-manage', 'dev-product', 'device-manage.dev-product.product-detail', '查看产品详情', '0', '9999999999', '1660877321380', '1711448781260'); INSERT INTO `center_authority` VALUES ('315550289945952304', 'device-manage', 'dev-protocol', 'device-manage.dev-protocol.history-version-list', '获取协议历史版本列表', '0', '9999999999', '1660877321401', '1711448781686'); INSERT INTO `center_authority` VALUES ('315550289945952308', 'device-manage', 'dev-info', 'device-manage.dev-info.list', '获取设备列表', '0', '9999999999', '1660877321418', '1711448781340'); INSERT INTO `center_authority` VALUES ('315550289945952310', 'device-manage', 'dev-template', 'device-manage.dev-template.addAndSave', '新增设备模板', '0', '9999999999', '1660877321427', '1711448781345'); INSERT INTO `center_authority` VALUES ('315550289945952312', 'device-manage', 'dev-info', 'device-manage.dev-info.addAndSave', '新增设备', '0', '9999999999', '1660877321434', '1711448781714'); INSERT INTO `center_authority` VALUES ('315667317054767106', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.remote-setting', '远程配置', '0', '9999999999', '1660905222515', '1711448780877'); INSERT INTO `center_authority` VALUES ('315667317054767107', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.oper-firmware-upgrade-task-batch.versions-list', '获取固件版本列表', '0', '9999999999', '1660905222519', '1711448780899'); INSERT INTO `center_authority` VALUES ('315667317054767125', 'device-manage', 'log-manage', 'device-manage.log-manage.sys-operate-log', '获取操作日志分页列表', '0', '9999999999', '1660905222596', '1711448781005'); INSERT INTO `center_authority` VALUES ('315667317054767132', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.oper-firmware-upgrade-task-batch.add', '新增升级任务', '0', '9999999999', '1660905222624', '1711448781465'); INSERT INTO `center_authority` VALUES ('315667317054767133', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.oper-firmware-upgrade-task-batch.stop-upgrade', '终止升级', '0', '9999999999', '1660905222627', '1711448781070'); INSERT INTO `center_authority` VALUES ('315667317054767138', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.oper-firmware.details', '查看固件包详情', '0', '9999999999', '1660905222645', '1711448781125'); INSERT INTO `center_authority` VALUES ('315667317054767145', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.oper-firmware-upgrade-task-batch', '固件升级', '0', '9999999999', '1660905222672', '1711448781543'); INSERT INTO `center_authority` VALUES ('315667317054767148', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.remote-setting.get-used-command', '获取常用指令', '0', '9999999999', '1660905222681', '1711448781566'); INSERT INTO `center_authority` VALUES ('315667317054767150', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.oper-firmware.firmware-versions-seleced-list', '获取产品可选固件版本列表', '0', '9999999999', '1660905222687', '1711448781173'); INSERT INTO `center_authority` VALUES ('315667317054767152', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.oper-firmware.change-firmware-status', '发布或停用', '0', '9999999999', '1660905222693', '1711448781185'); INSERT INTO `center_authority` VALUES ('315667317054767154', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.oper-firmware.details-update', '查看固件包详情', '0', '9999999999', '1660905222699', '1711448781203'); INSERT INTO `center_authority` VALUES ('315667317054767162', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.oper-firmware', '获取固件升级包分页列表', '0', '9999999999', '1660905222728', '1711448781248'); INSERT INTO `center_authority` VALUES ('315667317054767168', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.oper-firmware.update', '编辑固件', '0', '9999999999', '1660905222749', '1711448781265'); INSERT INTO `center_authority` VALUES ('315667317054767170', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.oper-firmware-upgrade-task-batch.firmware-list', '根据产品获取固件升级包列表', '0', '9999999999', '1660905222756', '1711448781659'); INSERT INTO `center_authority` VALUES ('315667317054767174', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.oper-firmware.firmware-versions-list', '获取新增产品-固件版本列表', '0', '9999999999', '1660905222769', '1711448781295'); INSERT INTO `center_authority` VALUES ('315668090794803214', 'device-manage', 'oper-firmware', 'device-manage.oper-firmware.change-firmware-status', '发布或停用', '1', '9999999999', '1660905406606', '1660907988301'); INSERT INTO `center_authority` VALUES ('315668090794803215', 'device-manage', 'oper-firmware', 'device-manage.oper-firmware.firmware-versions-list', '获取新增产品-固件版本列表', '1', '9999999999', '1660905406656', '1660907988298'); INSERT INTO `center_authority` VALUES ('315668090794803228', 'device-manage', 'oper-firmware', 'device-manage.oper-firmware', '获取固件升级包分页列表', '1', '9999999999', '1660905406693', '1660907988339'); INSERT INTO `center_authority` VALUES ('315668090794803230', 'device-manage', 'oper-firmware-upgrade-task-batch', 'device-manage.oper-firmware-upgrade-task-batch.stop-upgrade', '终止升级', '1', '9999999999', '1660905406699', '1660907988345'); INSERT INTO `center_authority` VALUES ('315668090794803234', 'device-manage', 'oper-firmware-upgrade-task-batch', 'device-manage.oper-firmware-upgrade-task-batch', '获取固件升级分页列表', '1', '9999999999', '1660905406711', '1660907988357'); INSERT INTO `center_authority` VALUES ('315668090794803239', 'device-manage', 'oper-firmware', 'device-manage.oper-firmware.update', '编辑固件', '1', '9999999999', '1660905406725', '1660907988371'); INSERT INTO `center_authority` VALUES ('315668090794803243', 'device-manage', 'oper-firmware', 'device-manage.oper-firmware.details-update', '查看固件包详情', '1', '9999999999', '1660905406737', '1660907988383'); INSERT INTO `center_authority` VALUES ('315668090794803244', 'device-manage', 'oper-firmware', 'device-manage.oper-firmware.details', '查看固件包详情', '1', '9999999999', '1660905406739', '1660907988386'); INSERT INTO `center_authority` VALUES ('315668090794803262', 'device-manage', 'oper-firmware-upgrade-task-batch', 'device-manage.oper-firmware-upgrade-task-batch.add', '新增升级任务', '1', '9999999999', '1660905406792', '1660907988440'); INSERT INTO `center_authority` VALUES ('315668090794803269', 'device-manage', 'oper-firmware-upgrade-task-batch', 'device-manage.oper-firmware-upgrade-task-batch.versions-list', '获取固件版本列表', '1', '9999999999', '1660905406813', '1660907988460'); INSERT INTO `center_authority` VALUES ('315668090794803282', 'device-manage', 'oper-firmware', 'device-manage.oper-firmware.firmware-versions-seleced-list', '获取产品可选固件版本列表', '1', '9999999999', '1660905406852', '1660907988504'); INSERT INTO `center_authority` VALUES ('315668090794803286', 'device-manage', 'oper-firmware-upgrade-task-batch', 'device-manage.oper-firmware-upgrade-task-batch.firmware-list', '根据产品获取固件升级包列表', '1', '9999999999', '1660905406863', '1660907988517'); INSERT INTO `center_authority` VALUES ('317375196824600118', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.reservoir-capacity', '库容面积管理', '1', '9999999999', '1661312412518', '1662105013750'); INSERT INTO `center_authority` VALUES ('317375196824600584', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.reservoir-info.add', '水库基础信息新增', '0', '9999999999', '1661312412440', '1686032378332'); INSERT INTO `center_authority` VALUES ('317375196824600585', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.element-config.get-monitor-elements', '获取测点要素-阈值设置集合', '0', '9999999999', '1661312412444', '1686032378046'); INSERT INTO `center_authority` VALUES ('317375196824600586', 'reservoir-monitoring-platform', 'site', 'reservoir-monitoring-platform.site.site-info.add', '站点基础信息新增', '0', '9999999999', '1661312412446', '1686032378048'); INSERT INTO `center_authority` VALUES ('317375196824600587', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.config.import-data', '监测测点信息导入', '0', '9999999999', '1661312412449', '1686032378335'); INSERT INTO `center_authority` VALUES ('317375196824600588', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.unit.tree', '单位信息树', '0', '9999999999', '1661312412451', '1686032378339'); INSERT INTO `center_authority` VALUES ('317375196824600590', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.reservoir-info.remove', '批量水库信息删除', '0', '9999999999', '1661312412455', '1686032378052'); INSERT INTO `center_authority` VALUES ('317375196824600592', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.config.remove', '测点删除', '0', '9999999999', '1661312412460', '1686032378343'); INSERT INTO `center_authority` VALUES ('317375196824600593', 'reservoir-monitoring-platform', 'data-monitor', 'reservoir-monitoring-platform.data-monitor.info.data-update', '指定数据修正', '0', '9999999999', '1661312412462', '1686032378056'); INSERT INTO `center_authority` VALUES ('317375196824600594', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.manage.modify', '水库管理人员信息编辑', '1', '9999999999', '1661312412464', '1662105013630'); INSERT INTO `center_authority` VALUES ('317375196824600595', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.unit.remove', '单位信息删除', '0', '9999999999', '1661312412467', '1686032378348'); INSERT INTO `center_authority` VALUES ('317375196824600596', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.site-type.page', '站点类型管理', '0', '9999999999', '1661312412469', '1686032378089'); INSERT INTO `center_authority` VALUES ('317375196824600597', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.deploy.get-point-history', '监测信息查询-测点历史数据查询', '0', '9999999999', '1661312412472', '1686032378090'); INSERT INTO `center_authority` VALUES ('317375196824600598', 'reservoir-monitoring-platform', 'user-permission', 'reservoir-monitoring-platform.user-permission.info.get', '获取用户数据权限', '0', '9999999999', '1661312412474', '1686032378352'); INSERT INTO `center_authority` VALUES ('317375196824600599', 'reservoir-monitoring-platform', 'person-config', 'reservoir-monitoring-platform.person-config.info', '个人中心', '0', '9999999999', '1661312412476', '1686032378113'); INSERT INTO `center_authority` VALUES ('317375196824600600', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.config.get-monitor-indicator-element', '根据监测指标获取指标要素', '0', '9999999999', '1661312412478', '1686032378096'); INSERT INTO `center_authority` VALUES ('317375196824600601', 'reservoir-monitoring-platform', 'site', 'reservoir-monitoring-platform.site.site-info.import-data', '站点信息导入', '0', '9999999999', '1661312412480', '1686032378097'); INSERT INTO `center_authority` VALUES ('317375196824600602', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.offline.modify', '设备失联配置', '0', '9999999999', '1661312412482', '1686032378099'); INSERT INTO `center_authority` VALUES ('317375196824600604', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.feature.add', '水库水文信息新增', '0', '9999999999', '1661312412487', '1686032378102'); INSERT INTO `center_authority` VALUES ('317375196824600605', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.device-info.modify-device', '修改设备中心设备位置信息', '0', '9999999999', '1661312412489', '1686032378333'); INSERT INTO `center_authority` VALUES ('317375196824600607', 'reservoir-monitoring-platform', 'data-monitor', 'reservoir-monitoring-platform.data-monitor.info.page-history', '历史数据-分页列表', '0', '9999999999', '1661312412494', '1686032378366'); INSERT INTO `center_authority` VALUES ('317375196824600608', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.area', '区域管理', '0', '9999999999', '1661312412497', '1686032378535'); INSERT INTO `center_authority` VALUES ('317375196824600609', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.temp4', '日志管理', '1', '9999999999', '1661312412499', '1661514385621'); INSERT INTO `center_authority` VALUES ('317375196824600611', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.temp6', '角色管理', '0', '9999999999', '1661312412503', '1686032378106'); INSERT INTO `center_authority` VALUES ('317375196824600612', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.temp5', '用户管理', '0', '9999999999', '1661312412506', '1686032378108'); INSERT INTO `center_authority` VALUES ('317375196824600613', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.deploy.get-realTime-data', '监测信息查询-测点实时数据-根据监测指标分类', '0', '9999999999', '1661312412508', '1686032378370'); INSERT INTO `center_authority` VALUES ('317375196824600614', 'reservoir-monitoring-platform', 'data-monitor', 'reservoir-monitoring-platform.data-monitor.info.excel-template', '数据监测-历史数据-导入模板下载', '0', '9999999999', '1661312412510', '1686032378371'); INSERT INTO `center_authority` VALUES ('317375196824600615', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.deploy.remove', '测点部署信息删除', '0', '9999999999', '1661312412512', '1686032378374'); INSERT INTO `center_authority` VALUES ('317375196824600616', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.alarm-notice.add', '新增测点预警通知配置', '0', '9999999999', '1661312412514', '1686032378117'); INSERT INTO `center_authority` VALUES ('317375196824600617', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.config.modify', '监测测点编辑', '0', '9999999999', '1661312412516', '1686032378381'); INSERT INTO `center_authority` VALUES ('317375196824600618', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.reservoir-capacity.page', '库容面积分页', '0', '9999999999', '1661312412518', '1686032378126'); INSERT INTO `center_authority` VALUES ('317375196824600619', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.manage.add', '水库管理人员信息新增', '0', '9999999999', '1661312412520', '1686032378128'); INSERT INTO `center_authority` VALUES ('317375196824600620', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.config.getProductType', '获取设备产品型号', '1', '9999999999', '1661312412523', '1662086708844'); INSERT INTO `center_authority` VALUES ('317375196824600621', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.deploy', '监测测点部署', '0', '9999999999', '1661312412525', '1686032378387'); INSERT INTO `center_authority` VALUES ('317375196824600622', 'reservoir-monitoring-platform', 'operation-log', 'reservoir-monitoring-platform.operation-log.info.page', '系统日志分页列表', '1', '9999999999', '1661312412527', '1661514385660'); INSERT INTO `center_authority` VALUES ('317375196824600623', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.dam.modify', '大坝信息编辑', '0', '9999999999', '1661312412530', '1686032378139'); INSERT INTO `center_authority` VALUES ('317375196824600624', 'reservoir-monitoring-platform', 'video', 'reservoir-monitoring-platform.video.info', '视频监控', '0', '9999999999', '1661312412532', '1686032378144'); INSERT INTO `center_authority` VALUES ('317375196824600625', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.reservoir-info', '水库管理', '0', '9999999999', '1661312412534', '1686032378401'); INSERT INTO `center_authority` VALUES ('317375196824600626', 'reservoir-monitoring-platform', 'user-permission', 'reservoir-monitoring-platform.user-permission.info.add-or-update', '用户数据权限新增编辑', '0', '9999999999', '1661312412536', '1686032378146'); INSERT INTO `center_authority` VALUES ('317375196824600627', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.video-config.modify', '直连点编辑', '1', '9999999999', '1661312412539', '1663037887374'); INSERT INTO `center_authority` VALUES ('317375196824600628', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.dam.add', '水库大坝信息新增', '0', '9999999999', '1661312412541', '1686032378404'); INSERT INTO `center_authority` VALUES ('317375196824600629', 'reservoir-monitoring-platform', 'site', 'reservoir-monitoring-platform.site.site-info.modify', '站点基础信息编辑', '0', '9999999999', '1661312412543', '1686032378162'); INSERT INTO `center_authority` VALUES ('317375196824600631', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.config.add', '监测测点新增', '0', '9999999999', '1661312412548', '1686032378163'); INSERT INTO `center_authority` VALUES ('317375196824600632', 'reservoir-monitoring-platform', 'screen-menu', 'reservoir-monitoring-platform.screen-menu.info.get-map-point', '地图点位', '1', '9999999999', '1661312412550', '1661514385701'); INSERT INTO `center_authority` VALUES ('317375196824600633', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.reservoir-capacity.add', '库容面积保存', '0', '9999999999', '1661312412552', '1686032378416'); INSERT INTO `center_authority` VALUES ('317375196824600635', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.config.export', '监测测点信息新增模板下载', '0', '9999999999', '1661312412557', '1686032378421'); INSERT INTO `center_authority` VALUES ('317375196824600636', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.platform.add-or-modify', '平台个性化信息新增、编辑', '0', '9999999999', '1661312412559', '1686032378422'); INSERT INTO `center_authority` VALUES ('317375196824600637', 'reservoir-monitoring-platform', 'screen-menu', 'reservoir-monitoring-platform.screen-menu.info.get-weather', '天气', '1', '9999999999', '1661312412561', '1661514385716'); INSERT INTO `center_authority` VALUES ('317375196824600638', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.reservoir-info.modify', '水库基础信息编辑', '0', '9999999999', '1661312412563', '1686032378180'); INSERT INTO `center_authority` VALUES ('317375196824600639', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.deploy.get-deploy-tree', '获取水库部署信息树', '0', '9999999999', '1661312412565', '1686032378181'); INSERT INTO `center_authority` VALUES ('317375196824600640', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.feature.modify', '水库水文信息编辑', '0', '9999999999', '1661312412567', '1686032378426'); INSERT INTO `center_authority` VALUES ('317375196824600641', 'reservoir-monitoring-platform', 'monitor-message', 'reservoir-monitoring-platform.monitor-message.info', '可视化监测面板', '0', '9999999999', '1661312412570', '1686032378383'); INSERT INTO `center_authority` VALUES ('317375196824600642', 'reservoir-monitoring-platform', 'operation-log', 'reservoir-monitoring-platform.operation-log.info.get-operation-type', '获取系统日志类型', '1', '9999999999', '1661312412572', '1661514385732'); INSERT INTO `center_authority` VALUES ('317375196824600643', 'reservoir-monitoring-platform', 'data-monitor', 'reservoir-monitoring-platform.data-monitor.info.get-site-labels', '获取站点标签集合', '0', '9999999999', '1661312412574', '1686032378434'); INSERT INTO `center_authority` VALUES ('317375196824600644', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.deploy.reservoir-deploy', '水库部署主页面(一级菜单)信息新增编辑', '1', '9999999999', '1661312412576', '1661514385738'); INSERT INTO `center_authority` VALUES ('317375196824600645', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.style.add-or-update', '水库风貌图信息新增', '0', '9999999999', '1661312412579', '1686032378191'); INSERT INTO `center_authority` VALUES ('317375196824600646', 'reservoir-monitoring-platform', 'screen-menu', 'reservoir-monitoring-platform.screen-menu.info.add-or-modify', '菜单拖拽隐藏信息新增、编辑', '1', '9999999999', '1661312412581', '1661514385744'); INSERT INTO `center_authority` VALUES ('317375196824600647', 'reservoir-monitoring-platform', 'site', 'reservoir-monitoring-platform.site.site-info', '站点删除', '0', '9999999999', '1661312412583', '1686032378208'); INSERT INTO `center_authority` VALUES ('317375196824600648', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.video-config.page', '直连点列表', '1', '9999999999', '1661312412585', '1663037887612'); INSERT INTO `center_authority` VALUES ('317375196824600649', 'reservoir-monitoring-platform', 'screen-menu', 'reservoir-monitoring-platform.screen-menu.info.get-reservoir-warning', '监测告警', '1', '9999999999', '1661312412588', '1661514385753'); INSERT INTO `center_authority` VALUES ('317375196824600652', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.config.get-monitor-indicator', '获取监测指标', '0', '9999999999', '1661312412594', '1686032378212'); INSERT INTO `center_authority` VALUES ('317375196824600653', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.offline.modify-batch', '批量设备失联配置', '1', '9999999999', '1661312412596', '1661514385765'); INSERT INTO `center_authority` VALUES ('317375196824600654', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.video-config.remove', '直连点删除', '1', '9999999999', '1661312412598', '1663037887919'); INSERT INTO `center_authority` VALUES ('317375196824600655', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.alarm-notice.add-batch', '批量测点预警通知配置', '1', '9999999999', '1661312412601', '1661514385772'); INSERT INTO `center_authority` VALUES ('317375196824600656', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.area.tree', '区域信息树', '0', '9999999999', '1661312412603', '1686032378472'); INSERT INTO `center_authority` VALUES ('317375196824600658', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.reservoir-info.get-by-id', '水库信息详情', '0', '9999999999', '1661312412608', '1686032378220'); INSERT INTO `center_authority` VALUES ('317375196824600659', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.config', '监测测点配置', '0', '9999999999', '1661312412610', '1686032378224'); INSERT INTO `center_authority` VALUES ('317375196824600660', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.deploy.deploy', '水库部署页面新增编辑', '0', '9999999999', '1661312412612', '1686032378478'); INSERT INTO `center_authority` VALUES ('317375196824600661', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.site-type.remove', '站点类型删除', '0', '9999999999', '1661312412615', '1686032378480'); INSERT INTO `center_authority` VALUES ('317375196824600662', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.deploy.get-deploy-point-alarm', '监测信息查询-测点告警状态汇总统计', '0', '9999999999', '1661312412617', '1686032378226'); INSERT INTO `center_authority` VALUES ('317375196824600663', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.deploy.deploy-detail', '水库部署详细信息新增编辑', '0', '9999999999', '1661312412618', '1686032378227'); INSERT INTO `center_authority` VALUES ('317375196824600664', 'reservoir-monitoring-platform', 'notice', 'reservoir-monitoring-platform.notice.notice-info.add', '公告信息新增', '0', '9999999999', '1661312412620', '1686032378486'); INSERT INTO `center_authority` VALUES ('317375196824600665', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.area.modify', '单位信息编辑', '0', '9999999999', '1661312412623', '1686032378234'); INSERT INTO `center_authority` VALUES ('317375196824600666', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.feature.get-by-rscd', '获取水库水文信息', '0', '9999999999', '1661312412625', '1686032378235'); INSERT INTO `center_authority` VALUES ('317375196824600667', 'reservoir-monitoring-platform', 'screen-menu', 'reservoir-monitoring-platform.screen-menu.info.get-point-data', '监测统计', '1', '9999999999', '1661312412627', '1661514385806'); INSERT INTO `center_authority` VALUES ('317375196824600668', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.element-config.modify-batch', '测点要素-批量阈值设置', '1', '9999999999', '1661312412630', '1661514385810'); INSERT INTO `center_authority` VALUES ('317375196824600669', 'reservoir-monitoring-platform', 'site', 'reservoir-monitoring-platform.site.site-info.export-data', '站点信息导出', '0', '9999999999', '1661312412632', '1686032378497'); INSERT INTO `center_authority` VALUES ('317375196824600670', 'reservoir-monitoring-platform', 'screen-menu', 'reservoir-monitoring-platform.screen-menu.info.get-site-data', '获取指定站点数据信息(多水库一张图)', '1', '9999999999', '1661312412634', '1661514385815'); INSERT INTO `center_authority` VALUES ('317375196824600671', 'reservoir-monitoring-platform', 'data-monitor', 'reservoir-monitoring-platform.data-monitor.info.page', '数据监测-分页列表', '0', '9999999999', '1661312412637', '1686032378241'); INSERT INTO `center_authority` VALUES ('317375196824600672', 'reservoir-monitoring-platform', 'site', 'reservoir-monitoring-platform.site.site-info.export', '站点信息新增模板下载', '0', '9999999999', '1661312412639', '1686032378500'); INSERT INTO `center_authority` VALUES ('317375196824600673', 'reservoir-monitoring-platform', 'site', 'reservoir-monitoring-platform.site.site-info.getDevice', '获取设备中心信息:设备ID、要素编码、要素名称', '0', '9999999999', '1661312412641', '1686032378242'); INSERT INTO `center_authority` VALUES ('317375196824600674', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.deploy.get-monitor-deploy-by-id', '根据id获取指定部署页面部署信息', '0', '9999999999', '1661312412644', '1686032378243'); INSERT INTO `center_authority` VALUES ('317375196824600675', 'reservoir-monitoring-platform', 'notice', 'reservoir-monitoring-platform.notice.notice-info.get-new', '获取平台最新指定条数公告', '0', '9999999999', '1661312412646', '1686032378501'); INSERT INTO `center_authority` VALUES ('317375196824600676', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.site-type.get-all', '站点类型下拉框', '0', '9999999999', '1661312412648', '1686032378246'); INSERT INTO `center_authority` VALUES ('317375196824600677', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.device-info', '监测站点管理', '0', '9999999999', '1661312412650', '1686032378247'); INSERT INTO `center_authority` VALUES ('317375196824600678', 'reservoir-monitoring-platform', 'notice', 'reservoir-monitoring-platform.notice.notice-info.modify', '公告信息编辑', '0', '9999999999', '1661312412654', '1686032378508'); INSERT INTO `center_authority` VALUES ('317375196824600680', 'reservoir-monitoring-platform', 'data-monitor', 'reservoir-monitoring-platform.data-monitor.info.get-elements', '获取站点监测要素集合', '0', '9999999999', '1661312412658', '1686032378516'); INSERT INTO `center_authority` VALUES ('317375196824600682', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.alarm-notice.get-notices', '获取测点预警通知配置信息', '0', '9999999999', '1661312412662', '1686032378256'); INSERT INTO `center_authority` VALUES ('317375196824600684', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.deploy.get-deploy-point-msg', '监测信息查询-页面测点数据查询', '0', '9999999999', '1661312412666', '1686032378520'); INSERT INTO `center_authority` VALUES ('317375196824600686', 'reservoir-monitoring-platform', 'screen-menu', 'reservoir-monitoring-platform.screen-menu.info.get', '查看菜单拖拽隐藏信息', '1', '9999999999', '1661312412670', '1661514385867'); INSERT INTO `center_authority` VALUES ('317375196824600687', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.element-config.modify', '测点要素-阈值设置', '0', '9999999999', '1661312412672', '1686032378263'); INSERT INTO `center_authority` VALUES ('317375196824600688', 'reservoir-monitoring-platform', 'data-monitor', 'reservoir-monitoring-platform.data-monitor.info.excel', '数据监测-历史数据-导入excel', '0', '9999999999', '1661312412675', '1686032378528'); INSERT INTO `center_authority` VALUES ('317375196824600690', 'reservoir-monitoring-platform', 'video', 'reservoir-monitoring-platform.video.info.video-tree', '获取指定水库的视频设备树', '0', '9999999999', '1661312412679', '1686032378476'); INSERT INTO `center_authority` VALUES ('317375196824600691', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.unit.add', '单位信息新增', '0', '9999999999', '1661312412681', '1686032378537'); INSERT INTO `center_authority` VALUES ('317375196824600692', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.config.page', '监测测点列表-水库隔离', '0', '9999999999', '1661312412683', '1686032378276'); INSERT INTO `center_authority` VALUES ('317375196824600693', 'reservoir-monitoring-platform', 'screen-menu', 'reservoir-monitoring-platform.screen-menu.info.get-reservoir-water', '水库水情(最新)', '1', '9999999999', '1661312412686', '1661514385892'); INSERT INTO `center_authority` VALUES ('317375196824600694', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.config.export-data', '监测测点信息导出', '0', '9999999999', '1661312412688', '1686032378279'); INSERT INTO `center_authority` VALUES ('317375196824600697', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.style.get', '水库风貌图信息查看', '0', '9999999999', '1661312412695', '1686032378283'); INSERT INTO `center_authority` VALUES ('317375196824600698', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.area.remove', '单位信息删除', '0', '9999999999', '1661312412697', '1686032378290'); INSERT INTO `center_authority` VALUES ('317375196824600700', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.site-type.get-site-icon-type', '字典表种获取全部站点图标类型', '0', '9999999999', '1661312412701', '1686032378299'); INSERT INTO `center_authority` VALUES ('317375196824600701', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.dam.get-by-rscd', '水库大坝信息', '0', '9999999999', '1661312412704', '1686032378300'); INSERT INTO `center_authority` VALUES ('317375196824600702', 'reservoir-monitoring-platform', 'screen-menu', 'reservoir-monitoring-platform.screen-menu.info.get-rain-fall', '降雨量', '1', '9999999999', '1661312412706', '1661514385926'); INSERT INTO `center_authority` VALUES ('317375196824600703', 'reservoir-monitoring-platform', 'site', 'reservoir-monitoring-platform.site.site-info.page', '站点分页列表', '0', '9999999999', '1661312412708', '1686032378568'); INSERT INTO `center_authority` VALUES ('317375196824600704', 'reservoir-monitoring-platform', 'notice', 'reservoir-monitoring-platform.notice.notice-info.remove', '公告信息删除', '0', '9999999999', '1661312412710', '1686032378570'); INSERT INTO `center_authority` VALUES ('317375196824600705', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.manage.get-by-rscd', '获取水库管理人员信息', '0', '9999999999', '1661312412712', '1686032378303'); INSERT INTO `center_authority` VALUES ('317375196824600706', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.device-info.getDevices', '获取设备中心设备列表', '0', '9999999999', '1661312412714', '1686032378353'); INSERT INTO `center_authority` VALUES ('317375196824600708', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.video-config.add', '直连点新增', '1', '9999999999', '1661312412719', '1663037887503'); INSERT INTO `center_authority` VALUES ('317375196824600709', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.deploy.get-deploy-indicator-tree', '监测信息查询-水库部署信息树', '0', '9999999999', '1661312412721', '1686032378576'); INSERT INTO `center_authority` VALUES ('317375196824600710', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.reservoir-capacity.remove', '库容面积删除', '0', '9999999999', '1661312412723', '1686032378308'); INSERT INTO `center_authority` VALUES ('317375196824600711', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.deploy.get-point-elements', '监测信息查询-测点历史数据查询-获取测点要素列表', '0', '9999999999', '1661312412726', '1686032378583'); INSERT INTO `center_authority` VALUES ('317375196824600713', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.site-type.add-or-modify', '站点类型新增、编辑', '0', '9999999999', '1661312412731', '1686032378319'); INSERT INTO `center_authority` VALUES ('317375196824600714', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.unit.modify', '单位信息编辑', '0', '9999999999', '1661312412733', '1686032378595'); INSERT INTO `center_authority` VALUES ('317375196824600715', 'reservoir-monitoring-platform', 'work-bench-control', 'reservoir-monitoring-platform.work-bench-control.info.get-warning-count', '预警等级统计', '0', '9999999999', '1661312412736', '1686032378322'); INSERT INTO `center_authority` VALUES ('317375196824600716', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.offline.get', '设备失联信息查看', '0', '9999999999', '1661312412738', '1686032378597'); INSERT INTO `center_authority` VALUES ('317375196824600717', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.deploy.get-monitor-indicator-point-tree', '获取水库-监测指标-测点树', '0', '9999999999', '1661312412740', '1686032378600'); INSERT INTO `center_authority` VALUES ('317375196824600718', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.reservoir-info.reservoir-page', '水库分页列表', '1', '9999999999', '1661312412743', '1662709822651'); INSERT INTO `center_authority` VALUES ('317375196824600777', 'reservoir-monitoring-platform', 'notice', 'reservoir-monitoring-platform.notice.notice-info.page', '公告分页列表', '0', '9999999999', '1662086709277', '1686032378461'); INSERT INTO `center_authority` VALUES ('317375196824601619', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.manage', '水库管理人员信息管理', '0', '9999999999', '1661312412520', '1686032378231'); INSERT INTO `center_authority` VALUES ('317375196824601623', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.dam', '大坝信息管理', '1', '9999999999', '1661312412530', '1662105013774'); INSERT INTO `center_authority` VALUES ('317375196824601640', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.feature', '水库水文信息管理', '1', '9999999999', '1661312412567', '1662105013896'); INSERT INTO `center_authority` VALUES ('317375196824610645', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.style', '水库风貌图管理', '0', '9999999999', '1661312412579', '1686032378114'); INSERT INTO `center_authority` VALUES ('317375196824611616', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.alarm-notice.page', '预警列表预警详情分页', '0', '9999999999', '1661312412514', '1686032378526'); INSERT INTO `center_authority` VALUES ('317375196824611652', 'reservoir-monitoring-platform', 'notice', 'reservoir-monitoring-platform.notice.notice-info', '公告权限列表', '1', '9999999999', '1661312412592', '1662086708987'); INSERT INTO `center_authority` VALUES ('317851198625415245', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.oper-firmware-upgrade-task-batch.firmware-list-by-version', '根据设备版本号集合获取固件升级包列表(取交集)', '0', '9999999999', '1661425900282', '1711448781306'); INSERT INTO `center_authority` VALUES ('317857343733760028', 'device-manage', 'alarm-manage', 'device-manage.alarm-manage.alarm-setting.update', '编辑告警', '0', '9999999999', '1661427365212', '1711448781413'); INSERT INTO `center_authority` VALUES ('317857343733760043', 'device-manage', 'alarm-manage', 'device-manage.alarm-manage.alarm-record.detail', '告警记录列表详情', '0', '9999999999', '1661427365278', '1711448781063'); INSERT INTO `center_authority` VALUES ('317857343733760047', 'device-manage', 'alarm-manage', 'device-manage.alarm-manage.alarm-setting.add', '新增告警', '0', '9999999999', '1661427365288', '1711448781112'); INSERT INTO `center_authority` VALUES ('317857343733760060', 'device-manage', 'alarm-manage', 'device-manage.alarm-manage.alarm-setting', '告警设置', '0', '9999999999', '1661427365324', '1711448781166'); INSERT INTO `center_authority` VALUES ('317857343733760065', 'device-manage', 'alarm-manage', 'device-manage.alarm-manage.alarm-setting.detail', '告警列表详情', '0', '9999999999', '1661427365338', '1711448781571'); INSERT INTO `center_authority` VALUES ('317857343733760086', 'device-manage', 'alarm-manage', 'device-manage.alarm-manage.alarm-record', '告警记录', '0', '9999999999', '1661427365398', '1711448781669'); INSERT INTO `center_authority` VALUES ('317857343733760091', 'device-manage', 'alarm-manage', 'device-manage.alarm-manage.alarm-setting.delete', '告警删除', '0', '9999999999', '1661427365412', '1711448781312'); INSERT INTO `center_authority` VALUES ('317857343733760093', 'device-manage', 'alarm-manage', 'device-manage.alarm-manage.alarm-setting.enable', '告警启用/停用', '0', '9999999999', '1661427365417', '1711448781335'); INSERT INTO `center_authority` VALUES ('320622827264802831', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.screen-menu.get-reservoir-water', '水库水情(最新)', '0', '9999999999', '1662086708680', '1686032378053'); INSERT INTO `center_authority` VALUES ('320622827264802837', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.operation-log.page', '系统日志分页列表', '0', '9999999999', '1662086708711', '1686032378085'); INSERT INTO `center_authority` VALUES ('320622827264802840', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.screen-menu', '大屏管理', '0', '9999999999', '1662086708723', '1686032378092'); INSERT INTO `center_authority` VALUES ('320622827264802847', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.screen-menu.get-channels', '视频设备', '0', '9999999999', '1662086708763', '1686032378101'); INSERT INTO `center_authority` VALUES ('320622827264802852', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.operation-log.get-operation-type', '获取系统日志类型', '0', '9999999999', '1662086708789', '1686032378367'); INSERT INTO `center_authority` VALUES ('320622827264802855', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.screen-menu.get', '查看菜单拖拽隐藏信息', '0', '9999999999', '1662086708800', '1686032378369'); INSERT INTO `center_authority` VALUES ('320622827264802856', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.screen-menu.get-map-point', '地图点位', '0', '9999999999', '1662086708803', '1686032378111'); INSERT INTO `center_authority` VALUES ('320622827264802861', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.screen-menu.get-rain-fall', '降雨量', '0', '9999999999', '1662086708823', '1686032378116'); INSERT INTO `center_authority` VALUES ('320622827264802870', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.config.get-code-name', '获取默认监测测点编码、名称', '0', '9999999999', '1662086708874', '1686032378141'); INSERT INTO `center_authority` VALUES ('320622827264802876', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.alarm-notice.update-alarm-record', '更新告警记录', '0', '9999999999', '1662086708899', '1686032378405'); INSERT INTO `center_authority` VALUES ('320622827264802877', 'reservoir-monitoring-platform', 'work-bench-control', 'reservoir-monitoring-platform.work-bench-control.info.get-db-count', '大坝安全预警统计', '0', '9999999999', '1662086708903', '1686032378160'); INSERT INTO `center_authority` VALUES ('320622827264802878', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.screen-menu.get-weather', '天气', '0', '9999999999', '1662086708905', '1686032378408'); INSERT INTO `center_authority` VALUES ('320622827264802884', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.alarm-notice.get-indicator', '获取监测指标', '0', '9999999999', '1662086708928', '1686032378169'); INSERT INTO `center_authority` VALUES ('320622827264802892', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.screen-menu.get-reservoir-warning', '监测告警', '0', '9999999999', '1662086708959', '1686032378190'); INSERT INTO `center_authority` VALUES ('320622827264802893', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.screen-menu.add-or-modify', '菜单拖拽隐藏信息新增、编辑', '0', '9999999999', '1662086708962', '1686032378437'); INSERT INTO `center_authority` VALUES ('320622827264802895', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.platform', '个性化设置', '0', '9999999999', '1662086708968', '1686032378205'); INSERT INTO `center_authority` VALUES ('320622827264802901', 'reservoir-monitoring-platform', 'work-bench-control', 'reservoir-monitoring-platform.work-bench-control.info.reservoir', '水库信息预警统计', '0', '9999999999', '1662086708996', '1686032378213'); INSERT INTO `center_authority` VALUES ('320622827264802926', 'reservoir-monitoring-platform', 'work-bench-control', 'reservoir-monitoring-platform.work-bench-control.info.get-level-count', '预警等级数量', '0', '9999999999', '1662086709112', '1686032378251'); INSERT INTO `center_authority` VALUES ('320622827264802933', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.alarm-notice', '监测通知', '1', '9999999999', '1662086709145', null); INSERT INTO `center_authority` VALUES ('320622827264802940', 'reservoir-monitoring-platform', 'work-bench-control', 'reservoir-monitoring-platform.work-bench-control.info.get-work-count', '设备工况统计', '0', '9999999999', '1662086709172', '1686032378545'); INSERT INTO `center_authority` VALUES ('320622827264802942', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.unit', '单位管理', '0', '9999999999', '1662086709180', '1686032378280'); INSERT INTO `center_authority` VALUES ('320622827264802946', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.operation-log', '日志管理', '0', '9999999999', '1662086709197', '1686032378565'); INSERT INTO `center_authority` VALUES ('320622827264802955', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.alarm-notice.alarm-sort-count', '预警分类统计', '0', '9999999999', '1662086709235', '1686032378580'); INSERT INTO `center_authority` VALUES ('320622827264802957', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.reservoir-capacity.export', '库容导入模板下载', '0', '9999999999', '1662086709245', '1686032378310'); INSERT INTO `center_authority` VALUES ('320622827264802959', 'reservoir-monitoring-platform', 'work-bench-control', 'reservoir-monitoring-platform.work-bench-control.info.get-rain-count', '雨水情预警统计', '0', '9999999999', '1662086709254', '1686032378316'); INSERT INTO `center_authority` VALUES ('320622827264802964', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.screen-menu.get-point-data', '监测统计', '0', '9999999999', '1662086709277', '1686032378329'); INSERT INTO `center_authority` VALUES ('320622827264802977', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.device-info.getProductType', '获取设备产品型号', '0', '9999999999', '1662086709277', '1686032378571'); INSERT INTO `center_authority` VALUES ('320622827264802988', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.offline', '设备失联信息-权限菜单', '0', '9999999999', null, '1686032378390'); INSERT INTO `center_authority` VALUES ('320622827264802999', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.element-config', '获取测点要素-权限菜单', '0', '9999999999', null, '1686032378561'); INSERT INTO `center_authority` VALUES ('320622827264812959', 'reservoir-monitoring-platform', 'work-bench-control', 'reservoir-monitoring-platform.work-bench-control.info', '预警信息权限', '1', '9999999999', '1662086709254', null); INSERT INTO `center_authority` VALUES ('322527891411697665', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.video-config', '视频监控配置', '0', '9999999999', '1662540910493', '1686032378473'); INSERT INTO `center_authority` VALUES ('323233443544563774', 'reservoir-monitoring-platform', 'video', 'reservoir-monitoring-platform.my-reservoir.video-config.modify', '视频编辑', '1', '9999999999', '1662709127863', '1663037887500'); INSERT INTO `center_authority` VALUES ('323233443544563798', 'reservoir-monitoring-platform', 'video', 'reservoir-monitoring-platform.my-reservoir.video-config.page', '视频列表', '1', '9999999999', '1662709127985', '1663037887625'); INSERT INTO `center_authority` VALUES ('323236357675679830', 'reservoir-monitoring-platform', 'video', 'reservoir-monitoring-platform.my-reservoir.video-config.remove', '视频删除', '1', '9999999999', '1662709822418', '1663037887651'); INSERT INTO `center_authority` VALUES ('323236357675679882', 'reservoir-monitoring-platform', 'video', 'reservoir-monitoring-platform.my-reservoir.video-config.add', '视频新增', '1', '9999999999', '1662709822609', '1663037887959'); INSERT INTO `center_authority` VALUES ('324612363137318971', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.reservoir-info.reservoir-page', '水库分页列表', '1', '9999999999', '1663037887830', null); INSERT INTO `center_authority` VALUES ('330392420564860970', 'device-manage', 'dev-info', 'device-manage.dev-info.download-template', '下载导入模板', '0', '9999999999', '1664415960632', '1711448781475'); INSERT INTO `center_authority` VALUES ('330392420564860973', 'device-manage', 'dev-info', 'device-manage.dev-info.error-info-download', '错误设备信息下载', '0', '9999999999', '1664415960645', '1711448781481'); INSERT INTO `center_authority` VALUES ('330392420569055249', 'device-manage', 'dev-sys-dict-item', 'device-manage.dev-sys-dict-item.factor-group-list', '获取要素分组列表', '0', '9999999999', '1664415960761', '1711448781631'); INSERT INTO `center_authority` VALUES ('330392420569055263', 'device-manage', 'dev-info', 'device-manage.dev-info.import-batch', '批量导入设备', '0', '9999999999', '1664415960811', '1711448781288'); INSERT INTO `center_authority` VALUES ('350811089010688002', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.repair-manage.get-disease-config-detection-item', '获取病害配置部位', '0', '9999999999', '1669284150273', '1671166019663'); INSERT INTO `center_authority` VALUES ('350811089010688003', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.app-inspect-action', 'APP巡查巡检', '0', '9999999999', '1669284150275', '1671166019665'); INSERT INTO `center_authority` VALUES ('350811089010688004', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.app-inspect-action.create-inspect-record', '创建巡检记录', '0', '9999999999', '1669284150277', '1671166019666'); INSERT INTO `center_authority` VALUES ('350811089010688005', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.app-inspect-action.save-description-message', '病害录入', '0', '9999999999', '1669284150278', '1671166019667'); INSERT INTO `center_authority` VALUES ('350811089010688006', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.inspect-account.add-inspect-plan', '新增/修改巡检计划', '0', '9999999999', '1669284150280', '1671166019668'); INSERT INTO `center_authority` VALUES ('350811089010688007', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.repair-manage', '维修管理', '0', '9999999999', '1669284150281', '1671166019670'); INSERT INTO `center_authority` VALUES ('350811089010688008', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.inspect-account.get-inspect-record', '获取巡检记录', '0', '9999999999', '1669284150282', '1671166019671'); INSERT INTO `center_authority` VALUES ('350811089010688009', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.repair-manage.get-disease-config-position', '获取病害配置部位', '0', '9999999999', '1669284150283', '1671166019672'); INSERT INTO `center_authority` VALUES ('350811089010688010', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.repair-manage.get-disease-details', '获取病害详情', '0', '9999999999', '1669284150285', '1671166019675'); INSERT INTO `center_authority` VALUES ('350811089010688011', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.app-inspect-action.save-point', '追加点位', '0', '9999999999', '1669284150286', '1671166019678'); INSERT INTO `center_authority` VALUES ('350811089010688012', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.app-inspect-action.change-the-status-and-return-tothepoint', '改变提交状态', '0', '9999999999', '1669284150288', '1671166019681'); INSERT INTO `center_authority` VALUES ('350811089010688013', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.inspect-account.get-disease-config-details', '获取病害配置详情', '0', '9999999999', '1669284150289', '1671166019682'); INSERT INTO `center_authority` VALUES ('350811089010688014', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.repair-manage.add-disease-repair', '新增维修信息', '0', '9999999999', '1669284150290', '1671166019683'); INSERT INTO `center_authority` VALUES ('350811089010688015', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.inspect-account.update-disease-record', '修改病害记录', '0', '9999999999', '1669284150291', '1671166019684'); INSERT INTO `center_authority` VALUES ('350811089010688016', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.inspect-account', '巡检台账', '0', '9999999999', '1669284150293', '1671166019685'); INSERT INTO `center_authority` VALUES ('356167792971481095', 'structure-platform-backend', 'indicator', 'structure-platform-backend.indicator.formula.addOrUpdate', '新增修改', '0', '9999999999', '1670561288446', '1682479494453'); INSERT INTO `center_authority` VALUES ('356167792971481096', 'structure-platform-backend', 'structure', 'structure-platform-backend.structure.monitor-site', '监测站点管理', '0', '9999999999', '1670561288454', '1682479494533'); INSERT INTO `center_authority` VALUES ('356167792971481097', 'structure-platform-backend', 'system', 'structure-platform-backend.system.area', '区域管理', '0', '9999999999', '1670561288457', '1682479494538'); INSERT INTO `center_authority` VALUES ('356167792971481098', 'structure-platform-backend', 'indicator', 'structure-platform-backend.indicator.formula', '公式方法', '0', '9999999999', '1670561288460', '1682479494543'); INSERT INTO `center_authority` VALUES ('356167792971481099', 'structure-platform-backend', 'base-info', 'structure-platform-backend.base-info.monitor-info', '监测信息', '0', '9999999999', '1670561288463', '1682479494549'); INSERT INTO `center_authority` VALUES ('356167792971481100', 'structure-platform-backend', 'alarm-config', 'structure-platform-backend.alarm-config.sms-template.remove', '删除模板', '0', '9999999999', '1670561288465', '1682479494553'); INSERT INTO `center_authority` VALUES ('356167792971481101', 'structure-platform-backend', 'large-screen', 'structure-platform-backend.large-screen.screen-show.weather', '天气信息', '0', '9999999999', '1670561288468', '1682479494566'); INSERT INTO `center_authority` VALUES ('356167792971481102', 'structure-platform-backend', 'statistics', 'structure-platform-backend.statistics.data', '数据分析', '0', '9999999999', '1670561288471', '1682479494556'); INSERT INTO `center_authority` VALUES ('356167792971481103', 'structure-platform-backend', 'system', 'structure-platform-backend.system.operation-log.get-operation-type', '获取系统日志类型', '0', '9999999999', '1670561288473', '1682479494570'); INSERT INTO `center_authority` VALUES ('356167792971481104', 'structure-platform-backend', 'monitoring-management', 'structure-platform-backend.monitoring-management.point-config.offline-get', '设备失联信息查看', '0', '9999999999', '1670561288476', '1682479494572'); INSERT INTO `center_authority` VALUES ('356167792971481105', 'structure-platform-backend', 'system', 'structure-platform-backend.system.unit', '单位管理', '0', '9999999999', '1670561288478', '1682479494575'); INSERT INTO `center_authority` VALUES ('356167792971481106', 'structure-platform-backend', 'structure', 'structure-platform-backend.structure.structure-config.add', '添加结构', '0', '9999999999', '1670561288481', '1682479494578'); INSERT INTO `center_authority` VALUES ('356167792971481107', 'structure-platform-backend', 'alarm-config', 'structure-platform-backend.alarm-config.sms-config.addOrUpdate', '添加更新', '0', '9999999999', '1670561288484', '1682479494581'); INSERT INTO `center_authority` VALUES ('356167792971481108', 'structure-platform-backend', 'structure', 'structure-platform-backend.structure.structure-config.update', '结构更新', '0', '9999999999', '1670561288486', '1682479494585'); INSERT INTO `center_authority` VALUES ('356167792971481109', 'structure-platform-backend', 'monitoring-management', 'structure-platform-backend.monitoring-management.point-config.export', '监测测点信息新增模板下载', '0', '9999999999', '1670561288489', '1682479494588'); INSERT INTO `center_authority` VALUES ('356167792971481110', 'structure-platform-backend', 'file-manage', 'structure-platform-backend.file-manage.info.page', '文档管理列表', '0', '9999999999', '1670561288492', '1682479494591'); INSERT INTO `center_authority` VALUES ('356167792971481111', 'structure-platform-backend', 'monitoring-management', 'structure-platform-backend.monitoring-management.deploy.deploy-detail', '结构部署详细信息新增编辑', '0', '9999999999', '1670561288494', '1682479494594'); INSERT INTO `center_authority` VALUES ('356167792971481112', 'structure-platform-backend', 'user-permission', 'structure-platform-backend.user-permission.info.get', '获取用户数据权限', '0', '9999999999', '1670561288497', '1682479494602'); INSERT INTO `center_authority` VALUES ('356167792971481113', 'structure-platform-backend', 'system', 'structure-platform-backend.system.area.tree', '区域信息树', '0', '9999999999', '1670561288500', '1682479494605'); INSERT INTO `center_authority` VALUES ('356167792971481114', 'structure-platform-backend', 'alarm-config', 'structure-platform-backend.alarm-config.sms-people', '联系人员', '0', '9999999999', '1670561288502', '1682479494608'); INSERT INTO `center_authority` VALUES ('356167792971481115', 'structure-platform-backend', 'indicator', 'structure-platform-backend.indicator.monitor-indicator-element.remove', '删除名称', '0', '9999999999', '1670561288505', '1682479494610'); INSERT INTO `center_authority` VALUES ('356167792971481116', 'structure-platform-backend', 'indicator', 'structure-platform-backend.indicator.monitor-indicator-element', '指标名称', '0', '9999999999', '1670561288508', '1682479494621'); INSERT INTO `center_authority` VALUES ('356167792971481117', 'structure-platform-backend', 'home', 'structure-platform-backend.home.home-show.alarm-trend-data', '报警趋势', '0', '9999999999', '1670561288510', '1682479494624'); INSERT INTO `center_authority` VALUES ('356167792971481118', 'structure-platform-backend', 'base-info', 'structure-platform-backend.base-info.structure-info.manager', '管理人员', '0', '9999999999', '1670561288513', '1682479494627'); INSERT INTO `center_authority` VALUES ('356167792971481119', 'structure-platform-backend', 'indicator', 'structure-platform-backend.indicator.monitor-indicator', '监测类别', '0', '9999999999', '1670561288516', '1682479494630'); INSERT INTO `center_authority` VALUES ('356167792971481120', 'structure-platform-backend', 'monitoring-management', 'structure-platform-backend.monitoring-management.point-config.add', '监测测点新增', '0', '9999999999', '1670561288518', '1682479494639'); INSERT INTO `center_authority` VALUES ('356167792971481121', 'structure-platform-backend', 'system', 'structure-platform-backend.system.area.remove', '单位信息删除', '0', '9999999999', '1670561288521', '1682479494644'); INSERT INTO `center_authority` VALUES ('356167792971481122', 'structure-platform-backend', 'user-permission', 'structure-platform-backend.user-permission.info.add-or-update', '用户数据权限新增编辑', '0', '9999999999', '1670561288523', '1682479494648'); INSERT INTO `center_authority` VALUES ('356167792971481123', 'structure-platform-backend', 'system', 'structure-platform-backend.system.operation-log', '日志管理', '0', '9999999999', '1670561288526', '1682479494651'); INSERT INTO `center_authority` VALUES ('356167792971481124', 'structure-platform-backend', 'home', 'structure-platform-backend.home.home-show.real-alarm-data', '实时告警', '0', '9999999999', '1670561288528', '1682479494654'); INSERT INTO `center_authority` VALUES ('356167792971481125', 'structure-platform-backend', 'home', 'structure-platform-backend.home.home-show.real-time-data', '实时数据', '0', '9999999999', '1670561288531', '1682479494660'); INSERT INTO `center_authority` VALUES ('356167792971481126', 'structure-platform-backend', 'statistics', 'structure-platform-backend.statistics.alarm-page', '超限报警明细', '0', '9999999999', '1670561288533', '1682479494662'); INSERT INTO `center_authority` VALUES ('356167792971481127', 'structure-platform-backend', 'home', 'structure-platform-backend.home.home-show', '首页信息', '0', '9999999999', '1670561288536', '1682479494665'); INSERT INTO `center_authority` VALUES ('356167792971481128', 'structure-platform-backend', 'large-screen', 'structure-platform-backend.large-screen.screen-show.alarm-year-data', '报警月趋势', '0', '9999999999', '1670561288539', '1682479494671'); INSERT INTO `center_authority` VALUES ('356167792971481129', 'structure-platform-backend', 'monitoring-management', 'structure-platform-backend.monitoring-management.point-config', '监测测点配置', '0', '9999999999', '1670561288541', '1682479494673'); INSERT INTO `center_authority` VALUES ('356167792971481130', 'structure-platform-backend', 'monitoring-management', 'structure-platform-backend.monitoring-management.deploy.remove', '测点部署信息删除', '0', '9999999999', '1670561288544', '1682479494676'); INSERT INTO `center_authority` VALUES ('356167792971481131', 'structure-platform-backend', 'home', 'structure-platform-backend.home.home-show.monitor-type-data', '类别报警', '0', '9999999999', '1670561288546', '1682479494679'); INSERT INTO `center_authority` VALUES ('356167792971481132', 'structure-platform-backend', 'alarm-config', 'structure-platform-backend.alarm-config.threshold.addOrUpdate', '添加更新', '0', '9999999999', '1670561288549', '1682479494682'); INSERT INTO `center_authority` VALUES ('356167792971481133', 'structure-platform-backend', 'monitoring-management', 'structure-platform-backend.monitoring-management.deploy.deploy', '结构部署页面新增编辑', '0', '9999999999', '1670561288552', '1682479494685'); INSERT INTO `center_authority` VALUES ('356167792971481134', 'structure-platform-backend', 'base-info', 'structure-platform-backend.base-info.monitor-info.point-history', '测点历史数据', '0', '9999999999', '1670561288555', '1682479494760'); INSERT INTO `center_authority` VALUES ('356167792971481135', 'structure-platform-backend', 'alarm-config', 'structure-platform-backend.alarm-config.sms-template', '短信模板', '0', '9999999999', '1670561288558', '1682479494767'); INSERT INTO `center_authority` VALUES ('356167792971481136', 'structure-platform-backend', 'alarm-config', 'structure-platform-backend.alarm-config.sms-people.addOrUpdate', '添加更新', '0', '9999999999', '1670561288560', '1682479494771'); INSERT INTO `center_authority` VALUES ('356167792971481137', 'structure-platform-backend', 'monitoring-management', 'structure-platform-backend.monitoring-management.deploy.get-deploy-indicator-tree', '结构部署信息树', '0', '9999999999', '1670561288563', '1682479494774'); INSERT INTO `center_authority` VALUES ('356167792971481138', 'structure-platform-backend', 'large-screen', 'structure-platform-backend.large-screen.screen-show.data-summary', '数据汇总', '0', '9999999999', '1670561288565', '1682479494778'); INSERT INTO `center_authority` VALUES ('356167792971481139', 'structure-platform-backend', 'my-reservoir', 'structure-platform-backend.my-reservoir.video-config', '视频监控配置', '0', '9999999999', '1670561288568', '1670814523116'); INSERT INTO `center_authority` VALUES ('356167792971481140', 'structure-platform-backend', 'large-screen', 'structure-platform-backend.large-screen.screen-show.real-alarm-data', '实时报警', '0', '9999999999', '1670561288571', '1682479494781'); INSERT INTO `center_authority` VALUES ('356167792971481141', 'structure-platform-backend', 'structure', 'structure-platform-backend.structure.structure-config.get-style', '获取结构风貌', '0', '9999999999', '1670561288573', '1682479494784'); INSERT INTO `center_authority` VALUES ('356167792971481142', 'structure-platform-backend', 'base-info', 'structure-platform-backend.base-info.structure-info', '结构信息', '0', '9999999999', '1670561288580', '1682479494802'); INSERT INTO `center_authority` VALUES ('356167792971481143', 'structure-platform-backend', 'alarm-config', 'structure-platform-backend.alarm-config.sms-config', '短信配置', '0', '9999999999', '1670561288582', '1682479494809'); INSERT INTO `center_authority` VALUES ('356167792971481144', 'structure-platform-backend', 'system', 'structure-platform-backend.system.unit.tree', '单位信息树', '0', '9999999999', '1670561288585', '1682479494813'); INSERT INTO `center_authority` VALUES ('356167792971481145', 'structure-platform-backend', 'structure', 'structure-platform-backend.structure.structure-config.get-enginfo', '工程信息', '0', '9999999999', '1670561288587', '1682479494820'); INSERT INTO `center_authority` VALUES ('356167792971481146', 'structure-platform-backend', 'system', 'structure-platform-backend.system.temp5', '用户管理', '0', '9999999999', '1670561288590', '1682479494823'); INSERT INTO `center_authority` VALUES ('356167792971481147', 'structure-platform-backend', 'system', 'structure-platform-backend.system.temp6', '角色管理', '0', '9999999999', '1670561288593', '1682479494826'); INSERT INTO `center_authority` VALUES ('356167792971481148', 'structure-platform-backend', 'system', 'structure-platform-backend.system.platform', '个性化设置', '0', '9999999999', '1670561288595', '1682479494829'); INSERT INTO `center_authority` VALUES ('356167792971481149', 'structure-platform-backend', 'system', 'structure-platform-backend.system.area.modify', '单位信息编辑', '0', '9999999999', '1670561288598', '1682479494866'); INSERT INTO `center_authority` VALUES ('356167792971481150', 'structure-platform-backend', 'video', 'structure-platform-backend.video.info', '视频监测', '0', '9999999999', '1670561288600', '1682479494832'); INSERT INTO `center_authority` VALUES ('356167792971481151', 'structure-platform-backend', 'alarm-config', 'structure-platform-backend.alarm-config.sms-config.remove', '删除配置', '0', '9999999999', '1670561288603', '1682479494871'); INSERT INTO `center_authority` VALUES ('356167792971481152', 'structure-platform-backend', 'base-info', 'structure-platform-backend.base-info.monitor-info.deploy-point-msg', '测点数据查询', '0', '9999999999', '1670561288606', '1682479494875'); INSERT INTO `center_authority` VALUES ('356167792971481153', 'structure-platform-backend', 'system', 'structure-platform-backend.system.screen-menu', '大屏管理', '0', '9999999999', '1670561288609', '1682479494882'); INSERT INTO `center_authority` VALUES ('356167792971481154', 'structure-platform-backend', 'monitoring-management', 'structure-platform-backend.monitoring-management.video-config', '视频监控配置', '0', '9999999999', '1670561288612', '1682479494884'); INSERT INTO `center_authority` VALUES ('356167792971481155', 'structure-platform-backend', 'base-info', 'structure-platform-backend.base-info.monitor-info.point-alarm', '测点告警', '0', '9999999999', '1670561288614', '1682479494887'); INSERT INTO `center_authority` VALUES ('356167792971481156', 'structure-platform-backend', 'alarm-config', 'structure-platform-backend.alarm-config.sms-record', '短信记录', '0', '9999999999', '1670561288617', '1682479494890'); INSERT INTO `center_authority` VALUES ('356167792971481157', 'structure-platform-backend', 'indicator', 'structure-platform-backend.indicator.monitor-indicator.addOrUpdate', '新增修改', '0', '9999999999', '1670561288619', '1682479494895'); INSERT INTO `center_authority` VALUES ('356167792971481158', 'structure-platform-backend', 'structure', 'structure-platform-backend.structure.structure-config.add-update-enginfo', '添加更新工程信息', '0', '9999999999', '1670561288622', '1682479494898'); INSERT INTO `center_authority` VALUES ('356167792971481159', 'structure-platform-backend', 'monitoring-management', 'structure-platform-backend.monitoring-management.deploy.get-monitor-deploy-by-id', '获取页面部署信息', '0', '9999999999', '1670561288624', '1682479494901'); INSERT INTO `center_authority` VALUES ('356167792971481160', 'structure-platform-backend', 'large-screen', 'structure-platform-backend.large-screen.screen-show.alarm-trend-data', '类别报警', '0', '9999999999', '1670561288627', '1682479494903'); INSERT INTO `center_authority` VALUES ('356167792971481161', 'structure-platform-backend', 'large-screen', 'structure-platform-backend.large-screen.screen-show.single-structure-map', '结构点位', '0', '9999999999', '1670561288629', '1682479494909'); INSERT INTO `center_authority` VALUES ('356167792971481162', 'structure-platform-backend', 'large-screen', 'structure-platform-backend.large-screen.screen-show', '大屏信息', '0', '9999999999', '1670561288632', '1682479494912'); INSERT INTO `center_authority` VALUES ('356167792971481163', 'structure-platform-backend', 'monitoring-management', 'structure-platform-backend.monitoring-management.point-config.remove', '测点删除', '0', '9999999999', '1670561288635', '1682479494915'); INSERT INTO `center_authority` VALUES ('356167792971481164', 'structure-platform-backend', 'alarm-config', 'structure-platform-backend.alarm-config.threshold', '超限阈值设置', '0', '9999999999', '1670561288637', '1682479494918'); INSERT INTO `center_authority` VALUES ('356167792971481165', 'structure-platform-backend', 'indicator', 'structure-platform-backend.indicator.monitor-indicator.remove', '删除类别', '0', '9999999999', '1670561288640', '1682479494921'); INSERT INTO `center_authority` VALUES ('356167792971481166', 'structure-platform-backend', 'monitoring-management', 'structure-platform-backend.monitoring-management.deploy', '监测测点部署', '0', '9999999999', '1670561288643', '1682479494926'); INSERT INTO `center_authority` VALUES ('356167792971481167', 'structure-platform-backend', 'home', 'structure-platform-backend.home.home-show.alarm-page', '报警明细', '0', '9999999999', '1670561288646', '1682479494928'); INSERT INTO `center_authority` VALUES ('356167792971481168', 'structure-platform-backend', 'monitoring-management', 'structure-platform-backend.monitoring-management.deploy.get-deploy-point-msg-list', '页面测点数据集合', '0', '9999999999', '1670561288648', '1682479494934'); INSERT INTO `center_authority` VALUES ('356167792971481169', 'structure-platform-backend', 'monitoring-management', 'structure-platform-backend.monitoring-management.video-config.add', '视频新增', '0', '9999999999', '1670561288651', '1682479494931'); INSERT INTO `center_authority` VALUES ('356167792971481170', 'structure-platform-backend', 'video', 'structure-platform-backend.video.info.video-direct', '直连点视频', '0', '9999999999', '1670561288653', '1682479494937'); INSERT INTO `center_authority` VALUES ('356167792971481171', 'structure-platform-backend', 'structure', 'structure-platform-backend.structure.structure-config.remove', '结构删除', '0', '9999999999', '1670561288656', '1682479494944'); INSERT INTO `center_authority` VALUES ('356167792971481172', 'structure-platform-backend', 'structure', 'structure-platform-backend.structure.structure-config', '结构设置', '0', '9999999999', '1670561288659', '1682479494947'); INSERT INTO `center_authority` VALUES ('356167792971481173', 'structure-platform-backend', 'monitoring-management', 'structure-platform-backend.monitoring-management.video-config.modify', '视频更新', '0', '9999999999', '1670561288662', '1682479494950'); INSERT INTO `center_authority` VALUES ('356167792971481174', 'structure-platform-backend', 'base-info', 'structure-platform-backend.base-info.monitor-info.point-elements', '测点要素', '0', '9999999999', '1670561288664', '1682479494953'); INSERT INTO `center_authority` VALUES ('356167792971481175', 'structure-platform-backend', 'large-screen', 'structure-platform-backend.large-screen.screen-show.alarm-type-trend', '告警类别', '0', '9999999999', '1670561288667', '1679390934533'); INSERT INTO `center_authority` VALUES ('356167792971481176', 'structure-platform-backend', 'structure', 'structure-platform-backend.structure.structure-config.add-update-style', '添加更新结构风貌', '0', '9999999999', '1670561288670', '1682479494956'); INSERT INTO `center_authority` VALUES ('356167792971481177', 'structure-platform-backend', 'system', 'structure-platform-backend.system.unit.tree-deploy', '单位信息树-含部署子节点', '0', '9999999999', '1670561288672', '1682479494959'); INSERT INTO `center_authority` VALUES ('356167792971481178', 'structure-platform-backend', 'large-screen', 'structure-platform-backend.large-screen.screen-show.device-statistics', '终端统计', '0', '9999999999', '1670561288675', '1679390934541'); INSERT INTO `center_authority` VALUES ('356167792971481179', 'structure-platform-backend', 'system', 'structure-platform-backend.system.unit.remove', '单位信息删除', '0', '9999999999', '1670561288677', '1682479494962'); INSERT INTO `center_authority` VALUES ('356167792971481180', 'structure-platform-backend', 'monitoring-management', 'structure-platform-backend.monitoring-management.point-config.modify', '监测测点编辑', '0', '9999999999', '1670561288680', '1682479494964'); INSERT INTO `center_authority` VALUES ('356167792971481181', 'structure-platform-backend', 'alarm-config', 'structure-platform-backend.alarm-config.threshold.remove', '删除配置', '0', '9999999999', '1670561288683', '1682479494967'); INSERT INTO `center_authority` VALUES ('356167792971481182', 'structure-platform-backend', 'large-screen', 'structure-platform-backend.large-screen.screen-show.structure-map', '地图点位', '0', '9999999999', '1670561288692', '1682479494970'); INSERT INTO `center_authority` VALUES ('356167792971481183', 'structure-platform-backend', 'alarm-config', 'structure-platform-backend.alarm-config.sms-template-arg.saveOrUpdate', '添加修改', '0', '9999999999', '1670561288695', '1682479494972'); INSERT INTO `center_authority` VALUES ('356167792971481184', 'structure-platform-backend', 'structure', 'structure-platform-backend.structure.structure-config.details', '结构详情', '0', '9999999999', '1670561288697', '1682479494975'); INSERT INTO `center_authority` VALUES ('356167792971481185', 'structure-platform-backend', 'large-screen', 'structure-platform-backend.large-screen.screen-show.structure-top-data', '报警情况top', '0', '9999999999', '1670561288700', '1682479494978'); INSERT INTO `center_authority` VALUES ('356167792971481186', 'structure-platform-backend', 'indicator', 'structure-platform-backend.indicator.monitor-indicator-element.addOrUpdate', '新增修改', '0', '9999999999', '1670561288702', '1682479494981'); INSERT INTO `center_authority` VALUES ('356167792971481187', 'structure-platform-backend', 'alarm-config', 'structure-platform-backend.alarm-config.sms-template-arg', '删除参数', '0', '9999999999', '1670561288706', '1682479494984'); INSERT INTO `center_authority` VALUES ('356167792971481188', 'structure-platform-backend', 'system', 'structure-platform-backend.system.unit.add', '单位信息新增', '0', '9999999999', '1670561288708', '1682479494986'); INSERT INTO `center_authority` VALUES ('356167792971481189', 'structure-platform-backend', 'monitoring-management', 'structure-platform-backend.monitoring-management.point-config.import-data', '监测测点信息导入', '0', '9999999999', '1670561288712', '1682479494989'); INSERT INTO `center_authority` VALUES ('356167792971481190', 'structure-platform-backend', 'alarm-config', 'structure-platform-backend.alarm-config.sms-template.saveOrUpdate', '添加修改', '0', '9999999999', '1670561288715', '1682479494992'); INSERT INTO `center_authority` VALUES ('356167792971481191', 'structure-platform-backend', 'monitoring-management', 'structure-platform-backend.monitoring-management.deploy.get-monitor-indicator-point-tree', '获取结构指标测点树', '0', '9999999999', '1670561288717', '1682479494996'); INSERT INTO `center_authority` VALUES ('356167792971481192', 'structure-platform-backend', 'indicator', 'structure-platform-backend.indicator.formula.remove', '删除公式', '0', '9999999999', '1670561288720', '1682479495001'); INSERT INTO `center_authority` VALUES ('356167792971481193', 'structure-platform-backend', 'monitoring-management', 'structure-platform-backend.monitoring-management.point-config.export-data', '监测测点信息导出', '0', '9999999999', '1670561288723', '1682479495007'); INSERT INTO `center_authority` VALUES ('356167792971481194', 'structure-platform-backend', 'monitoring-management', 'structure-platform-backend.monitoring-management.video-config.remove', '视频删除', '0', '9999999999', '1670561288726', '1682479495004'); INSERT INTO `center_authority` VALUES ('356167792971481195', 'structure-platform-backend', 'monitoring-management', 'structure-platform-backend.monitoring-management.point-config.offline-config', '设备失联配置', '0', '9999999999', '1670561288728', '1682479495009'); INSERT INTO `center_authority` VALUES ('356167792971481196', 'structure-platform-backend', 'home', 'structure-platform-backend.home.home-show.monitor-point-data', '测点报警', '0', '9999999999', '1670561288731', '1682479495012'); INSERT INTO `center_authority` VALUES ('356167792971481197', 'structure-platform-backend', 'system', 'structure-platform-backend.system.operation-log.page', '系统日志分页列表', '0', '9999999999', '1670561288734', '1682479495015'); INSERT INTO `center_authority` VALUES ('356167792971481198', 'structure-platform-backend', 'system', 'structure-platform-backend.system.unit.modify', '单位信息编辑', '0', '9999999999', '1670561288736', '1682479495020'); INSERT INTO `center_authority` VALUES ('356167792971481199', 'structure-platform-backend', 'base-info', 'structure-platform-backend.base-info.monitor-info.realTime-data', '实时数据', '0', '9999999999', '1670561288739', '1682479495023'); INSERT INTO `center_authority` VALUES ('356167792971481200', 'structure-platform-backend', 'monitoring-management', 'structure-platform-backend.monitoring-management.deploy.get-deploy-tree', '获取结构部署信息树', '0', '9999999999', '1670561288741', '1682479495028'); INSERT INTO `center_authority` VALUES ('356167792971481201', 'structure-platform-backend', 'base-info', 'structure-platform-backend.base-info.structure-info.build', '建筑概况', '0', '9999999999', '1670561288744', '1682479495032'); INSERT INTO `center_authority` VALUES ('356167792971481202', 'structure-platform-backend', 'home', 'structure-platform-backend.home.home-show.alarm-export', '告警导出', '0', '9999999999', '1670561288747', '1682479495034'); INSERT INTO `center_authority` VALUES ('356167792971481203', 'structure-platform-backend', 'system', 'structure-platform-backend.system.platform.add-or-modify', '平台个性化信息新增、编辑', '0', '9999999999', '1670561288749', '1682479495037'); INSERT INTO `center_authority` VALUES ('356167792971481204', 'structure-platform-backend', 'home', 'structure-platform-backend.home.home-show.alarm-deal', '解除告警', '0', '9999999999', '1670561288752', '1682479495040'); INSERT INTO `center_authority` VALUES ('357213496745656362', 'structure-platform-backend', 'system', 'structure-platform-backend.system.screen-menu.get', '查看菜单拖拽隐藏信息', '0', '9999999999', '1670810603608', '1682479494668'); INSERT INTO `center_authority` VALUES ('357213496745656380', 'structure-platform-backend', 'system', 'structure-platform-backend.system.screen-menu.add-or-modify', '菜单拖拽隐藏信息新增、编辑', '0', '9999999999', '1670810603674', '1682479494817'); INSERT INTO `center_authority` VALUES ('357213496745656436', 'structure-platform-backend', 'alarm-config', 'structure-platform-backend.alarm-config.sms-people.remove', '删除人员', '0', '9999999999', '1670810603865', '1682479495025'); INSERT INTO `center_authority` VALUES ('357229937129685108', 'structure-platform-backend', 'statistics', 'structure-platform-backend.statistics.offline-alarm-page', '失联报警明细', '0', '9999999999', '1670814523314', '1682479495017'); INSERT INTO `center_authority` VALUES ('357640833500971057', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.app-server.monitor-point-by-id', '监测测点信息', '0', '9999999999', '1670912488292', '1686032378122'); INSERT INTO `center_authority` VALUES ('357640833500971078', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.app-server.alarm-list', '获取指定水库的告警列表', '0', '9999999999', '1670912488313', '1686032378412'); INSERT INTO `center_authority` VALUES ('357640833500971084', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.app-server.reservoir-list', '水库分页列表', '0', '9999999999', '1670912488333', '1686032378173'); INSERT INTO `center_authority` VALUES ('357640833500971092', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.app-server.alarm-flow-list', '获取指定水库的流转告警信息列表', '0', '9999999999', '1670912488340', '1686032378440'); INSERT INTO `center_authority` VALUES ('357640833500971107', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.app-server.alarm-confirm-flow', '告警-未确认数据流转', '0', '9999999999', '1670912488355', '1686032378482'); INSERT INTO `center_authority` VALUES ('357640833500971114', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.app-server', 'APP水库接口', '0', '9999999999', '1670912488361', '1686032378496'); INSERT INTO `center_authority` VALUES ('357640833500971126', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.app-server.alarm-flow-count', '获取指定水库的已流转告警数量', '0', '9999999999', '1670912488372', '1686032378516'); INSERT INTO `center_authority` VALUES ('357640833500971133', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.app-server.get-point-history', '监测测点历史数据', '0', '9999999999', '1670912488378', '1686032378272'); INSERT INTO `center_authority` VALUES ('357640833500971138', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.app-server.alarm-flow', '告警数据流转', '0', '9999999999', '1670912488382', '1686032378539'); INSERT INTO `center_authority` VALUES ('357640833500971139', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.app-server.video-list', '获取指定水库的视频设备列表', '0', '9999999999', '1670912488383', '1686032378541'); INSERT INTO `center_authority` VALUES ('357640833500971147', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.app-server.get-point-history-limit', '监测测点历史数据200条', '0', '9999999999', '1670912488392', '1686032378293'); INSERT INTO `center_authority` VALUES ('357640833500971168', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.app-server.point-list', '监测测点列表', '0', '9999999999', '1670912488413', '1686032378598'); INSERT INTO `center_authority` VALUES ('358663533208010801', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.app-server.video-direct-page', '直连点列表', '1', '9999999999', '1671156318904', null); INSERT INTO `center_authority` VALUES ('358663533208010872', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.app-server.get-user-by-id', '根据id获取用户信息', '0', '9999999999', '1671156318991', '1686032378513'); INSERT INTO `center_authority` VALUES ('358663533208010899', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.app-server.video-page', 'app服务视频列表', '0', '9999999999', '1671156319019', '1686032378567'); INSERT INTO `center_authority` VALUES ('358704221287088130', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.app-inspect-action.delete-disease-record', '删除病害信息', '1', '9999999999', '1671166019661', null); INSERT INTO `center_authority` VALUES ('358704221287088139', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.app-inspect-action.get-disease-config-details', '获取病害配置详情', '1', '9999999999', '1671166019674', null); INSERT INTO `center_authority` VALUES ('358704221287088141', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.inspect-analysis.get-disease-type-statistics', '获取病害类型统计', '1', '9999999999', '1671166019676', null); INSERT INTO `center_authority` VALUES ('358704221287088142', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.inspect-analysis.get-inspect-cycle-statistics', '获取巡检周期统计', '1', '9999999999', '1671166019677', null); INSERT INTO `center_authority` VALUES ('358704221287088144', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.inspect-analysis', '巡检分析', '1', '9999999999', '1671166019680', null); INSERT INTO `center_authority` VALUES ('360124317398204435', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.app-server.reservoir-feature-get-by-rscd', 'app获取水库水文信息', '0', '9999999999', '1671504597005', '1686032378345'); INSERT INTO `center_authority` VALUES ('360124317398204471', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.app-server.reservoir-dam-get-by-rscd', 'app水库大坝信息', '0', '9999999999', '1671504597101', '1686032378389'); INSERT INTO `center_authority` VALUES ('360124317398204490', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.app-server.reservoir-manage-get-by-rscd', 'app获取水库管理人员信息', '0', '9999999999', '1671504597138', '1686032378419'); INSERT INTO `center_authority` VALUES ('360124317398204542', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.app-server.reservoir-get-by-id', 'app水库分页列表', '0', '9999999999', '1671504597232', '1686032378266'); INSERT INTO `center_authority` VALUES ('383031205152423947', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.config.indicatorConfig', '监测指标配置', '0', '9999999999', '1676966024655', '1686032378045'); INSERT INTO `center_authority` VALUES ('383031205152423950', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.osmotic-pressure.addSection', '断面新增', '0', '9999999999', '1676966024676', '1686032378050'); INSERT INTO `center_authority` VALUES ('383031205152423953', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.gnss', '位移分析', '0', '9999999999', '1676966024697', '1686032378054'); INSERT INTO `center_authority` VALUES ('383031205152423960', 'reservoir-monitoring-platform', 'video', 'reservoir-monitoring-platform.video.gate-control', '闸门控制', '0', '9999999999', '1676966024758', '1686032378095'); INSERT INTO `center_authority` VALUES ('383031205152423964', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.rain-analysis', '雨情分析', '0', '9999999999', '1676966024784', '1686032378100'); INSERT INTO `center_authority` VALUES ('383031205152423970', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.osmotic-pressure', '渗压分析', '0', '9999999999', '1676966024826', '1686032378110'); INSERT INTO `center_authority` VALUES ('383031205152423976', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.osmotic-pressure.dataPage', '数据报表', '0', '9999999999', '1676966024866', '1686032378121'); INSERT INTO `center_authority` VALUES ('383031205152423978', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.gnss.sectionPage', '断面分页列表', '0', '9999999999', '1676966024878', '1686032378124'); INSERT INTO `center_authority` VALUES ('383031205152423981', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.osmotic-pressure.modifyPressure', '渗压配置编辑', '0', '9999999999', '1676966024897', '1686032378134'); INSERT INTO `center_authority` VALUES ('383031205152423982', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.gnss.removeSection', '断面删除', '0', '9999999999', '1676966024903', '1686032378137'); INSERT INTO `center_authority` VALUES ('383031205152423983', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.gnss.sectionList', '断面列表', '0', '9999999999', '1676966024908', '1686032378138'); INSERT INTO `center_authority` VALUES ('383031205152423986', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.water-analysis.getWaterMonitorIndicatorElement', '获取雨量要素列表', '0', '9999999999', '1676966024927', '1686032378143'); INSERT INTO `center_authority` VALUES ('383031205152423991', 'reservoir-monitoring-platform', 'video', 'reservoir-monitoring-platform.video.warning.findByType', '根据类型查询预警模板', '0', '9999999999', '1676966024962', '1686032378148'); INSERT INTO `center_authority` VALUES ('383031205152423995', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.config.get-monitor-indicator-fixed-element', '根据监测指标获取固定要素', '0', '9999999999', '1676966024990', '1686032378164'); INSERT INTO `center_authority` VALUES ('383031205152423998', 'reservoir-monitoring-platform', 'dashboard', 'reservoir-monitoring-platform.dashboard.getDikeWarning', '大坝安全监测', '0', '9999999999', '1676966025009', '1686032378166'); INSERT INTO `center_authority` VALUES ('383031205152423999', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.osmotic-pressure.getPressureById', '根据ID获取渗压配置', '0', '9999999999', '1676966025015', '1686032378167'); INSERT INTO `center_authority` VALUES ('383031205152424002', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.broadcast.remove', '预警广播移除', '0', '9999999999', '1676966025034', '1686032378177'); INSERT INTO `center_authority` VALUES ('383031205152424003', 'reservoir-monitoring-platform', 'monitor-data', 'reservoir-monitoring-platform.monitor-data.page', '测点实时数据分页列表', '0', '9999999999', '1676966025040', '1682319533811'); INSERT INTO `center_authority` VALUES ('383031205152424004', 'reservoir-monitoring-platform', 'video', 'reservoir-monitoring-platform.video.warning.tree', '预警分组树', '0', '9999999999', '1676966025045', '1686032378178'); INSERT INTO `center_authority` VALUES ('383031205152424007', 'reservoir-monitoring-platform', 'video', 'reservoir-monitoring-platform.video.warning.modify-template', '编辑预警模板', '0', '9999999999', '1676966025064', '1686032378183'); INSERT INTO `center_authority` VALUES ('383031205152424009', 'reservoir-monitoring-platform', 'video', 'reservoir-monitoring-platform.video.warning.delete-template', '删除预警模板', '0', '9999999999', '1676966025077', '1686032378188'); INSERT INTO `center_authority` VALUES ('383031205152424012', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.config.indicatorElementConfig', '监测指标要素配置', '0', '9999999999', '1676966025096', '1686032378194'); INSERT INTO `center_authority` VALUES ('383031205152424013', 'reservoir-monitoring-platform', 'dashboard', 'reservoir-monitoring-platform.dashboard.getReservoirCount', '水库数量统计', '0', '9999999999', '1676966025101', '1686032378198'); INSERT INTO `center_authority` VALUES ('383031205152424016', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.compare', '对比分析', '0', '9999999999', '1676966025132', '1686032378206'); INSERT INTO `center_authority` VALUES ('383031205152424018', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.water-analysis.getPage', '数据分页列表', '0', '9999999999', '1676966025145', '1686032378209'); INSERT INTO `center_authority` VALUES ('383031205152424019', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.data-view.getMonitorPointElement', '获取要素列表', '0', '9999999999', '1676966025150', '1686032378210'); INSERT INTO `center_authority` VALUES ('383031205152424022', 'reservoir-monitoring-platform', 'video', 'reservoir-monitoring-platform.video.warning.order', '预警分组排序', '0', '9999999999', '1676966025169', '1686032378215'); INSERT INTO `center_authority` VALUES ('383031205152424023', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.osmotic-pressure.highestWaterLevelList', '渗压历史最高水位列表', '0', '9999999999', '1676966025176', '1686032378216'); INSERT INTO `center_authority` VALUES ('383031205152424028', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.osmotic-pressure.addPressure', '渗压配置新增', '0', '9999999999', '1676966025209', '1686032378229'); INSERT INTO `center_authority` VALUES ('383031205152424029', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.water-analysis.getWaterMonitorPoint', '根据水库ID获取水位测点', '0', '9999999999', '1676966025214', '1686032378230'); INSERT INTO `center_authority` VALUES ('383031205152424033', 'reservoir-monitoring-platform', 'video', 'reservoir-monitoring-platform.video.warning.create-template', '新增/编辑文本预警模板', '0', '9999999999', '1676966025241', '1686032378238'); INSERT INTO `center_authority` VALUES ('383031205152424039', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.osmotic-pressure.pressurePage', '渗压配置分页列表', '0', '9999999999', '1676966025281', '1686032378249'); INSERT INTO `center_authority` VALUES ('383031205152424041', 'reservoir-monitoring-platform', 'video', 'reservoir-monitoring-platform.video.warning.create', '新增预警分组', '0', '9999999999', '1676966025293', '1686032378253'); INSERT INTO `center_authority` VALUES ('383031205152424042', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.osmotic-pressure.saturationLine', '大坝浸润线', '0', '9999999999', '1676966025299', '1686032378254'); INSERT INTO `center_authority` VALUES ('383031205152424044', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.osmotic-pressure.getMonitorIndicatorElement', '获取要素列表', '0', '9999999999', '1676966025311', '1686032378259'); INSERT INTO `center_authority` VALUES ('383031205152424045', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.osmotic-pressure.getCrestElevation', '获取坝顶高程', '0', '9999999999', '1676966025316', '1686032378258'); INSERT INTO `center_authority` VALUES ('383031205152424047', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.osmotic-pressure.modifySection', '断面编辑', '0', '9999999999', '1676966025329', '1686032378265'); INSERT INTO `center_authority` VALUES ('383031205152424050', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.config.get-all-monitor-indicator', '获取所有监测指标', '0', '9999999999', '1676966025348', '1686032378273'); INSERT INTO `center_authority` VALUES ('383031205152424051', 'reservoir-monitoring-platform', 'monitor-data', 'reservoir-monitoring-platform.monitor-data.historyPage', '测点历史数据分页列表', '0', '9999999999', '1676966025354', '1682319533888'); INSERT INTO `center_authority` VALUES ('383031205152424060', 'reservoir-monitoring-platform', 'dashboard', 'reservoir-monitoring-platform.dashboard.getMonitoringCount', '智能监控统计', '0', '9999999999', '1676966025418', '1686032378295'); INSERT INTO `center_authority` VALUES ('383031205152424061', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.gnss.pointPage', 'GNSS测点分页列表', '0', '9999999999', '1676966025423', '1686032378297'); INSERT INTO `center_authority` VALUES ('383031205152424064', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.gnss.removePoint', 'GNSS测点删除', '0', '9999999999', '1676966025443', '1686032378302'); INSERT INTO `center_authority` VALUES ('383031205152424066', 'reservoir-monitoring-platform', 'dashboard', 'reservoir-monitoring-platform.dashboard.getWaterWarning', '库水位预警', '0', '9999999999', '1676966025455', '1686032378306'); INSERT INTO `center_authority` VALUES ('383031205152424069', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.gnss.addSection', '断面新增', '0', '9999999999', '1676966025475', '1686032378314'); INSERT INTO `center_authority` VALUES ('383031205152424071', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.device-info.remove', '监测站点删除', '0', '9999999999', '1676966025488', '1686032378317'); INSERT INTO `center_authority` VALUES ('383031205152424073', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.gnss.modifyPoint', 'GNSS测点编辑', '0', '9999999999', '1676966025500', '1686032378321'); INSERT INTO `center_authority` VALUES ('383031205152424076', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.gnss.addPoint', 'GNSS测点新增', '0', '9999999999', '1676966025519', '1686032378325'); INSERT INTO `center_authority` VALUES ('383031205152424077', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.compare.getMonitorIndicator', '获取监测指标', '0', '9999999999', '1676966025525', '1686032378328'); INSERT INTO `center_authority` VALUES ('383031205152424079', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.rain-analysis.getMonitorPointElement', '获取要素列表', '0', '9999999999', '1676966025537', '1686032378331'); INSERT INTO `center_authority` VALUES ('383031205152424084', 'reservoir-monitoring-platform', 'dashboard', 'reservoir-monitoring-platform.dashboard.getReservoirList', '获取水库列表', '0', '9999999999', '1676966025569', '1686032378340'); INSERT INTO `center_authority` VALUES ('383031205152424085', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.data-view.getDataPage', '数据分页列表及图表数据', '0', '9999999999', '1676966025575', '1686032378341'); INSERT INTO `center_authority` VALUES ('383031205152424088', 'reservoir-monitoring-platform', 'video', 'reservoir-monitoring-platform.video.warning', '预警广播', '0', '9999999999', '1676966025594', '1686032378347'); INSERT INTO `center_authority` VALUES ('383031205152424090', 'reservoir-monitoring-platform', 'video', 'reservoir-monitoring-platform.video.warning.remove', '删除预警分组', '0', '9999999999', '1676966025607', '1686032378350'); INSERT INTO `center_authority` VALUES ('383031205152424093', 'reservoir-monitoring-platform', 'dashboard', 'reservoir-monitoring-platform.dashboard.getReservoirInfo', '获取水库信息', '0', '9999999999', '1676966025626', '1686032378356'); INSERT INTO `center_authority` VALUES ('383031205152424094', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.device-info.import-device', '监测站点设备导入', '0', '9999999999', '1676966025632', '1686032378359'); INSERT INTO `center_authority` VALUES ('383031205152424096', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.rain-analysis.getChart', '图表数据', '0', '9999999999', '1676966025644', '1686032378362'); INSERT INTO `center_authority` VALUES ('383031205152424097', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.gnss.modifySection', '断面编辑', '0', '9999999999', '1676966025650', '1686032378363'); INSERT INTO `center_authority` VALUES ('383031205152424103', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.rain-analysis.getMonitorPoint', '根据水库及指标ID获取所有测点', '0', '9999999999', '1676966025689', '1686032378373'); INSERT INTO `center_authority` VALUES ('383031205152424105', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.data-view', '数据查看', '0', '9999999999', '1676966025702', '1686032378380'); INSERT INTO `center_authority` VALUES ('383031205152424108', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.water-analysis', '水情分析', '0', '9999999999', '1676966025721', '1686032378384'); INSERT INTO `center_authority` VALUES ('383031205152424111', 'reservoir-monitoring-platform', 'monitor-data', 'reservoir-monitoring-platform.monitor-data.import', '测点数据历史数据导入', '0', '9999999999', '1676966025740', '1682319533990'); INSERT INTO `center_authority` VALUES ('383031205152424113', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.deploy.export-history-data', '测点历史数据导出', '0', '9999999999', '1676966025752', '1686032378396'); INSERT INTO `center_authority` VALUES ('383031205152424118', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.broadcast.add', '预警广播保存', '0', '9999999999', '1676966025785', '1686032378410'); INSERT INTO `center_authority` VALUES ('383031205152424119', 'reservoir-monitoring-platform', 'video', 'reservoir-monitoring-platform.video.warning.page', '预警分组列表', '0', '9999999999', '1676966025791', '1686032378411'); INSERT INTO `center_authority` VALUES ('383031205152424121', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.osmotic-pressure.sectionList', '断面列表', '0', '9999999999', '1676966025803', '1686032378415'); INSERT INTO `center_authority` VALUES ('383031205152424126', 'reservoir-monitoring-platform', 'work-bench-control', 'reservoir-monitoring-platform.work-bench-control.info.monitorPointInfo', '设备工况安全', '0', '9999999999', '1676966025836', '1686032378423'); INSERT INTO `center_authority` VALUES ('383031205152424127', 'reservoir-monitoring-platform', 'dashboard', 'reservoir-monitoring-platform.dashboard.getMonthInspect', '月巡检事件', '0', '9999999999', '1676966025849', '1686032378425'); INSERT INTO `center_authority` VALUES ('383031205152424129', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.osmotic-pressure.sectionPage', '断面分页列表', '0', '9999999999', '1676966025861', '1686032378429'); INSERT INTO `center_authority` VALUES ('383031205152424130', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.gnss.getChart', '图表数据', '0', '9999999999', '1676966025867', '1686032378431'); INSERT INTO `center_authority` VALUES ('383031205152424131', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.deploy.get-all-deploy-tree', '获取完整水库部署信息树', '0', '9999999999', '1676966025872', '1686032378432'); INSERT INTO `center_authority` VALUES ('383031205152424133', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.alarm-notice.summary-page', '预警列表汇总分页', '0', '9999999999', '1676966025885', '1686032378436'); INSERT INTO `center_authority` VALUES ('383031205152424136', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.broadcast.page', '预警广播列表', '0', '9999999999', '1676966025904', '1686032378441'); INSERT INTO `center_authority` VALUES ('383031205152424137', 'reservoir-monitoring-platform', 'dashboard', 'reservoir-monitoring-platform.dashboard.getReservoirEffectInfo', '水库功能信息', '0', '9999999999', '1676966025909', '1686032378444'); INSERT INTO `center_authority` VALUES ('383031205152424138', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.device-info.export-device', '监测站点导入模板下载', '0', '9999999999', '1676966025915', '1686032378451'); INSERT INTO `center_authority` VALUES ('383031205152424139', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.osmotic-pressure.getSectionById', '根据ID获取断面', '0', '9999999999', '1676966025920', '1686032378453'); INSERT INTO `center_authority` VALUES ('383031205152424140', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.water-analysis.getRainMonitorPoint', '根据水库ID获取雨量测点', '0', '9999999999', '1676966025926', '1686032378456'); INSERT INTO `center_authority` VALUES ('383031205152424141', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.water-analysis.getRainMonitorIndicatorElement', '获取雨量要素列表', '0', '9999999999', '1676966025931', '1686032378458'); INSERT INTO `center_authority` VALUES ('383031205152424142', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.gate-info', '闸门管理', '0', '9999999999', '1676966025937', '1686032378460'); INSERT INTO `center_authority` VALUES ('383031205152424144', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.broadcast', '预警广播配置', '0', '9999999999', '1676966025949', '1686032378463'); INSERT INTO `center_authority` VALUES ('383031205152424145', 'reservoir-monitoring-platform', 'dashboard', 'reservoir-monitoring-platform.dashboard.getMonitorPointCount', '监测测点统计', '0', '9999999999', '1676966025955', '1686032378469'); INSERT INTO `center_authority` VALUES ('383031205152424148', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.osmotic-pressure.dataChart', '监测分析图', '0', '9999999999', '1676966025974', '1686032378475'); INSERT INTO `center_authority` VALUES ('383031205152424151', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.rain-analysis.getPage', '数据分页列表', '0', '9999999999', '1676966025994', '1686032378479'); INSERT INTO `center_authority` VALUES ('383031205152424154', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.config.getFormulaParam', '获取指标要素公式需用户输入常量', '0', '9999999999', '1676966026013', '1686032378483'); INSERT INTO `center_authority` VALUES ('383031205152424156', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.config.get-all-monitor-indicator-element', '根据监测指标获取所有指标要素', '0', '9999999999', '1676966026025', '1686032378491'); INSERT INTO `center_authority` VALUES ('383031205152424157', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.data-view.getMonitorIndicator', '获取监测指标', '0', '9999999999', '1676966026031', '1686032378493'); INSERT INTO `center_authority` VALUES ('383031205152424160', 'reservoir-monitoring-platform', 'video', 'reservoir-monitoring-platform.video.warning.broadcast', '预警发布/终止', '0', '9999999999', '1676966026050', '1686032378498'); INSERT INTO `center_authority` VALUES ('383031205152424164', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.gnss.getSectionById', '根据ID获取断面', '0', '9999999999', '1676966026077', '1686032378505'); INSERT INTO `center_authority` VALUES ('383031205152424165', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.water-analysis.getChart', '图表数据', '0', '9999999999', '1676966026082', '1686032378507'); INSERT INTO `center_authority` VALUES ('383031205152424167', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.compare.getMonitorPoint', '根据水库及指标ID获取所有测点', '0', '9999999999', '1676966026095', '1686032378511'); INSERT INTO `center_authority` VALUES ('383031205152424168', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.gnss.getPointById', '根据ID获取GNSS测点', '0', '9999999999', '1676966026101', '1686032378512'); INSERT INTO `center_authority` VALUES ('383031205152424173', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.data-view.getMonitorPoint', '根据水库及指标ID获取所有测点', '0', '9999999999', '1676966026134', '1686032378521'); INSERT INTO `center_authority` VALUES ('383031205152424174', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.config.indicatorElementSync', '监测指标要素同步数据中台', '0', '9999999999', '1676966026139', '1686032378525'); INSERT INTO `center_authority` VALUES ('383031205152424177', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.osmotic-pressure.getMonitorPoint', '获取测点列表', '0', '9999999999', '1676966026159', '1686032378531'); INSERT INTO `center_authority` VALUES ('383031205152424181', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.compare.getMonitorPointElement', '获取要素列表', '0', '9999999999', '1676966026185', '1686032378540'); INSERT INTO `center_authority` VALUES ('383031205152424183', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.osmotic-pressure.removePressure', '渗压配置删除', '0', '9999999999', '1676966026199', '1686032378544'); INSERT INTO `center_authority` VALUES ('383031205152424186', 'reservoir-monitoring-platform', 'video', 'reservoir-monitoring-platform.video.warning.modify', '编辑预警分组', '0', '9999999999', '1676966026220', '1686032378555'); INSERT INTO `center_authority` VALUES ('383031205152424187', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.osmotic-pressure.removeSection', '断面删除', '0', '9999999999', '1676966026226', '1686032378558'); INSERT INTO `center_authority` VALUES ('383031205152424188', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.osmotic-pressure.changeInfoList', '历史最高水位变化列表', '0', '9999999999', '1676966026231', '1686032378560'); INSERT INTO `center_authority` VALUES ('383031205152424196', 'reservoir-monitoring-platform', 'dashboard', 'reservoir-monitoring-platform.dashboard.getRainAnalysis', '区域降水分析', '0', '9999999999', '1676966026285', '1686032378577'); INSERT INTO `center_authority` VALUES ('383031205152424197', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.config.importPointData', '导入测点数据', '0', '9999999999', '1676966026290', '1686032378579'); INSERT INTO `center_authority` VALUES ('383031205152424201', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.compare.getDataChart', '图表数据', '0', '9999999999', '1676966026316', '1686032378589'); INSERT INTO `center_authority` VALUES ('383031205152424202', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.gnss.getMonitorPoint', '获取测点列表', '0', '9999999999', '1676966026322', '1686032378591'); INSERT INTO `center_authority` VALUES ('383031205152424206', 'reservoir-monitoring-platform', 'monitor-data', 'reservoir-monitoring-platform.monitor-data.exportTemplate', '测点数据历史数据导入模板下载', '0', '9999999999', '1676966026348', '1682319534160'); INSERT INTO `center_authority` VALUES ('393202012814049320', 'structure-platform-backend', 'report', 'structure-platform-backend.report.generate', '生成报告', '0', '9999999999', '1679390934297', '1682479494657'); INSERT INTO `center_authority` VALUES ('393202012814049350', 'structure-platform-backend', 'report', 'structure-platform-backend.report.history', '历史报告', '0', '9999999999', '1679390934414', '1682479494879'); INSERT INTO `center_authority` VALUES ('395286598515687438', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.relativity.getMonitorIndicator', '获取监测指标', '0', '9999999999', '1679887938081', '1686032378049'); INSERT INTO `center_authority` VALUES ('395286598515687449', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.device-info.historyData', '数据查看', '0', '9999999999', '1679887938125', '1686032378093'); INSERT INTO `center_authority` VALUES ('395286598515687492', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.relativity.modifyPoint', '测点编辑', '0', '9999999999', '1679887938221', '1686032378174'); INSERT INTO `center_authority` VALUES ('395286598515687500', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.relativity.getTemplateById', '根据ID获取模板', '0', '9999999999', '1679887938241', '1686032378186'); INSERT INTO `center_authority` VALUES ('395286598515687516', 'reservoir-monitoring-platform', 'video', 'reservoir-monitoring-platform.video.warning.audio-list', '录音列表', '0', '9999999999', '1679887938285', '1686032378219'); INSERT INTO `center_authority` VALUES ('395286598515687530', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.relativity.modifyTemplate', '模板编辑', '0', '9999999999', '1679887938319', '1686032378244'); INSERT INTO `center_authority` VALUES ('395286598515687534', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.device-info.getDevTemplate', '获取设备模板', '0', '9999999999', '1679887938329', '1686032378250'); INSERT INTO `center_authority` VALUES ('395286598515687544', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.relativity.getMonitorPointElement', '获取要素列表', '0', '9999999999', '1679887938354', '1686032378270'); INSERT INTO `center_authority` VALUES ('395286598515687550', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.relativity.templatePage', '模板分页列表', '0', '9999999999', '1679887938369', '1686032378277'); INSERT INTO `center_authority` VALUES ('395286598515687556', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.relativity', '相关性分析', '0', '9999999999', '1679887938387', '1686032378292'); INSERT INTO `center_authority` VALUES ('395286598515687564', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.relativity.removeTemplate', '模板删除', '0', '9999999999', '1679887938407', '1686032378304'); INSERT INTO `center_authority` VALUES ('395286598515687589', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.relativity.removePoint', '测点删除', '0', '9999999999', '1679887938469', '1686032378350'); INSERT INTO `center_authority` VALUES ('395286598515687595', 'reservoir-monitoring-platform', 'video', 'reservoir-monitoring-platform.video.warning.log-page', '预警日志', '0', '9999999999', '1679887938484', '1686032378361'); INSERT INTO `center_authority` VALUES ('395286598515687616', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.relativity.getLineChart', '折线图表数据', '0', '9999999999', '1679887938574', '1686032378403'); INSERT INTO `center_authority` VALUES ('395286598515687634', 'reservoir-monitoring-platform', 'video', 'reservoir-monitoring-platform.video.warning.download-audio', '下载录音', '0', '9999999999', '1679887938612', '1686032378433'); INSERT INTO `center_authority` VALUES ('395286598515687638', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.device-info.add-device', '添加设备', '0', '9999999999', '1679887938621', '1686032378438'); INSERT INTO `center_authority` VALUES ('395286598515687650', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.relativity.addPoint', '测点新增', '0', '9999999999', '1679887938646', '1686032378471'); INSERT INTO `center_authority` VALUES ('395286598515687661', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.relativity.getPointById', '根据ID获取测点', '0', '9999999999', '1679887938668', '1686032378490'); INSERT INTO `center_authority` VALUES ('395286598515687676', 'reservoir-monitoring-platform', 'video', 'reservoir-monitoring-platform.video.warning.getById', '查询单个预警组信息', '0', '9999999999', '1679887938700', '1686032378515'); INSERT INTO `center_authority` VALUES ('395286598515687685', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.relativity.pointPage', '测点分页列表', '0', '9999999999', '1679887938719', '1686032378532'); INSERT INTO `center_authority` VALUES ('395286598515687686', 'reservoir-monitoring-platform', 'dashboard', 'reservoir-monitoring-platform.dashboard.getWaterChart', '库水位预警图表', '0', '9999999999', '1679887938721', '1686032378533'); INSERT INTO `center_authority` VALUES ('395286598515687692', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.relativity.getDecareChart', '笛卡尔图表数据', '0', '9999999999', '1679887938733', '1686032378543'); INSERT INTO `center_authority` VALUES ('395286598515687705', 'reservoir-monitoring-platform', 'video', 'reservoir-monitoring-platform.video.warning.remove-audio', '删除录音', '0', '9999999999', '1679887938763', '1686032378573'); INSERT INTO `center_authority` VALUES ('395286598515687711', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.relativity.addTemplate', '模板新增', '0', '9999999999', '1679887938775', '1686032378582'); INSERT INTO `center_authority` VALUES ('395286598515687713', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.relativity.getMonitorPoint', '根据水库及指标ID获取所有测点', '0', '9999999999', '1679887938779', '1686032378586'); INSERT INTO `center_authority` VALUES ('397875645025091657', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.reservoir-info.exportTemplate', '水库导入模板下载', '0', '9999999999', '1680505219829', '1686032378176'); INSERT INTO `center_authority` VALUES ('397892685597245646', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.device-info.import-reservoir', '水库导入', '0', '9999999999', '1680509282973', '1686032378418'); INSERT INTO `center_authority` VALUES ('398184595977142419', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.broadcast.getDevices', '获取设备中心设备列表', '0', '9999999999', '1680578874713', '1686032378307'); INSERT INTO `center_authority` VALUES ('402144039186464797', 'reservoir-monitoring-platform', 'emergency', 'reservoir-monitoring-platform.emergency.emergency-exercise', '应急演练', '0', '9999999999', '1681522884611', '1686032378087'); INSERT INTO `center_authority` VALUES ('402145810944360467', 'reservoir-monitoring-platform', 'warning-notice', 'reservoir-monitoring-platform.warning-notice.notice-config.template.getParam', '获取模板插入参数', '0', '9999999999', '1681523301748', '1686032378044'); INSERT INTO `center_authority` VALUES ('402145810944360492', 'reservoir-monitoring-platform', 'warning-notice', 'reservoir-monitoring-platform.warning-notice.notice-config.template.page', '分页查询', '0', '9999999999', '1681523301812', '1686032378104'); INSERT INTO `center_authority` VALUES ('402145810944360501', 'reservoir-monitoring-platform', 'warning-notice', 'reservoir-monitoring-platform.warning-notice.notice-config', '预警通知设置', '0', '9999999999', '1681523301838', '1686032378119'); INSERT INTO `center_authority` VALUES ('402145810944360566', 'reservoir-monitoring-platform', 'warning-notice', 'reservoir-monitoring-platform.warning-notice.notice-config.getTemplate', '根据类型获取模板', '1', '9999999999', '1681523301931', null); INSERT INTO `center_authority` VALUES ('402145810944360638', 'reservoir-monitoring-platform', 'warning-notice', 'reservoir-monitoring-platform.warning-notice.notice-config.template.delete', '删除', '0', '9999999999', '1681523302033', '1686032378355'); INSERT INTO `center_authority` VALUES ('402145810944360698', 'reservoir-monitoring-platform', 'warning-notice', 'reservoir-monitoring-platform.warning-notice.notice-config.page', '预警通知设置分页', '0', '9999999999', '1681523302116', '1686032378465'); INSERT INTO `center_authority` VALUES ('402145810944360711', 'reservoir-monitoring-platform', 'warning-notice', 'reservoir-monitoring-platform.warning-notice.notice-config.template.add', '新增', '0', '9999999999', '1681523302133', '1686032378485'); INSERT INTO `center_authority` VALUES ('402145810944360733', 'reservoir-monitoring-platform', 'warning-notice', 'reservoir-monitoring-platform.warning-notice.notice-config.template.modify', '编辑', '0', '9999999999', '1681523302161', '1686032378523'); INSERT INTO `center_authority` VALUES ('402145810944360769', 'reservoir-monitoring-platform', 'warning-notice', 'reservoir-monitoring-platform.warning-notice.warning-notice-page', '预警通知列表', '0', '9999999999', '1681523302242', '1681694264589'); INSERT INTO `center_authority` VALUES ('402862857395372096', 'reservoir-monitoring-platform', 'warning-notice', 'reservoir-monitoring-platform.warning-notice.notice-config.getTemplateList', '根据类型获取模板', '0', '9999999999', '1681694264231', '1686032378142'); INSERT INTO `center_authority` VALUES ('402862857395372168', 'reservoir-monitoring-platform', 'warning-notice', 'reservoir-monitoring-platform.warning-notice.notice-config.delete', '删除', '0', '9999999999', '1681694264330', '1686032378262'); INSERT INTO `center_authority` VALUES ('402862857395372230', 'reservoir-monitoring-platform', 'warning-notice', 'reservoir-monitoring-platform.warning-notice.notice-config.template.getById', '根据ID获取模板', '0', '9999999999', '1681694264417', '1686032378365'); INSERT INTO `center_authority` VALUES ('402862857395372253', 'reservoir-monitoring-platform', 'warning-notice', 'reservoir-monitoring-platform.warning-notice.notice-config.updateState', '更新开关状态', '0', '9999999999', '1681694264446', '1686032378407'); INSERT INTO `center_authority` VALUES ('402862857395372309', 'reservoir-monitoring-platform', 'warning-notice', 'reservoir-monitoring-platform.warning-notice.notice-config.modify', '编辑', '0', '9999999999', '1681694264523', '1686032378504'); INSERT INTO `center_authority` VALUES ('402862857395372325', 'reservoir-monitoring-platform', 'warning-notice', 'reservoir-monitoring-platform.warning-notice.notice-config.add', '新增', '0', '9999999999', '1681694264542', '1686032378529'); INSERT INTO `center_authority` VALUES ('405485449415491664', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.app-server.broadcast', '预警发布/终止', '0', '9999999999', '1682319533801', '1686032378170'); INSERT INTO `center_authority` VALUES ('405485449415491721', 'reservoir-monitoring-platform', 'warning-notice', 'reservoir-monitoring-platform.warning-notice.notice-config.getMonitorIndicator', '获取监测指标', '0', '9999999999', '1682319533878', '1686032378261'); INSERT INTO `center_authority` VALUES ('405485449415491759', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.app-server.broadcast-list', 'app服务广播列表', '0', '9999999999', '1682319533931', '1686032378324'); INSERT INTO `center_authority` VALUES ('405485449415491768', 'reservoir-monitoring-platform', 'warning-notice', 'reservoir-monitoring-platform.warning-notice.notice-config.getLevelList', '获取预警等级', '0', '9999999999', '1682319533943', '1686032378336'); INSERT INTO `center_authority` VALUES ('405485449415491806', 'reservoir-monitoring-platform', 'warning-notice', 'reservoir-monitoring-platform.warning-notice.notice-list.page', '预警通知列表分页', '0', '9999999999', '1682319533994', '1686032378400'); INSERT INTO `center_authority` VALUES ('405485449415491816', 'reservoir-monitoring-platform', 'inspect-manager', 'reservoir-monitoring-platform.inspect-manager.app-server.broadcast-find-by-type', '根据类型查询预警模板', '0', '9999999999', '1682319534014', '1686032378414'); INSERT INTO `center_authority` VALUES ('405485449415491826', 'reservoir-monitoring-platform', 'warning-notice', 'reservoir-monitoring-platform.warning-notice.notice-config.getUserList', '获取通知用户列表', '0', '9999999999', '1682319534027', '1686032378428'); INSERT INTO `center_authority` VALUES ('405556374160801815', 'device-manage', 'alarm-manage', 'device-manage.alarm-manage.notify-template', '通知模板', '0', '9999999999', '1682336459146', '1711448780942'); INSERT INTO `center_authority` VALUES ('406124305026383895', 'device-manage', 'alarm-manage', 'device-manage.alarm-manage.notify-template.enable', '修改通知模板状态', '0', '9999999999', '1682471875930', '1711448780949'); INSERT INTO `center_authority` VALUES ('406124305026383920', 'device-manage', 'alarm-manage', 'device-manage.alarm-manage.notify-template.update', '修改通知模板', '0', '9999999999', '1682471881038', '1711448781191'); INSERT INTO `center_authority` VALUES ('406124305026383936', 'device-manage', 'alarm-manage', 'device-manage.alarm-manage.notify-template.add', '新增通知模板', '0', '9999999999', '1682471883617', '1711448781318'); INSERT INTO `center_authority` VALUES ('406124305026383973', 'device-manage', 'alarm-manage', 'device-manage.alarm-manage.notify-template.delete', '修改通知模板', '0', '9999999999', '1682471889899', '1711448781612'); INSERT INTO `center_authority` VALUES ('406156371529039921', 'structure-platform-backend', 'large-screen', 'structure-platform-backend.large-screen.screen-show.global-overview', '全局概述', '0', '9999999999', '1682479494687', null); INSERT INTO `center_authority` VALUES ('406156371529039929', 'structure-platform-backend', 'report', 'structure-platform-backend.report.task', '报告任务', '0', '9999999999', '1682479494787', null); INSERT INTO `center_authority` VALUES ('406156371529039951', 'structure-platform-backend', 'large-screen', 'structure-platform-backend.large-screen.screen-show.health-degree', '健康度评估', '0', '9999999999', '1682479494906', null); INSERT INTO `center_authority` VALUES ('406156371529039957', 'structure-platform-backend', 'large-screen', 'structure-platform-backend.large-screen.screen-show.structure-analysis', '结构分析', '0', '9999999999', '1682479494923', null); INSERT INTO `center_authority` VALUES ('406156371529039982', 'structure-platform-backend', 'report', 'structure-platform-backend.report.get-task', '获取报告任务', '0', '9999999999', '1682479494998', null); INSERT INTO `center_authority` VALUES ('406210892686950419', 'device-manage', 'alarm-manage', 'device-manage.alarm-manage.notify-template.param', '模板参数', '0', '9999999999', '1682492512474', '1711448781042'); INSERT INTO `center_authority` VALUES ('406210892686950447', 'device-manage', 'alarm-manage', 'device-manage.alarm-manage.push-log.page', '推送记录', '0', '9999999999', '1682492516544', '1711448781276'); INSERT INTO `center_authority` VALUES ('409128588051218490', 'reservoir-monitoring-platform', 'monitor-message', 'reservoir-monitoring-platform.monitor-message.monitor-data.historyPage', '测点历史数据分页列表', '0', '9999999999', '1683188131002', '1686032378135'); INSERT INTO `center_authority` VALUES ('409128588051218549', 'reservoir-monitoring-platform', 'monitor-message', 'reservoir-monitoring-platform.monitor-message.offline-download', '数据离线下载', '0', '9999999999', '1683188131092', '1686032378237'); INSERT INTO `center_authority` VALUES ('409128588051218570', 'reservoir-monitoring-platform', 'monitor-message', 'reservoir-monitoring-platform.monitor-message.offline-download.getMonitorIndicator', '获取监测指标', '0', '9999999999', '1683188131122', '1686032378266'); INSERT INTO `center_authority` VALUES ('409128588051218574', 'reservoir-monitoring-platform', 'monitor-message', 'reservoir-monitoring-platform.monitor-message.offline-download.getDevices', '获取设备信息', '0', '9999999999', '1683188131129', '1686032378274'); INSERT INTO `center_authority` VALUES ('409128588051218580', 'reservoir-monitoring-platform', 'monitor-message', 'reservoir-monitoring-platform.monitor-message.offline-download.page', '数据分页', '0', '9999999999', '1683188131137', '1686032378281'); INSERT INTO `center_authority` VALUES ('409128588051218597', 'reservoir-monitoring-platform', 'monitor-message', 'reservoir-monitoring-platform.monitor-message.offline-download.getDeviceElement', '获取设备要素', '0', '9999999999', '1683188131165', '1686032378312'); INSERT INTO `center_authority` VALUES ('409128588051218619', 'reservoir-monitoring-platform', 'monitor-message', 'reservoir-monitoring-platform.monitor-message.offline-download.create', '新增下载任务', '0', '9999999999', '1683188131194', '1686032378344'); INSERT INTO `center_authority` VALUES ('409128588051218642', 'reservoir-monitoring-platform', 'monitor-message', 'reservoir-monitoring-platform.monitor-message.offline-download.downloadFile', '文件保存下载', '0', '9999999999', '1683188131230', '1686032378377'); INSERT INTO `center_authority` VALUES ('409128588051218684', 'reservoir-monitoring-platform', 'warning-notice', 'reservoir-monitoring-platform.warning-notice.notice-config.getById', '根据ID获取通知配置', '0', '9999999999', '1683188131287', '1686032378447'); INSERT INTO `center_authority` VALUES ('409128588051218685', 'reservoir-monitoring-platform', 'monitor-message', 'reservoir-monitoring-platform.monitor-message.offline-download.getMonitorPoint', '根据水库及指标ID获取所有测点', '0', '9999999999', '1683188131289', '1686032378449'); INSERT INTO `center_authority` VALUES ('409128588051218686', 'reservoir-monitoring-platform', 'monitor-message', 'reservoir-monitoring-platform.monitor-message.offline-download.delete', '删除', '0', '9999999999', '1683188131291', '1686032378450'); INSERT INTO `center_authority` VALUES ('409128588051218695', 'reservoir-monitoring-platform', 'monitor-message', 'reservoir-monitoring-platform.monitor-message.offline-download.getDownloadingList', '获取下载中任务记录', '0', '9999999999', '1683188131302', '1686032378468'); INSERT INTO `center_authority` VALUES ('409128588051218701', 'reservoir-monitoring-platform', 'monitor-message', 'reservoir-monitoring-platform.monitor-message.monitor-data.exportTemplate', '测点数据历史数据导入模板下载', '0', '9999999999', '1683188131310', '1686032378475'); INSERT INTO `center_authority` VALUES ('409128588051218710', 'reservoir-monitoring-platform', 'monitor-message', 'reservoir-monitoring-platform.monitor-message.monitor-data', '测点数据', '0', '9999999999', '1683188131323', '1686032378489'); INSERT INTO `center_authority` VALUES ('409128588051218714', 'reservoir-monitoring-platform', 'monitor-message', 'reservoir-monitoring-platform.monitor-message.monitor-data.page', '测点实时数据分页列表', '0', '9999999999', '1683188131329', '1686032378494'); INSERT INTO `center_authority` VALUES ('409128588051218721', 'reservoir-monitoring-platform', 'monitor-message', 'reservoir-monitoring-platform.monitor-message.offline-download.get-monitor-indicator-element', '根据监测指标获取指标要素', '0', '9999999999', '1683188131339', '1686032378502'); INSERT INTO `center_authority` VALUES ('409128588051218769', 'reservoir-monitoring-platform', 'monitor-message', 'reservoir-monitoring-platform.monitor-message.offline-download.redownload', '重新下载', '0', '9999999999', '1683188131412', '1686032378585'); INSERT INTO `center_authority` VALUES ('409128588051218773', 'reservoir-monitoring-platform', 'monitor-message', 'reservoir-monitoring-platform.monitor-message.monitor-data.import', '测点数据历史数据导入', '0', '9999999999', '1683188131417', '1686032378592'); INSERT INTO `center_authority` VALUES ('409131651155624012', 'reservoir-monitoring-platform', 'emergency', 'reservoir-monitoring-platform.emergency.emergency-exercise.add', '新增演练', '0', '9999999999', '1683188861054', '1686032378195'); INSERT INTO `center_authority` VALUES ('409131651155624026', 'reservoir-monitoring-platform', 'emergency', 'reservoir-monitoring-platform.emergency.emergency-exercise.modify', '编辑演练', '0', '9999999999', '1683188861077', '1686032378222'); INSERT INTO `center_authority` VALUES ('409131651155624057', 'reservoir-monitoring-platform', 'emergency', 'reservoir-monitoring-platform.emergency.emergency-exercise.updateFile', '上传总结', '0', '9999999999', '1683188861114', '1686032378268'); INSERT INTO `center_authority` VALUES ('409131651155624134', 'reservoir-monitoring-platform', 'emergency', 'reservoir-monitoring-platform.emergency.emergency-exercise.page', '分页查询', '0', '9999999999', '1683188861212', '1686032378386'); INSERT INTO `center_authority` VALUES ('409131651155624239', 'reservoir-monitoring-platform', 'emergency', 'reservoir-monitoring-platform.emergency.emergency-exercise.delete', '删除', '0', '9999999999', '1683188861349', '1686032378556'); INSERT INTO `center_authority` VALUES ('409138434922250309', 'reservoir-monitoring-platform', 'project-info', 'reservoir-monitoring-platform.project-info.reservoir-msg', '基本信息', '0', '9999999999', '1683190473334', '1686032378159'); INSERT INTO `center_authority` VALUES ('409138434926444576', 'reservoir-monitoring-platform', 'project-info', 'reservoir-monitoring-platform.project-info.file-manage', '文档管理', '0', '9999999999', '1683190473606', '1686032378466'); INSERT INTO `center_authority` VALUES ('409138824870887490', 'reservoir-monitoring-platform', 'project-info', 'reservoir-monitoring-platform.project-info.file-manage.tree-modify', '文档管理树编辑', '0', '9999999999', '1683190566286', '1686032378156'); INSERT INTO `center_authority` VALUES ('409138824870887508', 'reservoir-monitoring-platform', 'project-info', 'reservoir-monitoring-platform.project-info.file-manage.get-kk-file-view-url', '文档管理地址', '0', '9999999999', '1683190566312', '1686032378184'); INSERT INTO `center_authority` VALUES ('409138824870887510', 'reservoir-monitoring-platform', 'project-info', 'reservoir-monitoring-platform.project-info.file-manage.remove', '文档删除', '0', '9999999999', '1683190566315', '1686032378187'); INSERT INTO `center_authority` VALUES ('409138824870887516', 'reservoir-monitoring-platform', 'project-info', 'reservoir-monitoring-platform.project-info.file-manage.tree-add', '文档管理树新增', '0', '9999999999', '1683190566323', '1686032378196'); INSERT INTO `center_authority` VALUES ('409138824870887528', 'reservoir-monitoring-platform', 'project-info', 'reservoir-monitoring-platform.project-info.file-manage.add', '文档管理新增', '0', '9999999999', '1683190566346', '1686032378218'); INSERT INTO `center_authority` VALUES ('409138824870887533', 'reservoir-monitoring-platform', 'project-info', 'reservoir-monitoring-platform.project-info.file-manage.page', '文档管理列表', '0', '9999999999', '1683190566353', '1686032378225'); INSERT INTO `center_authority` VALUES ('409138824870887716', 'reservoir-monitoring-platform', 'project-info', 'reservoir-monitoring-platform.project-info.file-manage.tree-remove', '文档管理树删除', '0', '9999999999', '1683190566613', '1686032378509'); INSERT INTO `center_authority` VALUES ('409138824870887747', 'reservoir-monitoring-platform', 'project-info', 'reservoir-monitoring-platform.project-info.file-manage.tree', '文档管理树', '0', '9999999999', '1683190566658', '1686032378564'); INSERT INTO `center_authority` VALUES ('413475227301838861', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.notice-manage', '公告管理', '0', '9999999999', '1684224445103', '1699234598281'); INSERT INTO `center_authority` VALUES ('413475227301838862', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.device-manage.modify-device', '修改设备中心设备位置信息', '0', '9999999999', '1684224445151', '1699234592624'); INSERT INTO `center_authority` VALUES ('413475227301838863', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-setting.page', '监测测点分页', '0', '9999999999', '1684224445155', '1699234598331'); INSERT INTO `center_authority` VALUES ('413475227301838864', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.log-manage.get-operation-type', '获取系统日志类型', '0', '9999999999', '1684224445157', '1699234598387'); INSERT INTO `center_authority` VALUES ('413475227301838865', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-setting.get-code-name', '获取默认监测测点编码、名称', '0', '9999999999', '1684224445160', '1699234592657'); INSERT INTO `center_authority` VALUES ('413475227301838866', 'universal-monitoring-platform', 'project-info', 'universal-monitoring-platform.project-info.project-manage.details-column', '工程信息字段获取', '0', '9999999999', '1684224445163', '1699234598415'); INSERT INTO `center_authority` VALUES ('413475227301838867', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.device-manage', '设备管理', '0', '9999999999', '1684224445166', '1699234592740'); INSERT INTO `center_authority` VALUES ('413475227301838868', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.video-setting.direct-page', '直连点列表', '0', '9999999999', '1684224445169', '1699234598448'); INSERT INTO `center_authority` VALUES ('413475227301838869', 'universal-monitoring-platform', 'file-manage', 'universal-monitoring-platform.file-manage.file-manage.tree-modify', '文档树编辑', '0', '9999999999', '1684224445172', '1699234598481'); INSERT INTO `center_authority` VALUES ('413475227301838870', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-deploy.deploy', '部件新增编辑', '0', '9999999999', '1684224445174', '1699234598604'); INSERT INTO `center_authority` VALUES ('413475227301838871', 'universal-monitoring-platform', 'project-info', 'universal-monitoring-platform.project-info.project-manage.device-tree', '获取设备树', '0', '9999999999', '1684224445177', '1699234592841'); INSERT INTO `center_authority` VALUES ('413475227301838872', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-deploy.savePicture', '保存图片', '0', '9999999999', '1684224445180', '1699234592874'); INSERT INTO `center_authority` VALUES ('413475227301838873', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.screen-setting.add-or-modify', '菜单拖拽隐藏信息新增、编辑', '0', '9999999999', '1684224445183', '1699234598690'); INSERT INTO `center_authority` VALUES ('413475227301838874', 'universal-monitoring-platform', 'account-safe', 'universal-monitoring-platform.account-safe.unit-manage.add', '单位信息新增', '0', '9999999999', '1684224445185', '1699234598790'); INSERT INTO `center_authority` VALUES ('413475227301838875', 'universal-monitoring-platform', 'monitor-data', 'universal-monitoring-platform.monitor-data.view-deploy.get-deploy-point-alarm', '监测信息查询-测点告警状态汇总统计', '0', '9999999999', '1684224445188', '1699234598874'); INSERT INTO `center_authority` VALUES ('413475227301838876', 'universal-monitoring-platform', 'running-patrol', 'universal-monitoring-platform.running-patrol.patrol-ledger', '巡检台账', '0', '9999999999', '1684224445191', '1699234592941'); INSERT INTO `center_authority` VALUES ('413475227301838877', 'universal-monitoring-platform', 'universal', 'universal-monitoring-platform.universal.project-base-info', '工程管理', '0', '9999999999', '1684224445194', '1699234599046'); INSERT INTO `center_authority` VALUES ('413475227301838878', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.device-manage.import-device', '监测站点设备导入', '0', '9999999999', '1684224445196', '1699234593063'); INSERT INTO `center_authority` VALUES ('413475227301838879', 'universal-monitoring-platform', 'smart-control', 'universal-monitoring-platform.smart-control.broadcast-control.log-page', '预警日志', '0', '9999999999', '1684224445199', '1699234593099'); INSERT INTO `center_authority` VALUES ('413475227301838880', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-setting.export-data', '监测测点信息导出', '0', '9999999999', '1684224445202', '1699234593255'); INSERT INTO `center_authority` VALUES ('413475227301838881', 'universal-monitoring-platform', 'smart-control', 'universal-monitoring-platform.smart-control.broadcast-control.delete-template', '删除预警模板', '0', '9999999999', '1684224445205', '1699234593324'); INSERT INTO `center_authority` VALUES ('413475227301838882', 'universal-monitoring-platform', 'project-info', 'universal-monitoring-platform.project-info.project-manage.upload', '工程文件信息上传', '0', '9999999999', '1684224445209', '1699234599132'); INSERT INTO `center_authority` VALUES ('413475227301838883', 'universal-monitoring-platform', 'account-safe', 'universal-monitoring-platform.account-safe.unit-manage.modify', '单位信息编辑', '0', '9999999999', '1684224445212', '1699234593366'); INSERT INTO `center_authority` VALUES ('413475227301838884', 'universal-monitoring-platform', 'file-manage', 'universal-monitoring-platform.file-manage.file-manage.tree', '获取文档树', '0', '9999999999', '1684224445214', '1699234599174'); INSERT INTO `center_authority` VALUES ('413475227301838885', 'universal-monitoring-platform', 'video', 'universal-monitoring-platform.video.info.video-tree', '视频通道树', '0', '9999999999', '1684224445217', '1699234599207'); INSERT INTO `center_authority` VALUES ('413475227301838886', 'universal-monitoring-platform', 'smart-control', 'universal-monitoring-platform.smart-control.broadcast-control.modify-group', '编辑预警分组', '0', '9999999999', '1684224445220', '1699234599347'); INSERT INTO `center_authority` VALUES ('413475227301838887', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.notice-manage.get-new', '获取平台最新指定条数公告', '0', '9999999999', '1684224445223', '1699234593516'); INSERT INTO `center_authority` VALUES ('413475227301838888', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-deploy.deploy-detail', '测点部署保存', '0', '9999999999', '1684224445226', '1699234593550'); INSERT INTO `center_authority` VALUES ('413475227301838889', 'universal-monitoring-platform', 'smart-control', 'universal-monitoring-platform.smart-control.broadcast-control.group-order', '预警分组排序', '0', '9999999999', '1684224445228', '1699234593592'); INSERT INTO `center_authority` VALUES ('413475227301838890', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.warning-broadcast-setting', '预警广播配置', '0', '9999999999', '1684224445231', '1699234599533'); INSERT INTO `center_authority` VALUES ('413475227301838891', 'universal-monitoring-platform', 'dashboard', 'universal-monitoring-platform.dashboard.dashboard-api.get-point', '测点统计', '0', '9999999999', '1684224445242', '1699234593626'); INSERT INTO `center_authority` VALUES ('413475227301838892', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.screen-setting', '大屏管理', '0', '9999999999', '1684224445446', '1699234593658'); INSERT INTO `center_authority` VALUES ('413475227301838893', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-setting.getDevices', '获取设备中心设备列表', '0', '9999999999', '1684224445449', '1699234593692'); INSERT INTO `center_authority` VALUES ('413475227301838894', 'universal-monitoring-platform', 'monitor-data', 'universal-monitoring-platform.monitor-data.offline-data-download', '离线数据下载', '0', '9999999999', '1684224445452', '1699234599599'); INSERT INTO `center_authority` VALUES ('413475227301838895', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.style-setting.add-or-modify', '平台个性化信息新增、编辑', '0', '9999999999', '1684224445455', '1699234593725'); INSERT INTO `center_authority` VALUES ('413475227301838896', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-deploy.remove', '部件删除', '0', '9999999999', '1684224445458', '1699234599666'); INSERT INTO `center_authority` VALUES ('413475227301838897', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-setting.getProductType', '获取设备产品型号', '0', '9999999999', '1684224445463', '1699234599699'); INSERT INTO `center_authority` VALUES ('413475227301838898', 'universal-monitoring-platform', 'data-count', 'universal-monitoring-platform.data-count.data-report-show.getMonitorPointElement', '获取要素列表', '0', '9999999999', '1684224445466', '1699234593759'); INSERT INTO `center_authority` VALUES ('413475227301838899', 'universal-monitoring-platform', 'project-info', 'universal-monitoring-platform.project-info.project-manage.page', '工程基础信息分页', '0', '9999999999', '1684224445469', '1699234599766'); INSERT INTO `center_authority` VALUES ('413475227301838900', 'universal-monitoring-platform', 'smart-control', 'universal-monitoring-platform.smart-control.broadcast-control.group-page', '预警分组列表', '0', '9999999999', '1684224445471', '1699234593906'); INSERT INTO `center_authority` VALUES ('413475227301838901', 'universal-monitoring-platform', 'file-manage', 'universal-monitoring-platform.file-manage.file-manage', '文档管理', '0', '9999999999', '1684224445474', '1699234593942'); INSERT INTO `center_authority` VALUES ('413475227301838902', 'universal-monitoring-platform', 'universal', 'universal-monitoring-platform.universal.project-tree-info', '工程树管理', '0', '9999999999', '1684224445477', '1699234593975'); INSERT INTO `center_authority` VALUES ('413475227301838903', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.notice-manage.modify', '公告信息编辑', '0', '9999999999', '1684224445480', '1699234599925'); INSERT INTO `center_authority` VALUES ('413475227301838904', 'universal-monitoring-platform', 'warning-manage', 'universal-monitoring-platform.warning-manage.monitor-warning.summary-page', '预警列表汇总分页', '0', '9999999999', '1684224445483', '1699234594059'); INSERT INTO `center_authority` VALUES ('413475227301838905', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-setting.get-all-monitor-indicator-element', '根据监测指标获取所有指标要素', '0', '9999999999', '1684224445486', '1699234599992'); INSERT INTO `center_authority` VALUES ('413475227301838906', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-deploy', '监测测点部署', '0', '9999999999', '1684224445489', '1699234594126'); INSERT INTO `center_authority` VALUES ('413475227301838907', 'universal-monitoring-platform', 'project-info', 'universal-monitoring-platform.project-info.project-show', '工程查看', '0', '9999999999', '1684224445492', '1699234594168'); INSERT INTO `center_authority` VALUES ('413475227301838908', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.log-manage.page', '系统日志分页列表', '0', '9999999999', '1684224445495', '1699234600025'); INSERT INTO `center_authority` VALUES ('413475227301838909', 'universal-monitoring-platform', 'account-safe', 'universal-monitoring-platform.account-safe.user-manage.get', '获取用户数据权限', '0', '9999999999', '1684224445498', '1699234600059'); INSERT INTO `center_authority` VALUES ('413475227301838910', 'universal-monitoring-platform', 'account-safe', 'universal-monitoring-platform.account-safe.user-center', '个人中心', '0', '9999999999', '1684224445501', '1699234600093'); INSERT INTO `center_authority` VALUES ('413475227301838911', 'universal-monitoring-platform', 'project-info', 'universal-monitoring-platform.project-info.project-manage.project-tree', '获取工程树', '0', '9999999999', '1684224445504', '1699234600126'); INSERT INTO `center_authority` VALUES ('413475227301838912', 'universal-monitoring-platform', 'smart-control', 'universal-monitoring-platform.smart-control.broadcast-control.group-tree', '预警分组树', '0', '9999999999', '1684224445507', '1699234600176'); INSERT INTO `center_authority` VALUES ('413475227301838913', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-setting.get-monitor-indicator', '获取监测指标', '0', '9999999999', '1684224445510', '1699234594234'); INSERT INTO `center_authority` VALUES ('413475227301838914', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-setting.get-all-monitor-indicator', '获取所有监测指标', '0', '9999999999', '1684224445513', '1699234594276'); INSERT INTO `center_authority` VALUES ('413475227301838915', 'universal-monitoring-platform', 'smart-control', 'universal-monitoring-platform.smart-control.water-gate-control', '闸门控制', '0', '9999999999', '1684224445515', '1699234600251'); INSERT INTO `center_authority` VALUES ('413475227301838916', 'universal-monitoring-platform', 'project-info', 'universal-monitoring-platform.project-info.project-manage.deploy-tree', '获取部署树', '0', '9999999999', '1684224445518', '1699234600284'); INSERT INTO `center_authority` VALUES ('413475227301838917', 'universal-monitoring-platform', 'project-info', 'universal-monitoring-platform.project-info.project-manage.page-file', '工程基础信息分页', '0', '9999999999', '1684224445521', '1699234594357'); INSERT INTO `center_authority` VALUES ('413475227301838918', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.device-manage.remove', '监测站点删除', '0', '9999999999', '1684224445524', '1699234600384'); INSERT INTO `center_authority` VALUES ('413475227301838919', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-setting.add', '监测测点新增', '0', '9999999999', '1684224445527', '1699339581591'); INSERT INTO `center_authority` VALUES ('413475227301838920', 'universal-monitoring-platform', 'data-count', 'universal-monitoring-platform.data-count.patrol-analysis', '巡检分析', '0', '9999999999', '1684224445530', '1699234600476'); INSERT INTO `center_authority` VALUES ('413475227301838921', 'universal-monitoring-platform', 'project-info', 'universal-monitoring-platform.project-info.project-manage.add', '工程基础信息新增', '0', '9999999999', '1684224445533', '1699234594477'); INSERT INTO `center_authority` VALUES ('413475227301838922', 'universal-monitoring-platform', 'running-patrol', 'universal-monitoring-platform.running-patrol.problems-handle', '问题维修', '0', '9999999999', '1684224445536', '1699234600543'); INSERT INTO `center_authority` VALUES ('413475227301838923', 'universal-monitoring-platform', 'project-info', 'universal-monitoring-platform.project-info.project-manage.getList', '工程类型获取', '0', '9999999999', '1684224445538', '1699234600585'); INSERT INTO `center_authority` VALUES ('413475227301838924', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.device-manage.getDevices', '获取设备中心设备列表', '0', '9999999999', '1684224445541', '1699234594543'); INSERT INTO `center_authority` VALUES ('413475227301838925', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.device-manage.offline', '设备失联信息-权限菜单', '0', '9999999999', '1684224445544', '1699234600681'); INSERT INTO `center_authority` VALUES ('413475227301838926', 'universal-monitoring-platform', 'monitor-data', 'universal-monitoring-platform.monitor-data.view-deploy.export-history-data', '测点历史数据导出', '0', '9999999999', '1684224445547', '1699234594691'); INSERT INTO `center_authority` VALUES ('413475227301838927', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.log-manage', '日志管理', '0', '9999999999', '1684224445550', '1699234594727'); INSERT INTO `center_authority` VALUES ('413475227301838928', 'universal-monitoring-platform', 'file-manage', 'universal-monitoring-platform.file-manage.file-manage.page', '文档列表', '0', '9999999999', '1684224445553', '1699234594760'); INSERT INTO `center_authority` VALUES ('413475227301838929', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.device-manage.add-device', '添加设备', '0', '9999999999', '1684224445556', '1699234594835'); INSERT INTO `center_authority` VALUES ('413475227301838930', 'universal-monitoring-platform', 'project-info', 'universal-monitoring-platform.project-info.project-manage', '工程管理', '0', '9999999999', '1684224445558', '1699234600749'); INSERT INTO `center_authority` VALUES ('413475227301838931', 'universal-monitoring-platform', 'account-safe', 'universal-monitoring-platform.account-safe.user-manage', '用户管理', '0', '9999999999', '1684224445561', '1699234600831'); INSERT INTO `center_authority` VALUES ('413475227301838932', 'universal-monitoring-platform', 'monitor-data', 'universal-monitoring-platform.monitor-data.point-data.historyPage', '测点历史数据分页列表', '0', '9999999999', '1684224445564', '1699234600869'); INSERT INTO `center_authority` VALUES ('413475227301838933', 'universal-monitoring-platform', 'data-count', 'universal-monitoring-platform.data-count.data-report-show.getMonitorIndicator', '获取监测指标', '0', '9999999999', '1684224445567', '1699234600940'); INSERT INTO `center_authority` VALUES ('413475227301838934', 'universal-monitoring-platform', 'monitor-data', 'universal-monitoring-platform.monitor-data.view-deploy.get-point-history', '监测信息查询-测点历史数据查询', '0', '9999999999', '1684224445570', '1699234600973'); INSERT INTO `center_authority` VALUES ('413475227301838935', 'universal-monitoring-platform', 'monitor-data', 'universal-monitoring-platform.monitor-data.point-data.import', '测点数据历史数据导入', '0', '9999999999', '1684224445573', '1699234601140'); INSERT INTO `center_authority` VALUES ('413475227301838936', 'universal-monitoring-platform', 'smart-control', 'universal-monitoring-platform.smart-control.video-control', '视频监控', '0', '9999999999', '1684224445576', '1699234601207'); INSERT INTO `center_authority` VALUES ('413475227301838937', 'universal-monitoring-platform', 'project-info', 'universal-monitoring-platform.project-info.project-manage.remove-file', '工程文件信息删除', '0', '9999999999', '1684224445578', '1699234594952'); INSERT INTO `center_authority` VALUES ('413475227301838938', 'universal-monitoring-platform', 'smart-control', 'universal-monitoring-platform.smart-control.broadcast-control.audio-list', '录音列表', '0', '9999999999', '1684224445581', '1699234601407'); INSERT INTO `center_authority` VALUES ('413475227301838939', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-setting.getFormulaParam', '获取指标要素公式需用户输入常量', '0', '9999999999', '1684224445584', '1699234595020'); INSERT INTO `center_authority` VALUES ('413475227301838940', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.screen-setting.get', '查看菜单拖拽隐藏信息', '0', '9999999999', '1684224445587', '1699234595141'); INSERT INTO `center_authority` VALUES ('413475227301838941', 'universal-monitoring-platform', 'smart-control', 'universal-monitoring-platform.smart-control.broadcast-control.findByType', '根据类型查询预警模板', '0', '9999999999', '1684224445590', '1699234601594'); INSERT INTO `center_authority` VALUES ('413475227301838942', 'universal-monitoring-platform', 'dashboard', 'universal-monitoring-platform.dashboard.dashboard-api.get-weather', '天气', '0', '9999999999', '1684224445593', '1699234595357'); INSERT INTO `center_authority` VALUES ('413475227301838943', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-setting.get-monitor-elements', '获取测点要素-阈值设置集合', '0', '9999999999', '1684224445596', '1699234601660'); INSERT INTO `center_authority` VALUES ('413475227301838944', 'universal-monitoring-platform', 'warning-manage', 'universal-monitoring-platform.warning-manage.monitor-warning.update-alarm-record', '解除预警记录', '0', '9999999999', '1684224445599', '1699234601694'); INSERT INTO `center_authority` VALUES ('413475227301838945', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-setting.export', '监测测点信息新增模板下载', '0', '9999999999', '1684224445602', '1699234595391'); INSERT INTO `center_authority` VALUES ('413475227301838946', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.device-manage.getProductType', '获取设备产品型号', '0', '9999999999', '1684224445605', '1699234601777'); INSERT INTO `center_authority` VALUES ('413475227301838947', 'universal-monitoring-platform', 'file-manage', 'universal-monitoring-platform.file-manage.file-manage.remove', '文档删除', '0', '9999999999', '1684224445608', '1699234601823'); INSERT INTO `center_authority` VALUES ('413475227301838948', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.video-setting', '视频监控配置', '0', '9999999999', '1684224445610', '1699234601933'); INSERT INTO `center_authority` VALUES ('413475227301838949', 'universal-monitoring-platform', 'warning-manage', 'universal-monitoring-platform.warning-manage.monitor-warning.get-indicator', '获取监测指标', '0', '9999999999', '1684224445614', '1699234595461'); INSERT INTO `center_authority` VALUES ('413475227301838950', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.notice-manage.remove', '公告信息删除', '0', '9999999999', '1684224445616', '1699234601994'); INSERT INTO `center_authority` VALUES ('413475227301838951', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.device-manage.modify', '设备失联配置', '0', '9999999999', '1684224445619', '1699234602232'); INSERT INTO `center_authority` VALUES ('413475227301838952', 'universal-monitoring-platform', 'dashboard', 'universal-monitoring-platform.dashboard.dashboard-api.get-screen-map-data', '大屏地图点位数据', '0', '9999999999', '1684224445622', '1699234602327'); INSERT INTO `center_authority` VALUES ('413475227301838953', 'universal-monitoring-platform', 'monitor-data', 'universal-monitoring-platform.monitor-data.view-deploy.get-point-elements', '监测信息查询-测点历史数据查询-获取测点要素列表', '0', '9999999999', '1684224445625', '1699234602457'); INSERT INTO `center_authority` VALUES ('413475227301838954', 'universal-monitoring-platform', 'video', 'universal-monitoring-platform.video.warning', '预警广播', '0', '9999999999', '1684224445628', '1699234595569'); INSERT INTO `center_authority` VALUES ('413475227301838955', 'universal-monitoring-platform', 'warning-manage', 'universal-monitoring-platform.warning-manage.warning-notice-table', '预警通知列表', '0', '9999999999', '1684224445631', '1699234602527'); INSERT INTO `center_authority` VALUES ('413475227301838956', 'universal-monitoring-platform', 'data-count', 'universal-monitoring-platform.data-count.data-report-show.getDataPage', '数据分页列表及图表数据', '0', '9999999999', '1684224445634', '1699234602558'); INSERT INTO `center_authority` VALUES ('413475227301838957', 'universal-monitoring-platform', 'smart-control', 'universal-monitoring-platform.smart-control.broadcast-control', '预警广播', '0', '9999999999', '1684224445637', '1699234595666'); INSERT INTO `center_authority` VALUES ('413475227301838958', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.device-manage.get', '设备失联信息查看', '0', '9999999999', '1684224445640', '1699234595695'); INSERT INTO `center_authority` VALUES ('413475227301838959', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.pump-setting', '泵站配置', '0', '9999999999', '1684224445642', '1699234595725'); INSERT INTO `center_authority` VALUES ('413475227301838960', 'universal-monitoring-platform', 'project-info', 'universal-monitoring-platform.project-info.project-manage.unit-tree', '获取单位树', '0', '9999999999', '1684224445645', '1699234602719'); INSERT INTO `center_authority` VALUES ('413475227301838961', 'universal-monitoring-platform', 'universal', 'universal-monitoring-platform.universal.project-file-info', '图层管理', '0', '9999999999', '1684224445648', '1699234602749'); INSERT INTO `center_authority` VALUES ('413475227301838962', 'universal-monitoring-platform', 'smart-control', 'universal-monitoring-platform.smart-control.broadcast-control.modify-template', '编辑预警模板', '0', '9999999999', '1684224445651', '1699234602841'); INSERT INTO `center_authority` VALUES ('413475227301838963', 'universal-monitoring-platform', 'dashboard', 'universal-monitoring-platform.dashboard.dashboard-api', '大屏功能', '0', '9999999999', '1684224445654', '1699234595759'); INSERT INTO `center_authority` VALUES ('413475227301838964', 'universal-monitoring-platform', 'smart-control', 'universal-monitoring-platform.smart-control.broadcast-control.create-template', '新增/编辑文本预警模板', '0', '9999999999', '1684224445656', '1699234595870'); INSERT INTO `center_authority` VALUES ('413475227301838965', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.video-setting.modify', '视频编辑', '0', '9999999999', '1684224445660', '1699234595900'); INSERT INTO `center_authority` VALUES ('413475227301838966', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-setting.importPointData', '导入测点数据', '0', '9999999999', '1684224445663', '1699234602903'); INSERT INTO `center_authority` VALUES ('413475227301838967', 'universal-monitoring-platform', 'project-info', 'universal-monitoring-platform.project-info.project-manage.details', '工程详情信息获取', '0', '9999999999', '1684224445666', '1699234602933'); INSERT INTO `center_authority` VALUES ('413475227301838968', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.video-setting.direct-modify', '直连点编辑', '0', '9999999999', '1684224445669', '1699234602966'); INSERT INTO `center_authority` VALUES ('413475227301838969', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.device-manage.export-device', '监测站点导入模板下载', '0', '9999999999', '1684224445672', '1699234603000'); INSERT INTO `center_authority` VALUES ('413475227301838970', 'universal-monitoring-platform', 'data-count', 'universal-monitoring-platform.data-count.data-report-show', '数据报表查看', '0', '9999999999', '1684224445675', '1699234603033'); INSERT INTO `center_authority` VALUES ('413475227301838971', 'universal-monitoring-platform', 'monitor-data', 'universal-monitoring-platform.monitor-data.view-deploy.get-deploy-indicator-tree', '监测信息查询-水库部署信息树', '0', '9999999999', '1684224445678', '1699234603066'); INSERT INTO `center_authority` VALUES ('413475227301838972', 'universal-monitoring-platform', 'smart-control', 'universal-monitoring-platform.smart-control.broadcast-control.create-group', '新增预警分组', '0', '9999999999', '1684224445682', '1699234595933'); INSERT INTO `center_authority` VALUES ('413475227301838973', 'universal-monitoring-platform', 'monitor-data', 'universal-monitoring-platform.monitor-data.view-deploy', '可视化监测面板', '0', '9999999999', '1684224445690', '1699234603103'); INSERT INTO `center_authority` VALUES ('413475227301838974', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.device-manage.historyData', '数据查看', '0', '9999999999', '1684224445697', '1699234595967'); INSERT INTO `center_authority` VALUES ('413475227301838975', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-setting.modify-device', '修改设备中心设备位置信息', '0', '9999999999', '1684224445703', '1699234596009'); INSERT INTO `center_authority` VALUES ('413475227301838976', 'universal-monitoring-platform', 'running-patrol', 'universal-monitoring-platform.running-patrol.patrol-table', '巡检列表', '0', '9999999999', '1684224445711', '1699234596104'); INSERT INTO `center_authority` VALUES ('413475227301838977', 'universal-monitoring-platform', 'project-info', 'universal-monitoring-platform.project-info.project-manage.detailsSave', '工程详情信息保存', '0', '9999999999', '1684224445719', '1699234603167'); INSERT INTO `center_authority` VALUES ('413475227301838978', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-setting.modify', '监测测点编辑', '0', '9999999999', '1684224445728', '1699339578662'); INSERT INTO `center_authority` VALUES ('413475227301838979', 'universal-monitoring-platform', 'data-count', 'universal-monitoring-platform.data-count.data-report-show.getMonitorPoint', '根据水库及指标ID获取所有测点', '0', '9999999999', '1684224445937', '1699234603208'); INSERT INTO `center_authority` VALUES ('413475227301838980', 'universal-monitoring-platform', 'account-safe', 'universal-monitoring-platform.account-safe.user-manage.add-or-update', '用户数据权限新增编辑', '0', '9999999999', '1684224445942', '1699234596201'); INSERT INTO `center_authority` VALUES ('413475227301838981', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.warning-broadcast-setting.add', '预警广播保存', '0', '9999999999', '1684224445946', '1699234603275'); INSERT INTO `center_authority` VALUES ('413475227301838982', 'universal-monitoring-platform', 'project-info', 'universal-monitoring-platform.project-info.project-manage.video-tree', '获取视频树', '0', '9999999999', '1684224445950', '1699234596254'); INSERT INTO `center_authority` VALUES ('413475227301838983', 'universal-monitoring-platform', 'universal', 'universal-monitoring-platform.universal.project-draw-info', '图层管理', '0', '9999999999', '1684224445955', '1699234603345'); INSERT INTO `center_authority` VALUES ('413475227301838984', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-setting', '监测测点配置', '0', '9999999999', '1684224445958', '1699234596285'); INSERT INTO `center_authority` VALUES ('413475227301838985', 'universal-monitoring-platform', 'warning-manage', 'universal-monitoring-platform.warning-manage.monitor-warning.alarm-sort-count', '预警分类统计', '0', '9999999999', '1684224445961', '1699234596334'); INSERT INTO `center_authority` VALUES ('413475227301838986', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-setting.indicatorElementConfig', '监测指标要素配置', '0', '9999999999', '1684224445964', '1699234603375'); INSERT INTO `center_authority` VALUES ('413475227301838987', 'universal-monitoring-platform', 'dashboard', 'universal-monitoring-platform.dashboard.dashboard-api.get-device-type', '控制设备统计', '0', '9999999999', '1684224445967', '1699234596422'); INSERT INTO `center_authority` VALUES ('413475227301838988', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-setting.indicatorElementSync', '监测指标要素同步数据中台', '0', '9999999999', '1684224445972', '1699234596559'); INSERT INTO `center_authority` VALUES ('413475227301838989', 'universal-monitoring-platform', 'running-patrol', 'universal-monitoring-platform.running-patrol.check-items-manage', '检查项管理', '0', '9999999999', '1684224445974', '1699234603408'); INSERT INTO `center_authority` VALUES ('413475227301838990', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.video-setting.add', '视频新增', '0', '9999999999', '1684224445977', '1699234596635'); INSERT INTO `center_authority` VALUES ('413475227301838991', 'universal-monitoring-platform', 'file-manage', 'universal-monitoring-platform.file-manage.file-manage.tree-remove', '文档树删除', '0', '9999999999', '1684224445981', '1699234603443'); INSERT INTO `center_authority` VALUES ('413475227301838992', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-setting.get-monitor-indicator-fixed-element', '根据监测指标获取固定要素', '0', '9999999999', '1684224445984', '1699234596721'); INSERT INTO `center_authority` VALUES ('413475227301838993', 'universal-monitoring-platform', 'account-safe', 'universal-monitoring-platform.account-safe.role-manage', '角色管理', '0', '9999999999', '1684224445987', '1699234603529'); INSERT INTO `center_authority` VALUES ('413475227301838994', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-setting.get-monitor-indicator-element', '根据监测指标获取指标要素', '0', '9999999999', '1684224445990', '1699234603559'); INSERT INTO `center_authority` VALUES ('413475227301838995', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-deploy.get-deploy-tree', '部件树获取', '0', '9999999999', '1684224445993', '1699234603625'); INSERT INTO `center_authority` VALUES ('413475227301838996', 'universal-monitoring-platform', 'smart-control', 'universal-monitoring-platform.smart-control.broadcast-control.remove-audio', '删除录音', '0', '9999999999', '1684224445996', '1699234596755'); INSERT INTO `center_authority` VALUES ('413475227301838997', 'universal-monitoring-platform', 'file-manage', 'universal-monitoring-platform.file-manage.file-manage.tree-add', '文档树新增', '0', '9999999999', '1684224445999', '1699234596784'); INSERT INTO `center_authority` VALUES ('413475227301838998', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-setting.indicatorConfig', '监测指标配置', '0', '9999999999', '1684224446003', '1699234603679'); INSERT INTO `center_authority` VALUES ('413475227301838999', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.style-setting', '个性化设置', '0', '9999999999', '1684224446009', '1699234596826'); INSERT INTO `center_authority` VALUES ('413475227301839000', 'universal-monitoring-platform', 'smart-control', 'universal-monitoring-platform.smart-control.broadcast-control.broadcast', '预警发布/终止', '0', '9999999999', '1684224446012', '1699234596910'); INSERT INTO `center_authority` VALUES ('413475227301839001', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.warning-broadcast-setting.page', '预警广播列表', '0', '9999999999', '1684224446015', '1699234603717'); INSERT INTO `center_authority` VALUES ('413475227301839002', 'universal-monitoring-platform', 'project-info', 'universal-monitoring-platform.project-info.project-manage.modify', '工程基础信息编辑', '0', '9999999999', '1684224446018', '1699234603804'); INSERT INTO `center_authority` VALUES ('413475227301839003', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.water-gate-setting', '闸门配置', '0', '9999999999', '1684224446021', '1699234597168'); INSERT INTO `center_authority` VALUES ('413475227301839004', 'universal-monitoring-platform', 'smart-control', 'universal-monitoring-platform.smart-control.pump-control', '泵站控制', '0', '9999999999', '1684224446024', '1699234603887'); INSERT INTO `center_authority` VALUES ('413475227301839005', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.video-setting.page', '视频列表', '0', '9999999999', '1684224446028', '1699234603929'); INSERT INTO `center_authority` VALUES ('413475227301839006', 'universal-monitoring-platform', 'project-info', 'universal-monitoring-platform.project-info.project-manage.saveMapDraw', '工程图层信息保存', '0', '9999999999', '1684224446031', '1699234603963'); INSERT INTO `center_authority` VALUES ('413475227301839007', 'universal-monitoring-platform', 'account-safe', 'universal-monitoring-platform.account-safe.unit-manage', '单位管理', '0', '9999999999', '1684224446034', '1699234597251'); INSERT INTO `center_authority` VALUES ('413475227301839008', 'universal-monitoring-platform', 'monitor-data', 'universal-monitoring-platform.monitor-data.view-deploy.get-realTime-data', '监测信息查询-测点实时数据-根据监测指标分类', '0', '9999999999', '1684224446038', '1699234597285'); INSERT INTO `center_authority` VALUES ('413475227301839009', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-setting.import-data', '监测测点信息导入', '0', '9999999999', '1684224446043', '1699234604088'); INSERT INTO `center_authority` VALUES ('413475227301839010', 'universal-monitoring-platform', 'monitor-data', 'universal-monitoring-platform.monitor-data.view-deploy.get-deploy-point-msg', '监测信息查询-页面测点数据查询', '0', '9999999999', '1684224446046', '1699234597352'); INSERT INTO `center_authority` VALUES ('413475227301839011', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.video-setting.direct-add', '直连点新增', '0', '9999999999', '1684224446048', '1699234597385'); INSERT INTO `center_authority` VALUES ('413475227301839012', 'universal-monitoring-platform', 'smart-control', 'universal-monitoring-platform.smart-control.broadcast-control.getById', '预警分组详情', '0', '9999999999', '1684224446051', '1699234597419'); INSERT INTO `center_authority` VALUES ('413475227301839013', 'universal-monitoring-platform', 'file-manage', 'universal-monitoring-platform.file-manage.file-manage.get-kk-file-view-url', '文档查看', '0', '9999999999', '1684224446054', '1699234597518'); INSERT INTO `center_authority` VALUES ('413475227301839014', 'universal-monitoring-platform', 'smart-control', 'universal-monitoring-platform.smart-control.broadcast-control.remove-group', '删除预警分组', '0', '9999999999', '1684224446058', '1699234604326'); INSERT INTO `center_authority` VALUES ('413475227301839015', 'universal-monitoring-platform', 'account-safe', 'universal-monitoring-platform.account-safe.unit-manage.remove', '单位信息删除', '0', '9999999999', '1684224446061', '1699234604360'); INSERT INTO `center_authority` VALUES ('413475227301839016', 'universal-monitoring-platform', 'monitor-data', 'universal-monitoring-platform.monitor-data.point-data.page', '测点实时数据分页列表', '0', '9999999999', '1684224446064', '1699234604447'); INSERT INTO `center_authority` VALUES ('413475227301839017', 'universal-monitoring-platform', 'warning-manage', 'universal-monitoring-platform.warning-manage.warning-notice-setting', '预警通知设置', '0', '9999999999', '1684224446067', '1699234597694'); INSERT INTO `center_authority` VALUES ('413475227301839018', 'universal-monitoring-platform', 'project-info', 'universal-monitoring-platform.project-info.project-manage.remove', '工程基础信息删除', '0', '9999999999', '1684224446070', '1699234604513'); INSERT INTO `center_authority` VALUES ('413475227301839019', 'universal-monitoring-platform', 'account-safe', 'universal-monitoring-platform.account-safe.unit-manage.tree', '单位信息树', '0', '9999999999', '1684224446075', '1699234597760'); INSERT INTO `center_authority` VALUES ('413475227301839020', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.device-manage.getDevTemplate', '获取设备模板', '0', '9999999999', '1684224446081', '1699234597839'); INSERT INTO `center_authority` VALUES ('413475227301839021', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-setting.remove', '测点删除', '0', '9999999999', '1684224446084', '1699234597881'); INSERT INTO `center_authority` VALUES ('413475227301839022', 'universal-monitoring-platform', 'warning-manage', 'universal-monitoring-platform.warning-manage.monitor-warning', '监测预警', '0', '9999999999', '1684224446087', '1699234604547'); INSERT INTO `center_authority` VALUES ('413475227301839023', 'universal-monitoring-platform', 'monitor-data', 'universal-monitoring-platform.monitor-data.point-data.exportTemplate', '测点数据历史数据导入模板下载', '0', '9999999999', '1684224446090', '1699234604602'); INSERT INTO `center_authority` VALUES ('413475227301839024', 'universal-monitoring-platform', 'smart-control', 'universal-monitoring-platform.smart-control.broadcast-control.download-audio', '下载录音', '0', '9999999999', '1684224446093', '1699234597914'); INSERT INTO `center_authority` VALUES ('413475227301839025', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-deploy.get-monitor-indicator-point-tree', '部件下测点获取', '0', '9999999999', '1684224446097', '1699234604643'); INSERT INTO `center_authority` VALUES ('413475227301839026', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.video-setting.direct-remove', '直连点删除', '0', '9999999999', '1684224446100', '1699234604672'); INSERT INTO `center_authority` VALUES ('413475227301839027', 'universal-monitoring-platform', 'file-manage', 'universal-monitoring-platform.file-manage.file-manage.add', '文档新增', '0', '9999999999', '1684224446103', '1699234597947'); INSERT INTO `center_authority` VALUES ('413475227301839028', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.monitor-deploy.get-monitor-deploy-by-id', '部件详情', '0', '9999999999', '1684224446106', '1699234604705'); INSERT INTO `center_authority` VALUES ('413475227301839029', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.notice-manage.page', '公告分页列表', '0', '9999999999', '1684224446109', '1699234604739'); INSERT INTO `center_authority` VALUES ('413475227301839030', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.video-setting.remove', '视频删除', '0', '9999999999', '1684224446112', '1699234598047'); INSERT INTO `center_authority` VALUES ('413475227301839031', 'universal-monitoring-platform', 'monitor-config', 'universal-monitoring-platform.monitor-config.warning-broadcast-setting.remove', '预警广播移除', '0', '9999999999', '1684224446116', '1699234604772'); INSERT INTO `center_authority` VALUES ('413475227301839032', 'universal-monitoring-platform', 'monitor-data', 'universal-monitoring-platform.monitor-data.point-data', '测点数据', '0', '9999999999', '1684224446119', '1699234598156'); INSERT INTO `center_authority` VALUES ('413475227301839033', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.notice-manage.add', '公告信息新增', '0', '9999999999', '1684224446122', '1699234598240'); INSERT INTO `center_authority` VALUES ('413501560773935272', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.device-manage.getBroadList', '获取广播设备列表', '0', '9999999999', '1684230724058', '1699234604394'); INSERT INTO `center_authority` VALUES ('416001259443585196', 'reservoir-monitoring-platform', 'warning-notice', 'reservoir-monitoring-platform.warning-notice.notice-list', '预警通知列表', '0', '9999999999', '1684826698366', '1686032378326'); INSERT INTO `center_authority` VALUES ('416025872613507191', 'reservoir-monitoring-platform', 'warning-notice', 'reservoir-monitoring-platform.warning-notice.notice-config.template', '通知模板', '0', '9999999999', '1684832566488', '1686032378239'); INSERT INTO `center_authority` VALUES ('416642818052718700', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.device-info.getDeviceCount', '获取设备数统计', '0', '9999999999', '1684979663042', '1686032378223'); INSERT INTO `center_authority` VALUES ('418553328478191700', 'reservoir-monitoring-platform', 'emergency', 'reservoir-monitoring-platform.emergency.emergency-support', '应急保障', '0', '9999999999', '1685435164099', '1686032378184'); INSERT INTO `center_authority` VALUES ('418553328478191733', 'reservoir-monitoring-platform', 'emergency', 'reservoir-monitoring-platform.emergency.emergency-support.modify', '编辑应急保障', '0', '9999999999', '1685435164149', '1686032378233'); INSERT INTO `center_authority` VALUES ('418553328478191897', 'reservoir-monitoring-platform', 'emergency', 'reservoir-monitoring-platform.emergency.emergency-support.page', '分页查询', '0', '9999999999', '1685435164407', '1686032378487'); INSERT INTO `center_authority` VALUES ('418553328478191923', 'reservoir-monitoring-platform', 'emergency', 'reservoir-monitoring-platform.emergency.emergency-support.delete', '删除', '0', '9999999999', '1685435164441', '1686032378524'); INSERT INTO `center_authority` VALUES ('418553328478191945', 'reservoir-monitoring-platform', 'emergency', 'reservoir-monitoring-platform.emergency.emergency-support.add', '新增应急保障', '0', '9999999999', '1685435164474', '1686032378563'); INSERT INTO `center_authority` VALUES ('418902660272357430', 'reservoir-monitoring-platform', 'emergency', 'reservoir-monitoring-platform.emergency.emergency-plan.page', '分页查询', '0', '9999999999', '1685518451369', '1686032378132'); INSERT INTO `center_authority` VALUES ('418902660272357453', 'reservoir-monitoring-platform', 'emergency', 'reservoir-monitoring-platform.emergency.emergency-plan.add', '新增预案', '0', '9999999999', '1685518451401', '1686032378172'); INSERT INTO `center_authority` VALUES ('418902660272357468', 'reservoir-monitoring-platform', 'emergency', 'reservoir-monitoring-platform.emergency.emergency-alarm.modify', '编辑预警', '0', '9999999999', '1685518451419', '1686032378192'); INSERT INTO `center_authority` VALUES ('418902660272357536', 'reservoir-monitoring-platform', 'emergency', 'reservoir-monitoring-platform.emergency.emergency-alarm.page', '分页查询', '0', '9999999999', '1685518451513', '1686032378296'); INSERT INTO `center_authority` VALUES ('418902660272357546', 'reservoir-monitoring-platform', 'emergency', 'reservoir-monitoring-platform.emergency.emergency-plan.modify', '编辑预案', '0', '9999999999', '1685518451525', '1686032378309'); INSERT INTO `center_authority` VALUES ('418902660272357591', 'reservoir-monitoring-platform', 'emergency', 'reservoir-monitoring-platform.emergency.emergency-alarm.getById', '查询单个应急预警', '0', '9999999999', '1685518451583', '1686032378375'); INSERT INTO `center_authority` VALUES ('418902660272357593', 'reservoir-monitoring-platform', 'emergency', 'reservoir-monitoring-platform.emergency.emergency-alarm.add', '新增预警', '0', '9999999999', '1685518451586', '1686032378378'); INSERT INTO `center_authority` VALUES ('418902660272357634', 'reservoir-monitoring-platform', 'emergency', 'reservoir-monitoring-platform.emergency.emergency-alarm.release', '发布预警', '0', '9999999999', '1685518451649', '1686032378443'); INSERT INTO `center_authority` VALUES ('418902660272357636', 'reservoir-monitoring-platform', 'emergency', 'reservoir-monitoring-platform.emergency.emergency-alarm.delete', '删除预警', '0', '9999999999', '1685518451652', '1686032378446'); INSERT INTO `center_authority` VALUES ('418902660272357642', 'reservoir-monitoring-platform', 'emergency', 'reservoir-monitoring-platform.emergency.emergency-plan', '应急预案', '0', '9999999999', '1685518451660', '1686032378454'); INSERT INTO `center_authority` VALUES ('418902660272357687', 'reservoir-monitoring-platform', 'emergency', 'reservoir-monitoring-platform.emergency.emergency-plan.getById', '查询单个应急预案', '0', '9999999999', '1685518451717', '1686032378518'); INSERT INTO `center_authority` VALUES ('418902660272357730', 'reservoir-monitoring-platform', 'emergency', 'reservoir-monitoring-platform.emergency.emergency-alarm', '应急预警', '0', '9999999999', '1685518451776', '1686032378594'); INSERT INTO `center_authority` VALUES ('418902660272357734', 'reservoir-monitoring-platform', 'emergency', 'reservoir-monitoring-platform.emergency.emergency-plan.delete', '删除预案', '0', '9999999999', '1685518451781', '1686032378599'); INSERT INTO `center_authority` VALUES ('419553067923406899', 'device-manage', 'alarm-manage', 'device-manage.alarm-manage.push-log.system-page', '系统消息', '0', '9999999999', '1685673530596', '1711448781179'); INSERT INTO `center_authority` VALUES ('419553067923406916', 'device-manage', 'alarm-manage', 'device-manage.alarm-manage.push-log.get-push-log-by-id', '系统消息详情', '0', '9999999999', '1685673532949', '1685673566833'); INSERT INTO `center_authority` VALUES ('419578518276407370', 'device-manage', 'alarm-manage', 'device-manage.alarm-manage.push-log.system-detail', '系统消息详情', '0', '9999999999', '1685679603248', '1711448781301'); INSERT INTO `center_authority` VALUES ('421008170094166035', 'universal-monitoring-platform', 'running-patrol', 'universal-monitoring-platform.running-patrol.patrol-ledger.get-disease-config-details', '巡检报告', '0', '9999999999', '1686020438662', '1699234592807'); INSERT INTO `center_authority` VALUES ('421008170094166044', 'universal-monitoring-platform', 'running-patrol', 'universal-monitoring-platform.running-patrol.patrol-ledger.get-inspect-info', '获取巡检记录', '0', '9999999999', '1686020438696', '1699234593016'); INSERT INTO `center_authority` VALUES ('421008170094166049', 'universal-monitoring-platform', 'running-patrol', 'universal-monitoring-platform.running-patrol.patrol-table.inspect-record-page', '巡检列表', '0', '9999999999', '1686020438714', '1699234593433'); INSERT INTO `center_authority` VALUES ('421008170094166070', 'universal-monitoring-platform', 'running-patrol', 'universal-monitoring-platform.running-patrol.add-disease-repair', '问题维修', '0', '9999999999', '1686020438799', '1686020758499'); INSERT INTO `center_authority` VALUES ('421008170094166077', 'universal-monitoring-platform', 'running-patrol', 'universal-monitoring-platform.running-patrol.patrol-ledger.update-inspect-report', '编辑报告', '0', '9999999999', '1686020438826', '1699234594891'); INSERT INTO `center_authority` VALUES ('421008170098360342', 'universal-monitoring-platform', 'data-count', 'universal-monitoring-platform.data-count.patrol-analysis.get-inspect-cycle-statistics', '工程巡检分析', '0', '9999999999', '1686020439118', '1699234596134'); INSERT INTO `center_authority` VALUES ('421008170098360343', 'universal-monitoring-platform', 'running-patrol', 'universal-monitoring-platform.running-patrol.patrol-table.add', '检查项新增', '0', '9999999999', '1686020439123', '1686020758606'); INSERT INTO `center_authority` VALUES ('421008170098360351', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.device-manage.getDeviceCount', '获取设备数统计', '0', '9999999999', '1686020439188', '1699234596667'); INSERT INTO `center_authority` VALUES ('421008170098360357', 'universal-monitoring-platform', 'dashboard', 'universal-monitoring-platform.dashboard.dashboard-api.get-device-condition', '大屏设备工况', '0', '9999999999', '1686020439212', '1699234596960'); INSERT INTO `center_authority` VALUES ('421008170098360366', 'universal-monitoring-platform', 'dashboard', 'universal-monitoring-platform.dashboard.dashboard-api.get-month-Inspection', '大屏月巡检事件', '0', '9999999999', '1686020439243', '1699234597622'); INSERT INTO `center_authority` VALUES ('421008170098360367', 'universal-monitoring-platform', 'running-patrol', 'universal-monitoring-platform.running-patrol.patrol-table.page', '检查项分页', '0', '9999999999', '1686020439248', '1686020758692'); INSERT INTO `center_authority` VALUES ('421008170098360375', 'universal-monitoring-platform', 'running-patrol', 'universal-monitoring-platform.running-patrol.patrol-ledger.get-inspect-person', '获取巡检员', '0', '9999999999', '1686020439276', '1699234598098'); INSERT INTO `center_authority` VALUES ('421008170098360404', 'universal-monitoring-platform', 'project-info', 'universal-monitoring-platform.project-info.project-manage.get-by-id', '工程基础信息详情', '0', '9999999999', '1686020439374', '1699234599816'); INSERT INTO `center_authority` VALUES ('421008170098360416', 'universal-monitoring-platform', 'running-patrol', 'universal-monitoring-platform.running-patrol.patrol-table.modify', '检查项编辑', '0', '9999999999', '1686020439413', '1686020758879'); INSERT INTO `center_authority` VALUES ('421008170098360418', 'universal-monitoring-platform', 'running-patrol', 'universal-monitoring-platform.running-patrol.patrol-ledger.get-inspect-track', '病害点位', '0', '9999999999', '1686020439420', '1699234600318'); INSERT INTO `center_authority` VALUES ('421008170098360424', 'universal-monitoring-platform', 'running-patrol', 'universal-monitoring-platform.running-patrol.patrol-table.remove', '检查项删除', '0', '9999999999', '1686020439440', '1686020758910'); INSERT INTO `center_authority` VALUES ('421008170098360427', 'universal-monitoring-platform', 'running-patrol', 'universal-monitoring-platform.running-patrol.repair-manage.page', '问题分页', '0', '9999999999', '1686020439449', '1686020758921'); INSERT INTO `center_authority` VALUES ('421008170098360432', 'universal-monitoring-platform', 'dashboard', 'universal-monitoring-platform.dashboard.dashboard-api.get-reservoir-warning', '监测告警', '0', '9999999999', '1686020439469', '1699234601007'); INSERT INTO `center_authority` VALUES ('421008170098360462', 'universal-monitoring-platform', 'running-patrol', 'universal-monitoring-platform.running-patrol.patrol-ledger.inspect-plan-setting', '设置计划', '0', '9999999999', '1686020439588', '1699234603242'); INSERT INTO `center_authority` VALUES ('421058228198047798', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.osmotic-pressure.changeInfoModify', '历史最高水位变化修改', '1', '9999999999', '1686032378129', null); INSERT INTO `center_authority` VALUES ('421058228198047813', 'reservoir-monitoring-platform', 'report', 'reservoir-monitoring-platform.report.osmotic-pressure.changeInfoConfirm', '历史最高水位变化确认', '1', '9999999999', '1686032378157', null); INSERT INTO `center_authority` VALUES ('421058228202242053', 'reservoir-monitoring-platform', 'emergency', 'reservoir-monitoring-platform.emergency.emergency-plan.getExerciseById', '预案id查演练', '1', '9999999999', '1686032378269', null); INSERT INTO `center_authority` VALUES ('421058228202242112', 'reservoir-monitoring-platform', 'emergency', 'reservoir-monitoring-platform.emergency.emergency-exercise.getPlanList', '获取预案列表', '1', '9999999999', '1686032378358', null); INSERT INTO `center_authority` VALUES ('421058228202242235', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.emergency-support.export', '导入模板下载', '1', '9999999999', '1686032378536', null); INSERT INTO `center_authority` VALUES ('421058228202242246', 'reservoir-monitoring-platform', 'emergency', 'reservoir-monitoring-platform.emergency.emergency-support.operation', '出入库操作', '1', '9999999999', '1686032378558', null); INSERT INTO `center_authority` VALUES ('421058228202242258', 'reservoir-monitoring-platform', 'emergency', 'reservoir-monitoring-platform.emergency.emergency-alarm.getUserList', '获取通知用户列表', '1', '9999999999', '1686032378574', null); INSERT INTO `center_authority` VALUES ('421058228202242267', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.emergency-support.import', '物资导入', '1', '9999999999', '1686032378588', null); INSERT INTO `center_authority` VALUES ('421064370504597570', 'universal-monitoring-platform', 'running-patrol', 'universal-monitoring-platform.running-patrol.problems-handle.add-disease-repair', '问题维修', '0', '9999999999', '1686033838049', '1699234595324'); INSERT INTO `center_authority` VALUES ('421064370504597604', 'universal-monitoring-platform', 'running-patrol', 'universal-monitoring-platform.running-patrol.check-items-manage.remove', '检查项删除', '0', '9999999999', '1686033838394', '1699234597218'); INSERT INTO `center_authority` VALUES ('421064370504597615', 'universal-monitoring-platform', 'running-patrol', 'universal-monitoring-platform.running-patrol.problems-handle.page', '问题分页', '0', '9999999999', '1686033838433', '1699234597814'); INSERT INTO `center_authority` VALUES ('421064370504597632', 'universal-monitoring-platform', 'running-patrol', 'universal-monitoring-platform.running-patrol.check-items-manage.modify', '检查项编辑', '0', '9999999999', '1686033838503', '1699234598657'); INSERT INTO `center_authority` VALUES ('421064370504597680', 'universal-monitoring-platform', 'project-info', 'universal-monitoring-platform.project-info.project-manage.get-user-check-project-tree', '获取用户选中工程树', '0', '9999999999', '1686033839105', '1699234601557'); INSERT INTO `center_authority` VALUES ('421064370504597682', 'universal-monitoring-platform', 'running-patrol', 'universal-monitoring-platform.running-patrol.check-items-manage.page', '检查项分页', '0', '9999999999', '1686033839117', '1699234601627'); INSERT INTO `center_authority` VALUES ('421064370504597706', 'universal-monitoring-platform', 'running-patrol', 'universal-monitoring-platform.running-patrol.check-items-manage.add', '检查项新增', '0', '9999999999', '1686033839217', '1699234603133'); INSERT INTO `center_authority` VALUES ('423143761086775312', 'universal-monitoring-platform', 'warning-notice', 'universal-monitoring-platform.warning-notice.notice-config.template.getParam', '获取模板插入参数', '0', '9999999999', '1686529603368', '1699234592707'); INSERT INTO `center_authority` VALUES ('423143761086775326', 'universal-monitoring-platform', 'warning-notice', 'universal-monitoring-platform.warning-notice.notice-config.delete', '删除', '0', '9999999999', '1686529603431', '1699234593174'); INSERT INTO `center_authority` VALUES ('423143761086775331', 'universal-monitoring-platform', 'warning-notice', 'universal-monitoring-platform.warning-notice.notice-config.template.getById', '根据ID获取模板', '0', '9999999999', '1686529603454', '1699234593483'); INSERT INTO `center_authority` VALUES ('423143761086775346', 'universal-monitoring-platform', 'monitor-data', 'universal-monitoring-platform.monitor-data.offline-data-download.delete', '删除', '0', '9999999999', '1686529603516', '1699234594093'); INSERT INTO `center_authority` VALUES ('423143761086775349', 'universal-monitoring-platform', 'warning-notice', 'universal-monitoring-platform.warning-notice.notice-config.getTemplateList', '根据类型获取模板', '0', '9999999999', '1686529603528', '1699234594201'); INSERT INTO `center_authority` VALUES ('423143761086775355', 'universal-monitoring-platform', 'monitor-data', 'universal-monitoring-platform.monitor-data.offline-data-download.getDevices', '获取设备信息', '0', '9999999999', '1686529603556', '1699234594510'); INSERT INTO `center_authority` VALUES ('423143761086775357', 'universal-monitoring-platform', 'warning-notice', 'universal-monitoring-platform.warning-notice.notice-config.template', '通知模板', '0', '9999999999', '1686529603565', '1699234594590'); INSERT INTO `center_authority` VALUES ('423143761086775358', 'universal-monitoring-platform', 'warning-notice', 'universal-monitoring-platform.warning-notice.notice-config.updateState', '更新开关状态', '0', '9999999999', '1686529603570', '1699234594624'); INSERT INTO `center_authority` VALUES ('423143761086775359', 'universal-monitoring-platform', 'inspect-manager', 'universal-monitoring-platform.inspect-manager.app-server.monitor-point-by-id', '监测测点信息', '0', '9999999999', '1686529603574', '1686551112193'); INSERT INTO `center_authority` VALUES ('423143761086775367', 'universal-monitoring-platform', 'warning-notice', 'universal-monitoring-platform.warning-notice.notice-config.template.add', '新增', '0', '9999999999', '1686529603608', '1699234595085'); INSERT INTO `center_authority` VALUES ('423143761086775371', 'universal-monitoring-platform', 'warning-notice', 'universal-monitoring-platform.warning-notice.notice-list', '预警通知列表', '0', '9999999999', '1686529603627', '1699234595290'); INSERT INTO `center_authority` VALUES ('423143761086775377', 'universal-monitoring-platform', 'monitor-data', 'universal-monitoring-platform.monitor-data.offline-data-download.page', '数据分页', '0', '9999999999', '1686529603654', '1699234595536'); INSERT INTO `center_authority` VALUES ('423143761086775379', 'universal-monitoring-platform', 'warning-notice', 'universal-monitoring-platform.warning-notice.notice-config.template.page', '分页查询', '0', '9999999999', '1686529603664', '1699234595633'); INSERT INTO `center_authority` VALUES ('423143761086775390', 'universal-monitoring-platform', 'warning-notice', 'universal-monitoring-platform.warning-notice.notice-config.getLevelList', '获取预警等级', '0', '9999999999', '1686529603719', '1699234596062'); INSERT INTO `center_authority` VALUES ('423143761086775398', 'universal-monitoring-platform', 'monitor-data', 'universal-monitoring-platform.monitor-data.offline-data-download.create', '新增下载任务', '0', '9999999999', '1686529603764', '1699234596367'); INSERT INTO `center_authority` VALUES ('423143761086775409', 'universal-monitoring-platform', 'warning-notice', 'universal-monitoring-platform.warning-notice.notice-config.template.modify', '编辑', '0', '9999999999', '1686529604433', '1699234597027'); INSERT INTO `center_authority` VALUES ('423143761086775410', 'universal-monitoring-platform', 'warning-notice', 'universal-monitoring-platform.warning-notice.notice-config.modify', '编辑', '0', '9999999999', '1686529604438', '1699234597105'); INSERT INTO `center_authority` VALUES ('423143761086775411', 'universal-monitoring-platform', 'warning-notice', 'universal-monitoring-platform.warning-notice.notice-list.page', '预警通知列表分页', '0', '9999999999', '1686529604442', '1699234597135'); INSERT INTO `center_authority` VALUES ('423143761086775416', 'universal-monitoring-platform', 'inspect-manager', 'universal-monitoring-platform.inspect-manager.app-server.get-user-by-id', '根据id获取用户信息', '0', '9999999999', '1686529604468', '1699234597318'); INSERT INTO `center_authority` VALUES ('423143761086775423', 'universal-monitoring-platform', 'warning-notice', 'universal-monitoring-platform.warning-notice.notice-config.getMonitorIndicator', '获取监测指标', '0', '9999999999', '1686529604497', '1699234597661'); INSERT INTO `center_authority` VALUES ('423143761086775425', 'universal-monitoring-platform', 'warning-notice', 'universal-monitoring-platform.warning-notice.notice-config.getById', '根据ID获取通知配置', '0', '9999999999', '1686529604505', '1699234597727'); INSERT INTO `center_authority` VALUES ('423143761086775432', 'universal-monitoring-platform', 'warning-notice', 'universal-monitoring-platform.warning-notice.notice-config.page', '预警通知设置分页', '0', '9999999999', '1686529604538', '1699234597981'); INSERT INTO `center_authority` VALUES ('423143761086775447', 'universal-monitoring-platform', 'monitor-data', 'universal-monitoring-platform.monitor-data.offline-data-download.downloadFile', '文件保存下载', '0', '9999999999', '1686529604813', '1699234598723'); INSERT INTO `center_authority` VALUES ('423143761086775459', 'universal-monitoring-platform', 'monitor-data', 'universal-monitoring-platform.monitor-data.offline-data-download.getMonitorIndicator', '获取监测指标', '0', '9999999999', '1686529604862', '1699234599499'); INSERT INTO `center_authority` VALUES ('423143761086775463', 'universal-monitoring-platform', 'monitor-data', 'universal-monitoring-platform.monitor-data.offline-data-download.getDeviceElement', '获取设备要素', '0', '9999999999', '1686529604879', '1699234599633'); INSERT INTO `center_authority` VALUES ('423143761086775466', 'universal-monitoring-platform', 'warning-notice', 'universal-monitoring-platform.warning-notice.notice-config', '预警通知设置', '0', '9999999999', '1686529604890', '1699234599733'); INSERT INTO `center_authority` VALUES ('423143761086775482', 'universal-monitoring-platform', 'monitor-data', 'universal-monitoring-platform.monitor-data.offline-data-download.redownload', '重新下载', '0', '9999999999', '1686529604952', '1699234600351'); INSERT INTO `center_authority` VALUES ('423143761086775513', 'universal-monitoring-platform', 'monitor-data', 'universal-monitoring-platform.monitor-data.offline-data-download.get-monitor-indicator-element', '根据监测指标获取指标要素', '0', '9999999999', '1686529605090', '1699234602591'); INSERT INTO `center_authority` VALUES ('423143761086775514', 'universal-monitoring-platform', 'warning-notice', 'universal-monitoring-platform.warning-notice.notice-config.getUserList', '获取通知用户列表', '0', '9999999999', '1686529605094', '1699234602628'); INSERT INTO `center_authority` VALUES ('423143761086775541', 'universal-monitoring-platform', 'monitor-data', 'universal-monitoring-platform.monitor-data.offline-data-download.getDownloadingList', '获取下载中任务记录', '0', '9999999999', '1686529605211', '1699234603751'); INSERT INTO `center_authority` VALUES ('423143761086775543', 'universal-monitoring-platform', 'inspect-manager', 'universal-monitoring-platform.inspect-manager.app-server.get-point-history', '监测测点历史数据', '0', '9999999999', '1686529605218', '1699234603859'); INSERT INTO `center_authority` VALUES ('423143761086775548', 'universal-monitoring-platform', 'warning-notice', 'universal-monitoring-platform.warning-notice.notice-config.add', '新增', '0', '9999999999', '1686529605237', '1699234604054'); INSERT INTO `center_authority` VALUES ('423143761086775552', 'universal-monitoring-platform', 'warning-notice', 'universal-monitoring-platform.warning-notice.notice-config.template.delete', '删除', '0', '9999999999', '1686529605253', '1699234604261'); INSERT INTO `center_authority` VALUES ('423143761086775553', 'universal-monitoring-platform', 'monitor-data', 'universal-monitoring-platform.monitor-data.offline-data-download.getMonitorPoint', '根据水库及指标ID获取所有测点', '0', '9999999999', '1686529605257', '1699234604293'); INSERT INTO `center_authority` VALUES ('423176861783162979', 'universal-monitoring-platform', 'project-info', 'universal-monitoring-platform.project-info.project-manage.get-tree-point', '获取设备树', '0', '9999999999', '1686537495711', null); INSERT INTO `center_authority` VALUES ('423233973611659279', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.running-patrol.add-disease-record', '问题上报', '0', '9999999999', '1686551111561', '1699234592541'); INSERT INTO `center_authority` VALUES ('423233973611659284', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.gis', 'APP服务GIS大屏管理', '0', '9999999999', '1686551111788', '1699234592774'); INSERT INTO `center_authority` VALUES ('423233973611659288', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.alarm', 'APP服务监测预警管理', '0', '9999999999', '1686551111806', '1686646537299'); INSERT INTO `center_authority` VALUES ('423233973611659289', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.running-patrol', 'APP服务管养巡检菜单', '0', '9999999999', '1686551111811', '1699234592907'); INSERT INTO `center_authority` VALUES ('423233973611659292', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.running-patrol.begin-inspect', '开始巡检', '0', '9999999999', '1686551111829', '1699234592983'); INSERT INTO `center_authority` VALUES ('423233973611659310', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.running-patrol.disease-record-page', '问题分页', '0', '9999999999', '1686551112117', '1699234593848'); INSERT INTO `center_authority` VALUES ('423233973611659313', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.broadcast', 'APP预警广播', '0', '9999999999', '1686551112132', '1699234594026'); INSERT INTO `center_authority` VALUES ('423233973611659321', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.broadcast.broadcast', '预警发布/终止', '0', '9999999999', '1686551112163', '1699234594323'); INSERT INTO `center_authority` VALUES ('423233973611659323', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.gate-monitor', 'app闸门监控', '0', '9999999999', '1686551112170', '1699234594390'); INSERT INTO `center_authority` VALUES ('423233973611659339', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.monitor', 'APP监测数据', '0', '9999999999', '1686551112234', '1699234595224'); INSERT INTO `center_authority` VALUES ('423233973611659340', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.notice-manage.get-new', '获取平台最新指定条数公告', '0', '9999999999', '1686551112241', '1699234595257'); INSERT INTO `center_authority` VALUES ('423233973611659346', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.monitor.get-point-history', 'APP监测信息查询-测点历史数据查询', '0', '9999999999', '1686551112265', '1699234595494'); INSERT INTO `center_authority` VALUES ('423233973611659356', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.running-patrol.count', '个数获取', '0', '9999999999', '1686551112306', '1699234595817'); INSERT INTO `center_authority` VALUES ('423233973611659390', 'universal-monitoring-platform', 'running-patrol', 'universal-monitoring-platform.running-patrol.patrol-table.inspect-record-remove', '巡检删除', '0', '9999999999', '1686551112669', '1699234597452'); INSERT INTO `center_authority` VALUES ('423233973611659391', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.gis.get-tree-point', '获取设备树', '0', '9999999999', '1686551112673', '1699234597485'); INSERT INTO `center_authority` VALUES ('423233973611659393', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.running-patrol.get-inspect-item-list', '获取巡查检查项', '0', '9999999999', '1686551112892', '1699234597552'); INSERT INTO `center_authority` VALUES ('423233973611659415', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.video', 'app视频监控', '0', '9999999999', '1686551113288', '1699234598523'); INSERT INTO `center_authority` VALUES ('423233973611659418', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.alarm.get-alarm-statistic', 'APP预警数据', '0', '9999999999', '1686551113312', '1686646537770'); INSERT INTO `center_authority` VALUES ('423233973611659421', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.running-patrol.update-inspect-route', '更新巡检记录点位', '0', '9999999999', '1686551113535', '1699234598757'); INSERT INTO `center_authority` VALUES ('423233973611659422', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.alarm.update-alarm-record', 'APP解除预警记录', '0', '9999999999', '1686551113538', '1686646537784'); INSERT INTO `center_authority` VALUES ('423233973611659430', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.broadcast.broadcast-list', 'app服务广播列表', '0', '9999999999', '1686551113772', '1699234599416'); INSERT INTO `center_authority` VALUES ('423233973611659433', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.running-patrol.get-inspect-record', '获取巡检记录', '0', '9999999999', '1686551113782', '1699234599566'); INSERT INTO `center_authority` VALUES ('423233973615853575', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.running-patrol.add-disease-repair', '问题维修', '0', '9999999999', '1686551113827', '1699234599891'); INSERT INTO `center_authority` VALUES ('423233973615853578', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.running-patrol.disease-record-details', '问题详情', '0', '9999999999', '1686551113839', '1699234599959'); INSERT INTO `center_authority` VALUES ('423233973615853593', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.broadcast.broadcastFindByType', '根据类型查询预警模板', '0', '9999999999', '1686551113900', '1699234600618'); INSERT INTO `center_authority` VALUES ('423233973615853616', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.notice-manage.page', '公告分页列表', '0', '9999999999', '1686551113995', '1699234602499'); INSERT INTO `center_authority` VALUES ('423233973615853624', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.video.video-list', 'app视频监控列表', '0', '9999999999', '1686551114027', '1699234602874'); INSERT INTO `center_authority` VALUES ('423233973615853637', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.monitor.get-monitor-data', 'APP监测数据', '0', '9999999999', '1686551114083', '1699234603308'); INSERT INTO `center_authority` VALUES ('423233973615853644', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.notice-manage', 'APP服务公告管理', '0', '9999999999', '1686551114114', '1699234603592'); INSERT INTO `center_authority` VALUES ('423233973615853655', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.running-patrol.inspect-record-page', '巡检分页', '0', '9999999999', '1686551114160', '1699234603996'); INSERT INTO `center_authority` VALUES ('423233973615853657', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.running-patrol.end-inspect', '结束巡检', '0', '9999999999', '1686551114167', '1699234604121'); INSERT INTO `center_authority` VALUES ('423233973615853658', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.alarm.get-alarm-detail', 'APP预警详细', '0', '9999999999', '1686551114170', '1686646538145'); INSERT INTO `center_authority` VALUES ('423233973615853660', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.running-patrol.save-user-check-project', '记忆用户选中工程', '0', '9999999999', '1686551114177', '1699234604226'); INSERT INTO `center_authority` VALUES ('423233973615853666', 'universal-monitoring-platform', 'running-patrol', 'universal-monitoring-platform.running-patrol.check-items-manage.list-by-project-type', '根据工程类型获取检查项', '0', '9999999999', '1686551114199', '1699234604480'); INSERT INTO `center_authority` VALUES ('423634218136895568', 'universal-monitoring-platform', 'app-server', 'universal-monitoring-platform.app-server.monitor.monitor-point-by-id', 'APP测点告警配置', '0', '9999999999', '1686646537505', '1699234595425'); INSERT INTO `center_authority` VALUES ('429802016877838370', 'device-manage', 'dev-info', 'device-manage.dev-info.scrapDevice', '报废设备', '0', '9999999999', '1688117055229', '1711448780956'); INSERT INTO `center_authority` VALUES ('429802016877838378', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.oper-mount-upgrade-task.updateStatus', '挂测任务详情', '0', '9999999999', '1688117055251', '1711448781035'); INSERT INTO `center_authority` VALUES ('429802016877838383', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.oper-mount-upgrade-task.add', '新建挂测任务', '0', '9999999999', '1688117055263', '1711448781056'); INSERT INTO `center_authority` VALUES ('429802016877838401', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.oper-mount-upgrade-task', '设备升级挂测', '0', '9999999999', '1688117055312', '1711448781154'); INSERT INTO `center_authority` VALUES ('429802016877838417', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.oper-mount-upgrade-task.device-list', '获取挂测设备分页', '0', '9999999999', '1688117055354', '1711448781234'); INSERT INTO `center_authority` VALUES ('435875341202882575', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.file-manage.tree', '获取文档树', '0', '9999999999', '1689565048439', '1699339574834'); INSERT INTO `center_authority` VALUES ('435875341202882576', 'irrigation-monitoring-platform', 'warning-manage', 'irrigation-monitoring-platform.warning-manage.notice-config.template.modify', '编辑', '0', '9999999999', '1689565048442', '1699339585444'); INSERT INTO `center_authority` VALUES ('435875341202882577', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.device-manage.modify-device', '修改设备中心设备位置信息', '0', '9999999999', '1689565048445', '1699339574907'); INSERT INTO `center_authority` VALUES ('435875341202882578', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.project-manage.unit-tree', '获取单位树', '0', '9999999999', '1689565048448', '1699339585511'); INSERT INTO `center_authority` VALUES ('435875341202882579', 'irrigation-monitoring-platform', 'running-patrol', 'irrigation-monitoring-platform.running-patrol.patrol-table.inspect-record-page', '巡检列表', '0', '9999999999', '1689565048452', '1699339574967'); INSERT INTO `center_authority` VALUES ('435875341202882580', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-alarm.delete', '删除预警', '0', '9999999999', '1689565048455', '1699339575192'); INSERT INTO `center_authority` VALUES ('435875341202882581', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.irrigate-config.page-crop', '农作分页', '0', '9999999999', '1689565048458', '1699339585544'); INSERT INTO `center_authority` VALUES ('435875341202882582', 'irrigation-monitoring-platform', 'data-count', 'irrigation-monitoring-platform.data-count.data-report-show', '数据报表查看', '0', '9999999999', '1689565048462', '1699339575242'); INSERT INTO `center_authority` VALUES ('435875341202882583', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-setting.getFormulaParam', '获取指标要素公式需用户输入常量', '0', '9999999999', '1689565048465', '1699339585639'); INSERT INTO `center_authority` VALUES ('435875341202882584', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.file-manage.add', '文档新增', '0', '9999999999', '1689565048468', '1699339585664'); INSERT INTO `center_authority` VALUES ('435875341202882585', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.project-manage.get-project-by-type', '根据工程类型获取工程', '0', '9999999999', '1689565048471', '1699339585689'); INSERT INTO `center_authority` VALUES ('435875341202882586', 'irrigation-monitoring-platform', 'running-patrol', 'irrigation-monitoring-platform.running-patrol.patrol-ledger', '巡检台账', '0', '9999999999', '1689565048475', '1699339575292'); INSERT INTO `center_authority` VALUES ('435875341202882587', 'irrigation-monitoring-platform', 'running-patrol', 'irrigation-monitoring-platform.running-patrol.patrol-ledger.inspect-plan-setting', '设置计划', '0', '9999999999', '1689565048478', '1699339575343'); INSERT INTO `center_authority` VALUES ('435875341202882588', 'irrigation-monitoring-platform', 'warning-manage', 'irrigation-monitoring-platform.warning-manage.notice-config.getMonitorIndicator', '获取监测指标', '0', '9999999999', '1689565048482', '1699339575393'); INSERT INTO `center_authority` VALUES ('435875341202882589', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.sand-table', '数字沙盘设置', '0', '9999999999', '1689565048485', '1699339575476'); INSERT INTO `center_authority` VALUES ('435875341202882590', 'irrigation-monitoring-platform', 'video', 'irrigation-monitoring-platform.video.info.video-tree', '视频通道树', '0', '9999999999', '1689565048489', '1699339585714'); INSERT INTO `center_authority` VALUES ('435875341202882591', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-support.import', '物资导入', '0', '9999999999', '1689565048492', '1699339575534'); INSERT INTO `center_authority` VALUES ('435875341202882592', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.notice-manage.page', '公告分页列表', '0', '9999999999', '1689565048495', '1699339575593'); INSERT INTO `center_authority` VALUES ('435875341202882593', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.notice-manage.page', '公告分页列表', '0', '9999999999', '1689565048498', '1699339585747'); INSERT INTO `center_authority` VALUES ('435875341202882594', 'irrigation-monitoring-platform', 'smart-control', 'irrigation-monitoring-platform.smart-control.pump-control', '泵站控制', '0', '9999999999', '1689565048502', '1699339585772'); INSERT INTO `center_authority` VALUES ('435875341202882595', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.irrigate-config.get-all-crops', '农作物列表', '0', '9999999999', '1689565048505', '1699339585805'); INSERT INTO `center_authority` VALUES ('435875341202882596', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.offline-data-download.create', '新增下载任务', '0', '9999999999', '1689565048508', '1699339575709'); INSERT INTO `center_authority` VALUES ('435875341202882597', 'irrigation-monitoring-platform', 'running-patrol', 'irrigation-monitoring-platform.running-patrol.problems-handle.add-disease-repair', '问题维修', '0', '9999999999', '1689565048511', '1699339585831'); INSERT INTO `center_authority` VALUES ('435875341202882598', 'irrigation-monitoring-platform', 'project-info', 'irrigation-monitoring-platform.project-info.get-chan-map', '渠道沙盘获取渠道图层', '0', '9999999999', '1689565048515', '1690371136528'); INSERT INTO `center_authority` VALUES ('435875341202882599', 'irrigation-monitoring-platform', 'running-patrol', 'irrigation-monitoring-platform.running-patrol.patrol-ledger.get-inspect-info', '获取巡检记录', '0', '9999999999', '1689565048519', '1699339585864'); INSERT INTO `center_authority` VALUES ('435875341202882600', 'irrigation-monitoring-platform', 'project-info', 'irrigation-monitoring-platform.project-info.save-monitor-irrigation-info', '灌区沙盘保存测点信息', '0', '9999999999', '1689565048522', '1690371136535'); INSERT INTO `center_authority` VALUES ('435875341202882601', 'irrigation-monitoring-platform', 'project-info', 'irrigation-monitoring-platform.project-info.save-chan-count-config', '渠道沙盘保存计算配置', '0', '9999999999', '1689565048526', '1690371136539'); INSERT INTO `center_authority` VALUES ('435875341202882602', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.device-manage.import-device', '监测站点设备导入', '0', '9999999999', '1689565048529', '1699339575893'); INSERT INTO `center_authority` VALUES ('435875341202882603', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.log-manage', '日志管理', '0', '9999999999', '1689565048532', '1699339585957'); INSERT INTO `center_authority` VALUES ('435875341202882604', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.device-manage.modify', '设备失联配置', '0', '9999999999', '1689565048536', '1699339586099'); INSERT INTO `center_authority` VALUES ('435875341202882605', 'irrigation-monitoring-platform', 'dashboard', 'irrigation-monitoring-platform.dashboard.dashboard-api.get-irrigation-flow-data', '查询单个灌区近7条流量数据', '0', '9999999999', '1689565048539', '1699339575969'); INSERT INTO `center_authority` VALUES ('435875341202882606', 'irrigation-monitoring-platform', 'warning-manage', 'irrigation-monitoring-platform.warning-manage.notice-config.template.page', '分页查询', '0', '9999999999', '1689565048542', '1699339576018'); INSERT INTO `center_authority` VALUES ('435875341202882607', 'irrigation-monitoring-platform', 'project-info', 'irrigation-monitoring-platform.project-info.get-map-irrigation-select', '灌区沙盘获取图层灌区下拉', '0', '9999999999', '1689565048545', '1690371136560'); INSERT INTO `center_authority` VALUES ('435875341202882608', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.charge-template', '收费模板设置', '0', '9999999999', '1689565048548', '1699339576127'); INSERT INTO `center_authority` VALUES ('435875341202882609', 'irrigation-monitoring-platform', 'warning-manage', 'irrigation-monitoring-platform.warning-manage.notice-config.modify', '编辑', '0', '9999999999', '1689565048551', '1699339576177'); INSERT INTO `center_authority` VALUES ('435875341202882610', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.style-setting.add-or-modify', '平台个性化信息新增、编辑', '0', '9999999999', '1689565048555', '1699339576301'); INSERT INTO `center_authority` VALUES ('435875341202882611', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.point-data.page', '测点实时数据分页列表', '0', '9999999999', '1689565048558', '1699339576402'); INSERT INTO `center_authority` VALUES ('435875341202882612', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-setting.export', '监测测点信息新增模板下载', '0', '9999999999', '1689565048561', '1699339576536'); INSERT INTO `center_authority` VALUES ('435875341202882613', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.video-setting.modify', '视频编辑', '0', '9999999999', '1689565048564', '1699339586174'); INSERT INTO `center_authority` VALUES ('435875341202882614', 'irrigation-monitoring-platform', 'running-patrol', 'irrigation-monitoring-platform.running-patrol.patrol-table.inspect-record-remove', '巡检删除', '0', '9999999999', '1689565048567', '1699339576684'); INSERT INTO `center_authority` VALUES ('435875341202882615', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.video-setting', '视频监控配置', '0', '9999999999', '1689565048571', '1699339576828'); INSERT INTO `center_authority` VALUES ('435875341202882616', 'irrigation-monitoring-platform', 'smart-control', 'irrigation-monitoring-platform.smart-control.broadcast-control.audio-list', '录音列表', '0', '9999999999', '1689565048574', '1699339577012'); INSERT INTO `center_authority` VALUES ('435875341202882617', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.device-manage.getBroadList', '获取广播设备列表', '0', '9999999999', '1689565048577', '1699339586207'); INSERT INTO `center_authority` VALUES ('435875341202882618', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.broadcast', 'App预警广播', '0', '9999999999', '1689565048580', '1699339586249'); INSERT INTO `center_authority` VALUES ('435875341202882619', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-plan.getExerciseById', '预案id查演练', '0', '9999999999', '1689565048583', '1699339586282'); INSERT INTO `center_authority` VALUES ('435875341202882620', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.monitor.monitor-point-by-id', 'App测点告警配置', '0', '9999999999', '1689565048587', '1699339586315'); INSERT INTO `center_authority` VALUES ('435875341202882621', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-setting.getProductType', '获取设备产品型号', '0', '9999999999', '1689565048590', '1699339586348'); INSERT INTO `center_authority` VALUES ('435875341202882622', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.offline-data-download.redownload', '重新下载', '0', '9999999999', '1689565048593', '1699339577320'); INSERT INTO `center_authority` VALUES ('435875341202882623', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.running-patrol.get-inspect-record', 'App获取巡检记录', '0', '9999999999', '1689565048597', '1699339577370'); INSERT INTO `center_authority` VALUES ('435875341202882624', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.running-patrol.add-disease-repair', 'App问题维修', '0', '9999999999', '1689565048600', '1699339586382'); INSERT INTO `center_authority` VALUES ('435875341202882625', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.device-manage.offline', '设备失联信息-权限菜单', '0', '9999999999', '1689565048603', '1699339577430'); INSERT INTO `center_authority` VALUES ('435875341202882626', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-deploy.savePicture', '保存图片', '0', '9999999999', '1689565048607', '1699339586449'); INSERT INTO `center_authority` VALUES ('435875341202882627', 'irrigation-monitoring-platform', 'smart-control', 'irrigation-monitoring-platform.smart-control.broadcast-control.modify-template', '编辑预警模板', '0', '9999999999', '1689565048610', '1699339577487'); INSERT INTO `center_authority` VALUES ('435875341202882628', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-alarm.getById', '查询单个应急预警', '0', '9999999999', '1689565048613', '1699339577537'); INSERT INTO `center_authority` VALUES ('435875341202882629', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.offline-data-download.getDeviceElement', '获取设备要素', '0', '9999999999', '1689565048616', '1699339586482'); INSERT INTO `center_authority` VALUES ('435875341202882630', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.water-user.enable-or-disable', '用水户启用禁用', '0', '9999999999', '1689565048620', '1699339586515'); INSERT INTO `center_authority` VALUES ('435875341202882631', 'irrigation-monitoring-platform', 'project-info', 'irrigation-monitoring-platform.project-info.get-monitor-irrigation-info', '灌区沙盘获取测点信息', '0', '9999999999', '1689565048623', '1690371136650'); INSERT INTO `center_authority` VALUES ('435875341202882632', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.warning-broadcast-setting.remove', '预警广播移除', '0', '9999999999', '1689565048626', '1699339577588'); INSERT INTO `center_authority` VALUES ('435875341202882633', 'irrigation-monitoring-platform', 'running-patrol', 'irrigation-monitoring-platform.running-patrol.patrol-table', '巡检列表', '0', '9999999999', '1689565048630', '1699339577638'); INSERT INTO `center_authority` VALUES ('435875341202882634', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.water-user.remove-project-rel', '用水户删除工程关系', '0', '9999999999', '1689565048633', '1699339577694'); INSERT INTO `center_authority` VALUES ('435875341202882635', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.project-manage.upload', '工程文件信息上传', '0', '9999999999', '1689565048636', '1699339586638'); INSERT INTO `center_authority` VALUES ('435875341202882636', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.project-manage.get-user-check-project-tree', '获取用户选中工程树', '0', '9999999999', '1689565048639', '1699339586682'); INSERT INTO `center_authority` VALUES ('435875341202882637', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.device-manage', '设备管理', '0', '9999999999', '1689565048642', '1699339586758'); INSERT INTO `center_authority` VALUES ('435875341202882638', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.irrigate-config.modify-crop', '农作编辑', '0', '9999999999', '1689565048646', '1699339586825'); INSERT INTO `center_authority` VALUES ('435875341202882639', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-alarm.page', '分页查询', '0', '9999999999', '1689565048649', '1699339577752'); INSERT INTO `center_authority` VALUES ('435875341202882640', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-support.page', '分页查询', '0', '9999999999', '1689565048652', '1699339586930'); INSERT INTO `center_authority` VALUES ('435875341202882641', 'irrigation-monitoring-platform', 'account-safe', 'irrigation-monitoring-platform.account-safe.unit-manage', '单位管理', '0', '9999999999', '1689565048655', '1699339586966'); INSERT INTO `center_authority` VALUES ('435875341202882642', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.device-manage.remove', '监测站点删除', '0', '9999999999', '1689565048659', '1699339587000'); INSERT INTO `center_authority` VALUES ('435875341202882643', 'irrigation-monitoring-platform', 'data-count', 'irrigation-monitoring-platform.data-count.data-report-show.getDataPage', '数据分页列表及图表数据', '0', '9999999999', '1689565048662', '1699339587042'); INSERT INTO `center_authority` VALUES ('435875341202882644', 'irrigation-monitoring-platform', 'smart-control', 'irrigation-monitoring-platform.smart-control.broadcast-control.group-tree', '预警分组树', '0', '9999999999', '1689565048665', '1699339587197'); INSERT INTO `center_authority` VALUES ('435875341202882645', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-alarm.add', '新增预警', '0', '9999999999', '1689565048669', '1699339587233'); INSERT INTO `center_authority` VALUES ('435875341202882646', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.device-manage.historyData', '数据查看', '0', '9999999999', '1689565048672', '1699339577803'); INSERT INTO `center_authority` VALUES ('435875341202882647', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.offline-data-download.get-monitor-indicator-element', '根据监测指标获取指标要素', '0', '9999999999', '1689565048675', '1699339587266'); INSERT INTO `center_authority` VALUES ('435875341202882648', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.screen-setting.add-or-modify', '菜单拖拽隐藏信息新增、编辑', '0', '9999999999', '1689565048679', '1699339587299'); INSERT INTO `center_authority` VALUES ('435875341202882649', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-exercise.updateFile', '上传总结', '0', '9999999999', '1689565048682', '1699339577836'); INSERT INTO `center_authority` VALUES ('435875341202882650', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.notice-manage.add', '公告信息新增', '0', '9999999999', '1689565048685', '1699339577869'); INSERT INTO `center_authority` VALUES ('435875341202882651', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-setting.indicatorConfig', '监测指标配置', '0', '9999999999', '1689565048688', '1699339587332'); INSERT INTO `center_authority` VALUES ('435875341202882652', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.view-deploy.get-deploy-indicator-tree', '监测信息查询-水库部署信息树', '0', '9999999999', '1689565048691', '1699339587405'); INSERT INTO `center_authority` VALUES ('435875341202882653', 'irrigation-monitoring-platform', 'smart-control', 'irrigation-monitoring-platform.smart-control.broadcast-control.download-audio', '下载录音', '0', '9999999999', '1689565048695', '1699339587433'); INSERT INTO `center_authority` VALUES ('435875341202882654', 'irrigation-monitoring-platform', 'warning-manage', 'irrigation-monitoring-platform.warning-manage.monitor-warning.summary-page', '预警列表汇总分页', '0', '9999999999', '1689565048698', '1699339577945'); INSERT INTO `center_authority` VALUES ('435875341202882655', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.screen-setting', '大屏管理', '0', '9999999999', '1689565048701', '1699339578020'); INSERT INTO `center_authority` VALUES ('435875341202882656', 'irrigation-monitoring-platform', 'account-safe', 'irrigation-monitoring-platform.account-safe.unit-manage.tree', '单位信息树', '0', '9999999999', '1689565048705', '1699339587466'); INSERT INTO `center_authority` VALUES ('435875341202882657', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-setting.get-monitor-elements', '获取测点要素-阈值设置集合', '0', '9999999999', '1689565048708', '1699339578072'); INSERT INTO `center_authority` VALUES ('435875341202882658', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.pump-setting', '泵站配置', '0', '9999999999', '1689565048712', '1699339578114'); INSERT INTO `center_authority` VALUES ('435875341202882659', 'irrigation-monitoring-platform', 'running-patrol', 'irrigation-monitoring-platform.running-patrol.check-items-manage', '检查项管理', '0', '9999999999', '1689565048715', '1699339587499'); INSERT INTO `center_authority` VALUES ('435875341202882660', 'irrigation-monitoring-platform', 'smart-control', 'irrigation-monitoring-platform.smart-control.broadcast-control.delete-template', '删除预警模板', '0', '9999999999', '1689565048718', '1699339587533'); INSERT INTO `center_authority` VALUES ('435875341202882661', 'irrigation-monitoring-platform', 'running-patrol', 'irrigation-monitoring-platform.running-patrol.patrol-ledger.get-disease-config-details', '巡检报告', '0', '9999999999', '1689565048721', '1699339587749'); INSERT INTO `center_authority` VALUES ('435875341202882662', 'irrigation-monitoring-platform', 'warning-manage', 'irrigation-monitoring-platform.warning-manage.notice-config.getTemplateList', '根据类型获取模板', '0', '9999999999', '1689565048725', '1699339587822'); INSERT INTO `center_authority` VALUES ('435875341202882663', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-deploy.get-monitor-deploy-by-id', '部件详情', '0', '9999999999', '1689565048728', '1699339587897'); INSERT INTO `center_authority` VALUES ('435875341202882664', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.video-setting.add', '视频新增', '0', '9999999999', '1689565048731', '1699339578178'); INSERT INTO `center_authority` VALUES ('435875341202882665', 'irrigation-monitoring-platform', 'smart-control', 'irrigation-monitoring-platform.smart-control.broadcast-control.findByType', '根据类型查询预警模板', '0', '9999999999', '1689565048735', '1699339578212'); INSERT INTO `center_authority` VALUES ('435875341202882666', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.view-deploy.get-realTime-data', '监测信息查询-测点实时数据-根据监测指标分类', '0', '9999999999', '1689565048738', '1699339588022'); INSERT INTO `center_authority` VALUES ('435875341202882667', 'irrigation-monitoring-platform', 'data-count', 'irrigation-monitoring-platform.data-count.patrol-analysis.get-inspect-cycle-statistics', '工程巡检分析', '0', '9999999999', '1689565048742', '1699339588091'); INSERT INTO `center_authority` VALUES ('435875341202882668', 'irrigation-monitoring-platform', 'project-info', 'irrigation-monitoring-platform.project-info.save-monitor-chan-info', '渠道沙盘保存测点信息', '0', '9999999999', '1689565048746', '1690371136786'); INSERT INTO `center_authority` VALUES ('435875341202882669', 'irrigation-monitoring-platform', 'smart-control', 'irrigation-monitoring-platform.smart-control.broadcast-control.create-template', '新增/编辑文本预警模板', '0', '9999999999', '1689565048750', '1699339578262'); INSERT INTO `center_authority` VALUES ('435875341202882670', 'irrigation-monitoring-platform', 'water-meter', 'irrigation-monitoring-platform.water-meter.chan-manage', '渠系用水计量', '0', '9999999999', '1689565048753', '1699339588158'); INSERT INTO `center_authority` VALUES ('435875341202882671', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.running-patrol.count', 'App数量统计', '0', '9999999999', '1689565048757', '1699339588192'); INSERT INTO `center_authority` VALUES ('435875341202882672', 'irrigation-monitoring-platform', 'warning-manage', 'irrigation-monitoring-platform.warning-manage.monitor-warning.get-indicator', '获取监测指标', '0', '9999999999', '1689565048760', '1699339578295'); INSERT INTO `center_authority` VALUES ('435875341202882673', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.charge-template.page', '收费模板分页', '0', '9999999999', '1689565048765', '1699339588234'); INSERT INTO `center_authority` VALUES ('435875341202882674', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.offline-data-download', '离线数据下载', '0', '9999999999', '1689565048769', '1699339578328'); INSERT INTO `center_authority` VALUES ('435875341202882675', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.view-deploy.get-point-history', '监测信息查询-测点历史数据查询', '0', '9999999999', '1689565048773', '1699339588267'); INSERT INTO `center_authority` VALUES ('435875341202882676', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.video', 'App视频监控', '0', '9999999999', '1689565048777', '1699339588300'); INSERT INTO `center_authority` VALUES ('435875341202882677', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.view-deploy.export-history-data', '测点历史数据导出', '0', '9999999999', '1689565048781', '1699339578431'); INSERT INTO `center_authority` VALUES ('435875341202882678', 'irrigation-monitoring-platform', 'data-count', 'irrigation-monitoring-platform.data-count.patrol-analysis', '巡检分析', '0', '9999999999', '1689565048785', '1699339578526'); INSERT INTO `center_authority` VALUES ('435875341202882679', 'irrigation-monitoring-platform', 'water-meter', 'irrigation-monitoring-platform.water-meter.water-user-manage.data', '用户用水数据', '0', '9999999999', '1689565048790', '1699339578595'); INSERT INTO `center_authority` VALUES ('435875341202882680', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-setting.indicatorElementSync', '监测指标要素同步数据中台', '0', '9999999999', '1689565048794', '1699339588367'); INSERT INTO `center_authority` VALUES ('435875341202882681', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.device-manage.export-device', '监测站点导入模板下载', '0', '9999999999', '1689565048798', '1699339588400'); INSERT INTO `center_authority` VALUES ('435875341202882682', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.file-manage', '文档管理', '0', '9999999999', '1689565048802', '1699339588433'); INSERT INTO `center_authority` VALUES ('435875341202882683', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-plan.delete', '删除预案', '0', '9999999999', '1689565048806', '1699339588467'); INSERT INTO `center_authority` VALUES ('435875341202882684', 'irrigation-monitoring-platform', 'project-info', 'irrigation-monitoring-platform.project-info.draw-irrigation', '灌区沙盘绘制编辑灌区', '0', '9999999999', '1689565048810', '1690371136841'); INSERT INTO `center_authority` VALUES ('435875341202882685', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.notice-manage.get-new', '获取平台最新指定条数公告', '0', '9999999999', '1689565048814', '1699339588509'); INSERT INTO `center_authority` VALUES ('435875341202882686', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.point-data.import', '测点数据历史数据导入', '0', '9999999999', '1689565048818', '1699339588543'); INSERT INTO `center_authority` VALUES ('435875341202882687', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.running-patrol', 'App管养巡检', '0', '9999999999', '1689565048822', '1699339588575'); INSERT INTO `center_authority` VALUES ('435875341202882688', 'irrigation-monitoring-platform', 'dashboard', 'irrigation-monitoring-platform.dashboard.dashboard-api.get-month-Inspection', '大屏月巡检事件', '0', '9999999999', '1689565048825', '1699339588609'); INSERT INTO `center_authority` VALUES ('435875341202882689', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-exercise.delete', '删除', '0', '9999999999', '1689565048828', '1699339578737'); INSERT INTO `center_authority` VALUES ('435875341202882690', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.device-manage.getProductType', '获取设备产品型号', '0', '9999999999', '1689565048832', '1699339578787'); INSERT INTO `center_authority` VALUES ('435875341202882691', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-support.add', '新增应急保障', '0', '9999999999', '1689565048835', '1699339578820'); INSERT INTO `center_authority` VALUES ('435875341202882692', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-setting.importPointData', '导入测点数据', '0', '9999999999', '1689565048838', '1699339588740'); INSERT INTO `center_authority` VALUES ('435875341202882693', 'irrigation-monitoring-platform', 'data-count', 'irrigation-monitoring-platform.data-count.data-report-show.getMonitorIndicator', '获取监测指标', '0', '9999999999', '1689565048842', '1699339588817'); INSERT INTO `center_authority` VALUES ('435875341202882694', 'irrigation-monitoring-platform', 'dashboard', 'irrigation-monitoring-platform.dashboard.dashboard-api.get-all-chan-flow-data', '所有渠道用水统计', '0', '9999999999', '1689565048845', '1699339588916'); INSERT INTO `center_authority` VALUES ('435875341202882695', 'irrigation-monitoring-platform', 'smart-control', 'irrigation-monitoring-platform.smart-control.broadcast-control', '预警广播', '0', '9999999999', '1689565048848', '1699339588949'); INSERT INTO `center_authority` VALUES ('435875341202882696', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.offline-data-download.getMonitorIndicator', '获取监测指标', '0', '9999999999', '1689565048852', '1699339588982'); INSERT INTO `center_authority` VALUES ('435875341202882697', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-support.operation', '出入库操作', '0', '9999999999', '1689565048857', '1699339589017'); INSERT INTO `center_authority` VALUES ('435875341202882698', 'irrigation-monitoring-platform', 'running-patrol', 'irrigation-monitoring-platform.running-patrol.check-items-manage.modify', '检查项编辑', '0', '9999999999', '1689565048860', '1699339589057'); INSERT INTO `center_authority` VALUES ('435875341202882699', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.file-manage.remove', '文档删除', '0', '9999999999', '1689565048864', '1699339589091'); INSERT INTO `center_authority` VALUES ('435875341202882700', 'irrigation-monitoring-platform', 'smart-control', 'irrigation-monitoring-platform.smart-control.broadcast-control.create-group', '新增预警分组', '0', '9999999999', '1689565048868', '1699339589124'); INSERT INTO `center_authority` VALUES ('435875341202882701', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.charge-template.modify', '收费模板编辑', '0', '9999999999', '1689565048871', '1699339578914'); INSERT INTO `center_authority` VALUES ('435875341202882702', 'irrigation-monitoring-platform', 'warning-manage', 'irrigation-monitoring-platform.warning-manage.notice-config.getLevelList', '获取预警等级', '0', '9999999999', '1689565048875', '1699339578939'); INSERT INTO `center_authority` VALUES ('435875341202882703', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.running-patrol.update-inspect-route', 'App更新巡检点位', '0', '9999999999', '1689565048878', '1699339589158'); INSERT INTO `center_authority` VALUES ('435875341202882704', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-deploy.get-deploy-tree', '部件树获取', '0', '9999999999', '1689565048882', '1699339589191'); INSERT INTO `center_authority` VALUES ('435875341202882705', 'irrigation-monitoring-platform', 'account-safe', 'irrigation-monitoring-platform.account-safe.user-manage.add-or-update', '用户数据权限新增编辑', '0', '9999999999', '1689565048885', '1699339589227'); INSERT INTO `center_authority` VALUES ('435875341202882706', 'irrigation-monitoring-platform', 'warning-manage', 'irrigation-monitoring-platform.warning-manage.notice-config.template.getById', '根据ID获取模板', '0', '9999999999', '1689565048889', '1699339589260'); INSERT INTO `center_authority` VALUES ('435875341202882707', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.video-setting.page', '视频列表', '0', '9999999999', '1689565048892', '1699339578989'); INSERT INTO `center_authority` VALUES ('435875341202882708', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.broadcast.broadcastFindByType', 'App查询预警模板', '0', '9999999999', '1689565048896', '1699339589302'); INSERT INTO `center_authority` VALUES ('435875341202882709', 'irrigation-monitoring-platform', 'dashboard', 'irrigation-monitoring-platform.dashboard.dashboard-api.get-device-condition', '大屏设备工况', '0', '9999999999', '1689565048899', '1699339579140'); INSERT INTO `center_authority` VALUES ('435875341202882710', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.water-user.add', '用水户新增', '0', '9999999999', '1689565048903', '1699339579198'); INSERT INTO `center_authority` VALUES ('435875341202882711', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.video.video-list', 'App获取视频列表', '0', '9999999999', '1689565048906', '1699339589459'); INSERT INTO `center_authority` VALUES ('435875341202882712', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.charge-template.add', '收费模板新增', '0', '9999999999', '1689565048910', '1699339579231'); INSERT INTO `center_authority` VALUES ('435875341202882713', 'irrigation-monitoring-platform', 'running-patrol', 'irrigation-monitoring-platform.running-patrol.check-items-manage.list-by-project-type', '根据工程类型获取检查项', '0', '9999999999', '1689565048913', '1699339579288'); INSERT INTO `center_authority` VALUES ('435875341202882714', 'irrigation-monitoring-platform', 'video', 'irrigation-monitoring-platform.video.warning', '预警广播', '0', '9999999999', '1689565048916', '1699339589660'); INSERT INTO `center_authority` VALUES ('435875341202882715', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.irrigate-config', '灌溉配置', '0', '9999999999', '1689565048920', '1699339589841'); INSERT INTO `center_authority` VALUES ('435875341202882716', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-setting.indicatorElementConfig', '监测指标要素配置', '0', '9999999999', '1689565048924', '1699339589929'); INSERT INTO `center_authority` VALUES ('435875341202882717', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.project-manage.device-tree', '获取设备树', '0', '9999999999', '1689565048927', '1699339589994'); INSERT INTO `center_authority` VALUES ('435875341202882718', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.project-manage.details', '工程详情信息获取', '0', '9999999999', '1689565048931', '1699339579316'); INSERT INTO `center_authority` VALUES ('435875341202882719', 'irrigation-monitoring-platform', 'data-count', 'irrigation-monitoring-platform.data-count.data-report-show.getMonitorPoint', '根据水库及指标ID获取所有测点', '0', '9999999999', '1689565048935', '1699339590143'); INSERT INTO `center_authority` VALUES ('435875341202882720', 'irrigation-monitoring-platform', 'dashboard', 'irrigation-monitoring-platform.dashboard.dashboard-api', '大屏功能', '0', '9999999999', '1689565048939', '1699339590177'); INSERT INTO `center_authority` VALUES ('435875341202882721', 'irrigation-monitoring-platform', 'project-info', 'irrigation-monitoring-platform.project-info.get-all-map-point', '地块沙盘获取测点点位', '0', '9999999999', '1689565048942', '1690371136984'); INSERT INTO `center_authority` VALUES ('435875341202882722', 'irrigation-monitoring-platform', 'project-info', 'irrigation-monitoring-platform.project-info.draw-chan', '渠道沙盘绘制编辑渠道', '0', '9999999999', '1689565048946', '1690371136987'); INSERT INTO `center_authority` VALUES ('435875341202882723', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.running-patrol.begin-inspect', 'App开始巡检任务', '0', '9999999999', '1689565048950', '1699339590317'); INSERT INTO `center_authority` VALUES ('435875341202882724', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.warning-broadcast-setting', '预警广播配置', '0', '9999999999', '1689565048953', '1699339590358'); INSERT INTO `center_authority` VALUES ('435875341202882725', 'irrigation-monitoring-platform', 'running-patrol', 'irrigation-monitoring-platform.running-patrol.problems-handle.page', '问题分页', '0', '9999999999', '1689565048957', '1699339579471'); INSERT INTO `center_authority` VALUES ('435875341202882726', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.view-deploy.get-deploy-point-msg', '监测信息查询-页面测点数据查询', '0', '9999999999', '1689565048961', '1699339590396'); INSERT INTO `center_authority` VALUES ('435875341202882727', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-support', '应急保障', '0', '9999999999', '1689565048964', '1699339579522'); INSERT INTO `center_authority` VALUES ('435875341202882728', 'irrigation-monitoring-platform', 'smart-control', 'irrigation-monitoring-platform.smart-control.broadcast-control.remove-audio', '删除录音', '0', '9999999999', '1689565048968', '1699339579548'); INSERT INTO `center_authority` VALUES ('435875341202882729', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-exercise.page', '分页查询', '0', '9999999999', '1689565048972', '1699339579582'); INSERT INTO `center_authority` VALUES ('435875341202882730', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-setting.get-code-name', '获取默认监测测点编码、名称', '0', '9999999999', '1689565048976', '1699339579615'); INSERT INTO `center_authority` VALUES ('435875341202882731', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.log-manage.page', '系统日志分页列表', '0', '9999999999', '1689565048980', '1699339590458'); INSERT INTO `center_authority` VALUES ('435875341202882732', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.charge-template.remove', '收费模板删除', '0', '9999999999', '1689565048984', '1699339579696'); INSERT INTO `center_authority` VALUES ('435875341202882733', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.offline-data-download.delete', '删除', '0', '9999999999', '1689565048988', '1699339579723'); INSERT INTO `center_authority` VALUES ('435875341202882734', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.warning-broadcast-setting.page', '预警广播列表', '0', '9999999999', '1689565048992', '1699339590492'); INSERT INTO `center_authority` VALUES ('435875341202882735', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-deploy', '监测测点部署', '0', '9999999999', '1689565048996', '1699339579822'); INSERT INTO `center_authority` VALUES ('435875341202882736', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.project-manage.get-by-id', '工程基础信息详情', '0', '9999999999', '1689565049001', '1699339579974'); INSERT INTO `center_authority` VALUES ('435875341202882737', 'irrigation-monitoring-platform', 'project-info', 'irrigation-monitoring-platform.project-info.get-massif-info', '地块沙盘获取地块信息', '0', '9999999999', '1689565049005', '1690371137039'); INSERT INTO `center_authority` VALUES ('435875341202882738', 'irrigation-monitoring-platform', 'running-patrol', 'irrigation-monitoring-platform.running-patrol.problems-handle', '问题维修', '0', '9999999999', '1689565049009', '1699339580007'); INSERT INTO `center_authority` VALUES ('435875341202882739', 'irrigation-monitoring-platform', 'project-info', 'irrigation-monitoring-platform.project-info.get-monitor-chan-info', '渠道沙盘获取测点信息', '0', '9999999999', '1689565049013', '1690371137046'); INSERT INTO `center_authority` VALUES ('435875341202882740', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.point-data.historyPage', '测点历史数据分页列表', '0', '9999999999', '1689565049017', '1699339590526'); INSERT INTO `center_authority` VALUES ('435875341202882741', 'irrigation-monitoring-platform', 'account-safe', 'irrigation-monitoring-platform.account-safe.unit-manage.remove', '单位信息删除', '0', '9999999999', '1689565049020', '1699339590558'); INSERT INTO `center_authority` VALUES ('435875341202882742', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.view-deploy.get-deploy-point-alarm', '监测信息查询-测点告警状态汇总统计', '0', '9999999999', '1689565049024', '1699339590592'); INSERT INTO `center_authority` VALUES ('435875341202882743', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-plan.page', '分页查询', '0', '9999999999', '1689565049028', '1699339580122'); INSERT INTO `center_authority` VALUES ('435875341202882744', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-deploy.deploy-detail', '测点部署保存', '0', '9999999999', '1689565049032', '1699339590625'); INSERT INTO `center_authority` VALUES ('435875341202882745', 'irrigation-monitoring-platform', 'warning-manage', 'irrigation-monitoring-platform.warning-manage.notice-config.template.getParam', '获取模板插入参数', '0', '9999999999', '1689565049036', '1699339590663'); INSERT INTO `center_authority` VALUES ('435875341202882746', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.notice-manage.remove', '公告信息删除', '0', '9999999999', '1689565049041', '1699339590693'); INSERT INTO `center_authority` VALUES ('435875341202882747', 'irrigation-monitoring-platform', 'dashboard', 'irrigation-monitoring-platform.dashboard.dashboard-api.get-weather', '天气', '0', '9999999999', '1689565049045', '1699339580183'); INSERT INTO `center_authority` VALUES ('435875341202882749', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.running-patrol.add-disease-record', 'App问题上报', '0', '9999999999', '1689565049053', '1699339580249'); INSERT INTO `center_authority` VALUES ('435875341202882750', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.monitor.get-monitor-data', 'App监测数据', '0', '9999999999', '1689565049057', '1699339591009'); INSERT INTO `center_authority` VALUES ('435875341202882751', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.project-manage.page-file', '工程基础信息分页', '0', '9999999999', '1689565049061', '1699339580282'); INSERT INTO `center_authority` VALUES ('435875341202882752', 'irrigation-monitoring-platform', 'account-safe', 'irrigation-monitoring-platform.account-safe.unit-manage.add', '单位信息新增', '0', '9999999999', '1689565049065', '1699339591084'); INSERT INTO `center_authority` VALUES ('435875341202882753', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.project-manage.getList', '工程类型获取', '0', '9999999999', '1689565049070', '1699339580318'); INSERT INTO `center_authority` VALUES ('435875341202882754', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.warning-broadcast-setting.add', '预警广播保存', '0', '9999999999', '1689565049074', '1699339580358'); INSERT INTO `center_authority` VALUES ('435875341202882755', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-exercise.getPlanList', '获取预案列表', '0', '9999999999', '1689565049078', '1699339591142'); INSERT INTO `center_authority` VALUES ('435875341202882756', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-support.delete', '删除', '0', '9999999999', '1689565049082', '1699339580392'); INSERT INTO `center_authority` VALUES ('435875341202882757', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-setting.export-data', '监测测点信息导出', '0', '9999999999', '1689565049086', '1699339591226'); INSERT INTO `center_authority` VALUES ('435875341202882758', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.video-setting.direct-modify', '直连点编辑', '0', '9999999999', '1689565049090', '1699339591288'); INSERT INTO `center_authority` VALUES ('435875341202882759', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.gate-monitor', 'App闸门监控', '0', '9999999999', '1689565049094', '1699339591322'); INSERT INTO `center_authority` VALUES ('435875341202882760', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-alarm.modify', '编辑预警', '0', '9999999999', '1689565049098', '1699339591351'); INSERT INTO `center_authority` VALUES ('435875341202882761', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.view-deploy.get-point-elements', '监测信息查询-测点历史数据查询-获取测点要素列表', '0', '9999999999', '1689565049102', '1699339591418'); INSERT INTO `center_authority` VALUES ('435875341202882762', 'irrigation-monitoring-platform', 'warning-manage', 'irrigation-monitoring-platform.warning-manage.notice-list.page', '预警通知列表分页', '0', '9999999999', '1689565049107', '1699339580499'); INSERT INTO `center_authority` VALUES ('435875341202882763', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.water-user', '用水户管理', '0', '9999999999', '1689565049111', '1699339591564'); INSERT INTO `center_authority` VALUES ('435875341202882764', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.monitor', 'App监测数据', '0', '9999999999', '1689565049115', '1699339580541'); INSERT INTO `center_authority` VALUES ('435875341202882765', 'irrigation-monitoring-platform', 'running-patrol', 'irrigation-monitoring-platform.running-patrol.patrol-ledger.get-inspect-person', '获取巡检员', '0', '9999999999', '1689565049119', '1699339591630'); INSERT INTO `center_authority` VALUES ('435875341202882766', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-setting.add', '监测测点新增', '0', '9999999999', '1689565049123', '1699339580575'); INSERT INTO `center_authority` VALUES ('435875341202882767', 'irrigation-monitoring-platform', 'project-info', 'irrigation-monitoring-platform.project-info.get-massif-map', '地块沙盘获取地块图层', '0', '9999999999', '1689565049127', '1690371137149'); INSERT INTO `center_authority` VALUES ('435875341202882768', 'irrigation-monitoring-platform', 'running-patrol', 'irrigation-monitoring-platform.running-patrol.patrol-ledger.update-inspect-report', '编辑报告', '0', '9999999999', '1689565049131', '1699339591665'); INSERT INTO `center_authority` VALUES ('435875341202882769', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.offline-data-download.downloadFile', '文件保存下载', '0', '9999999999', '1689565049135', '1699339591726'); INSERT INTO `center_authority` VALUES ('435875341202882770', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.running-patrol.get-inspect-item-list', 'App获取检查项', '0', '9999999999', '1689565049139', '1699339580608'); INSERT INTO `center_authority` VALUES ('435875341202882771', 'irrigation-monitoring-platform', 'dashboard', 'irrigation-monitoring-platform.dashboard.dashboard-api.get-screen-map-data', '大屏地图点位数据', '0', '9999999999', '1689565049145', '1699339580650'); INSERT INTO `center_authority` VALUES ('435875341202882772', 'irrigation-monitoring-platform', 'dashboard', 'irrigation-monitoring-platform.dashboard.dashboard-api.get-reservoir-warning', '监测告警', '0', '9999999999', '1689565049149', '1699339591989'); INSERT INTO `center_authority` VALUES ('435875341202882773', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-alarm.getUserList', '获取通知用户列表', '0', '9999999999', '1689565049153', '1699339580683'); INSERT INTO `center_authority` VALUES ('435875341202882774', 'irrigation-monitoring-platform', 'warning-manage', 'irrigation-monitoring-platform.warning-manage.notice-config.template.delete', '删除', '0', '9999999999', '1689565049157', '1699339580748'); INSERT INTO `center_authority` VALUES ('435875341202882775', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.file-manage.page', '文档列表', '0', '9999999999', '1689565049161', '1699339580848'); INSERT INTO `center_authority` VALUES ('435875341202882776', 'irrigation-monitoring-platform', 'project-info', 'irrigation-monitoring-platform.project-info.get-monitor-massif-info', '地块沙盘保存测点绑定信息', '0', '9999999999', '1689565049165', '1690371137183'); INSERT INTO `center_authority` VALUES ('435875341202882777', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.project-manage.video-tree', '获取视频树', '0', '9999999999', '1689565049169', '1699339580950'); INSERT INTO `center_authority` VALUES ('435875341202882778', 'irrigation-monitoring-platform', 'dashboard', 'irrigation-monitoring-platform.dashboard.dashboard-api.get-chan-level-count', '渠道统计', '0', '9999999999', '1689565049173', '1699339580983'); INSERT INTO `center_authority` VALUES ('435875341202882779', 'irrigation-monitoring-platform', 'smart-control', 'irrigation-monitoring-platform.smart-control.video-control', '视频监控', '0', '9999999999', '1689565049179', '1699339592056'); INSERT INTO `center_authority` VALUES ('435875341202882780', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.irrigate-config.get-config', '灌溉季配置-获取', '0', '9999999999', '1689565049183', '1699339592122'); INSERT INTO `center_authority` VALUES ('435875341202882781', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-exercise.add', '新增演练', '0', '9999999999', '1689565049187', '1699339592173'); INSERT INTO `center_authority` VALUES ('435875341202882782', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.project-manage.add', '工程基础信息新增', '0', '9999999999', '1689565049191', '1699339581133'); INSERT INTO `center_authority` VALUES ('435875341202882783', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.water-user.add-project-rel', '用水户添加工程关系', '0', '9999999999', '1689565049195', '1699339581267'); INSERT INTO `center_authority` VALUES ('435875341202882784', 'irrigation-monitoring-platform', 'dashboard', 'irrigation-monitoring-platform.dashboard.dashboard-api.get-point', '测点统计', '0', '9999999999', '1689565049199', '1699339581325'); INSERT INTO `center_authority` VALUES ('435875341202882785', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.project-manage.saveMapDraw', '工程图层信息保存', '0', '9999999999', '1689565049203', '1699339592206'); INSERT INTO `center_authority` VALUES ('435875341202882786', 'irrigation-monitoring-platform', 'warning-manage', 'irrigation-monitoring-platform.warning-manage.notice-config.delete', '删除', '0', '9999999999', '1689565049207', '1699339592239'); INSERT INTO `center_authority` VALUES ('435875341202882787', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.project-manage.detailsSave', '工程详情信息保存', '0', '9999999999', '1689565049211', '1699339581359'); INSERT INTO `center_authority` VALUES ('435875341202882788', 'irrigation-monitoring-platform', 'account-safe', 'irrigation-monitoring-platform.account-safe.role-manage', '角色管理', '0', '9999999999', '1689565049216', '1699339592281'); INSERT INTO `center_authority` VALUES ('435875341202882789', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.offline-data-download.getDevices', '获取设备信息', '0', '9999999999', '1689565049219', '1699339592327'); INSERT INTO `center_authority` VALUES ('435875341202882790', 'irrigation-monitoring-platform', 'dashboard', 'irrigation-monitoring-platform.dashboard.dashboard-api.get-irrigation-info', '获取灌区', '0', '9999999999', '1689565049223', '1699339581425'); INSERT INTO `center_authority` VALUES ('435875341202882791', 'irrigation-monitoring-platform', 'account-safe', 'irrigation-monitoring-platform.account-safe.unit-manage.modify', '单位信息编辑', '0', '9999999999', '1689565049227', '1699339592465'); INSERT INTO `center_authority` VALUES ('435875341202882792', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-plan', '应急预案', '0', '9999999999', '1689565049230', '1699339592499'); INSERT INTO `center_authority` VALUES ('435875341202882793', 'irrigation-monitoring-platform', 'data-count', 'irrigation-monitoring-platform.data-count.data-report-show.getMonitorPointElement', '获取要素列表', '0', '9999999999', '1689565049234', '1699339592540'); INSERT INTO `center_authority` VALUES ('435875341202882794', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.notice-manage.modify', '公告信息编辑', '0', '9999999999', '1689565049237', '1699339592573'); INSERT INTO `center_authority` VALUES ('435875341202882795', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.irrigate-config.remove-crop', '农作删除', '0', '9999999999', '1689565049241', '1699339592606'); INSERT INTO `center_authority` VALUES ('435875341202882796', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.project-manage.modify', '工程基础信息编辑', '0', '9999999999', '1689565049244', '1699339581791'); INSERT INTO `center_authority` VALUES ('435875341202882797', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.file-manage.tree-modify', '文档树编辑', '0', '9999999999', '1689565049248', '1699339581849'); INSERT INTO `center_authority` VALUES ('435875341202882798', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-setting.get-all-monitor-indicator-element', '根据监测指标获取所有指标要素', '0', '9999999999', '1689565049252', '1699339581893'); INSERT INTO `center_authority` VALUES ('435875341202882799', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.file-manage.tree-remove', '文档树删除', '0', '9999999999', '1689565049256', '1699339581926'); INSERT INTO `center_authority` VALUES ('435875341202882800', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.offline-data-download.page', '数据分页', '0', '9999999999', '1689565049259', '1699339582059'); INSERT INTO `center_authority` VALUES ('435875341202882801', 'irrigation-monitoring-platform', 'warning-manage', 'irrigation-monitoring-platform.warning-manage.notice-config.getById', '根据ID获取通知配置', '0', '9999999999', '1689565049263', '1699339592640'); INSERT INTO `center_authority` VALUES ('435875341202882802', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.gis.get-tree-point', '获取设备树', '0', '9999999999', '1689565049267', '1699339592788'); INSERT INTO `center_authority` VALUES ('435875341202882803', 'irrigation-monitoring-platform', 'project-info', 'irrigation-monitoring-platform.project-info.draw-massif', '地块沙盘绘制编辑地块', '0', '9999999999', '1689565049270', '1690371137277'); INSERT INTO `center_authority` VALUES ('435875341202882804', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.device-manage.getDevices', '获取设备中心设备列表', '0', '9999999999', '1689565049274', '1699339592848'); INSERT INTO `center_authority` VALUES ('435875341202882805', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.device-manage.add-device', '添加设备', '0', '9999999999', '1689565049277', '1699339592815'); INSERT INTO `center_authority` VALUES ('435875341202882806', 'irrigation-monitoring-platform', 'project-info', 'irrigation-monitoring-platform.project-info.get-water-map-point', '水情监测点位获取', '0', '9999999999', '1689565049281', '1690371137288'); INSERT INTO `center_authority` VALUES ('435875341202882807', 'irrigation-monitoring-platform', 'project-info', 'irrigation-monitoring-platform.project-info.get-irrigation-map', '灌区沙盘获取灌区图层', '0', '9999999999', '1689565049284', '1690371137292'); INSERT INTO `center_authority` VALUES ('435875341202882808', 'irrigation-monitoring-platform', 'smart-control', 'irrigation-monitoring-platform.smart-control.broadcast-control.group-page', '预警分组列表', '0', '9999999999', '1689565049288', '1699339592924'); INSERT INTO `center_authority` VALUES ('435875341202882809', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.file-manage.get-kk-file-view-url', '文档查看', '0', '9999999999', '1689565049291', '1699339592957'); INSERT INTO `center_authority` VALUES ('435875341202882810', 'irrigation-monitoring-platform', 'running-patrol', 'irrigation-monitoring-platform.running-patrol.check-items-manage.remove', '检查项删除', '0', '9999999999', '1689565049295', '1699339592991'); INSERT INTO `center_authority` VALUES ('435875341202882811', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-setting.modify-device', '修改设备中心设备位置信息', '0', '9999999999', '1689565049298', '1699339582168'); INSERT INTO `center_authority` VALUES ('435875341202882812', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-alarm', '应急预警', '0', '9999999999', '1689565049302', '1699339593024'); INSERT INTO `center_authority` VALUES ('435875341202882813', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.water-user.update', '用水户更新', '0', '9999999999', '1689565049305', '1699339582227'); INSERT INTO `center_authority` VALUES ('435875341202882814', 'irrigation-monitoring-platform', 'warning-manage', 'irrigation-monitoring-platform.warning-manage.monitor-warning.update-alarm-record', '解除预警记录', '0', '9999999999', '1689565049309', '1699339582260'); INSERT INTO `center_authority` VALUES ('435875341202882815', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-setting.get-all-monitor-indicator', '获取所有监测指标', '0', '9999999999', '1689565049313', '1699339582293'); INSERT INTO `center_authority` VALUES ('435875341202882816', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-plan.add', '新增预案', '0', '9999999999', '1689565049316', '1699339582326'); INSERT INTO `center_authority` VALUES ('435875341202882817', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.water-user.remove', '用水户移除', '0', '9999999999', '1689565049319', '1691025705402'); INSERT INTO `center_authority` VALUES ('435875341202882818', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.water-user.export-template', '用水户导出模板', '0', '9999999999', '1689565049323', '1699339593115'); INSERT INTO `center_authority` VALUES ('435875341202882819', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.device-manage.get', '设备失联信息查看', '0', '9999999999', '1689565049327', '1699339582518'); INSERT INTO `center_authority` VALUES ('435875341202882820', 'irrigation-monitoring-platform', 'running-patrol', 'irrigation-monitoring-platform.running-patrol.patrol-ledger.get-inspect-track', '病害点位', '0', '9999999999', '1689565049330', '1699339582633'); INSERT INTO `center_authority` VALUES ('435875341202882821', 'irrigation-monitoring-platform', 'warning-manage', 'irrigation-monitoring-platform.warning-manage.notice-list', '预警通知列表', '0', '9999999999', '1689565049334', '1699339582760'); INSERT INTO `center_authority` VALUES ('435875341202882822', 'irrigation-monitoring-platform', 'water-meter', 'irrigation-monitoring-platform.water-meter.chan-manage.data', '渠系用水数据', '0', '9999999999', '1689565049337', '1699339593149'); INSERT INTO `center_authority` VALUES ('435875341202882823', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.point-data.exportTemplate', '测点数据历史数据导入模板下载', '0', '9999999999', '1689565049341', '1699339582860'); INSERT INTO `center_authority` VALUES ('435875341202882824', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.offline-data-download.getMonitorPoint', '根据水库及指标ID获取所有测点', '0', '9999999999', '1689565049344', '1699339593286'); INSERT INTO `center_authority` VALUES ('435875341202882825', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.project-manage.details-column', '工程信息字段获取', '0', '9999999999', '1689565049348', '1699339593486'); INSERT INTO `center_authority` VALUES ('435875341202882826', 'irrigation-monitoring-platform', 'warning-manage', 'irrigation-monitoring-platform.warning-manage.notice-config.page', '预警通知设置分页', '0', '9999999999', '1689565049352', '1699339582943'); INSERT INTO `center_authority` VALUES ('435875341202882827', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.project-manage.remove', '工程基础信息删除', '0', '9999999999', '1689565049355', '1699339582977'); INSERT INTO `center_authority` VALUES ('435875341202882828', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.video-setting.direct-add', '直连点新增', '0', '9999999999', '1689565049359', '1699339583010'); INSERT INTO `center_authority` VALUES ('435875341202882829', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.sand-table-show', '灌区数字沙盘', '0', '9999999999', '1689565049362', '1699339583067'); INSERT INTO `center_authority` VALUES ('435875341202882830', 'irrigation-monitoring-platform', 'project-info', 'irrigation-monitoring-platform.project-info.get-map-chan-select', '渠道沙盘获取图层渠道下拉', '0', '9999999999', '1689565049366', '1690371137370'); INSERT INTO `center_authority` VALUES ('435875341202882831', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.running-patrol.save-user-check-project', '记忆用户选中工程', '0', '9999999999', '1689565049370', '1699339593578'); INSERT INTO `center_authority` VALUES ('435875341202882832', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-setting.page', '监测测点分页', '0', '9999999999', '1689565049373', '1699339593667'); INSERT INTO `center_authority` VALUES ('435875341202882833', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-setting.remove', '测点删除', '0', '9999999999', '1689565049377', '1699339593728'); INSERT INTO `center_authority` VALUES ('435875341202882834', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.device-manage.getDeviceCount', '获取设备数统计', '0', '9999999999', '1689565049380', '1699339583144'); INSERT INTO `center_authority` VALUES ('435875341202882835', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.style-setting', '个性化设置', '0', '9999999999', '1689565049384', '1699339583242'); INSERT INTO `center_authority` VALUES ('435875341202882836', 'irrigation-monitoring-platform', 'running-patrol', 'irrigation-monitoring-platform.running-patrol.check-items-manage.add', '检查项新增', '0', '9999999999', '1689565049388', '1699339593758'); INSERT INTO `center_authority` VALUES ('435875341202882837', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.video-setting.direct-page', '直连点列表', '0', '9999999999', '1689565049391', '1699339593791'); INSERT INTO `center_authority` VALUES ('435875341202882838', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.running-patrol.inspect-record-page', 'App巡检分页', '0', '9999999999', '1689565049395', '1699339583277'); INSERT INTO `center_authority` VALUES ('435875341202882839', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-deploy.deploy', '部件新增编辑', '0', '9999999999', '1689565049399', '1699339593825'); INSERT INTO `center_authority` VALUES ('435875341202882840', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-alarm.release', '发布预警', '0', '9999999999', '1689565049402', '1699339583310'); INSERT INTO `center_authority` VALUES ('435875341202882841', 'irrigation-monitoring-platform', 'warning-manage', 'irrigation-monitoring-platform.warning-manage.monitor-warning', '监测预警', '0', '9999999999', '1689565049406', '1699339593853'); INSERT INTO `center_authority` VALUES ('435875341202882842', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.running-patrol.disease-record-page', 'App问题分页', '0', '9999999999', '1689565049410', '1699339583359'); INSERT INTO `center_authority` VALUES ('435875341202882843', 'irrigation-monitoring-platform', 'project-info', 'irrigation-monitoring-platform.project-info.get-crop-legend', '地块沙盘获取农作物图例', '0', '9999999999', '1689565049413', '1690371137435'); INSERT INTO `center_authority` VALUES ('435875341202882844', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.water-user-data', 'App用户用水计量', '0', '9999999999', '1689565049417', '1699339583409'); INSERT INTO `center_authority` VALUES ('435875341202882845', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-setting.import-data', '监测测点信息导入', '0', '9999999999', '1689565049421', '1699339593916'); INSERT INTO `center_authority` VALUES ('435875341202882846', 'irrigation-monitoring-platform', 'project-info', 'irrigation-monitoring-platform.project-info.get-chan-info', '渠道沙盘获取渠道信息', '0', '9999999999', '1689565049424', '1690371137446'); INSERT INTO `center_authority` VALUES ('435875341202882847', 'irrigation-monitoring-platform', 'account-safe', 'irrigation-monitoring-platform.account-safe.user-manage', '用户管理', '0', '9999999999', '1689565049428', '1699339593950'); INSERT INTO `center_authority` VALUES ('435875341202882848', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-exercise.modify', '编辑演练', '0', '9999999999', '1689565049432', '1699339594025'); INSERT INTO `center_authority` VALUES ('435875341202882849', 'irrigation-monitoring-platform', 'warning-manage', 'irrigation-monitoring-platform.warning-manage.notice-config.add', '新增', '0', '9999999999', '1689565049437', '1699339583517'); INSERT INTO `center_authority` VALUES ('435875341202882850', 'irrigation-monitoring-platform', 'warning-manage', 'irrigation-monitoring-platform.warning-manage.notice-config.getUserList', '获取通知用户列表', '0', '9999999999', '1689565049441', '1699339583561'); INSERT INTO `center_authority` VALUES ('435875341202882851', 'irrigation-monitoring-platform', 'project-info', 'irrigation-monitoring-platform.project-info.get-chan-mid-select', '渠道沙盘获取测点信息', '0', '9999999999', '1689565049445', '1690371137463'); INSERT INTO `center_authority` VALUES ('435875341202882852', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.file-manage.tree-add', '文档树新增', '0', '9999999999', '1689565049449', '1699339583594'); INSERT INTO `center_authority` VALUES ('435875341202882853', 'irrigation-monitoring-platform', 'smart-control', 'irrigation-monitoring-platform.smart-control.broadcast-control.group-order', '预警分组排序', '0', '9999999999', '1689565049453', '1699339594112'); INSERT INTO `center_authority` VALUES ('435875341202882854', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.log-manage.get-operation-type', '获取系统日志类型', '0', '9999999999', '1689565049456', '1699339594142'); INSERT INTO `center_authority` VALUES ('435875341202882855', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.water-user.import', '用水户导出模板', '0', '9999999999', '1689565049460', '1699339594175'); INSERT INTO `center_authority` VALUES ('435875341202882856', 'irrigation-monitoring-platform', 'warning-manage', 'irrigation-monitoring-platform.warning-manage.notice-config.template.add', '新增', '0', '9999999999', '1689565049464', '1699339594208'); INSERT INTO `center_authority` VALUES ('435875341202882857', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-exercise', '应急演练', '0', '9999999999', '1689565049467', '1699339583945'); INSERT INTO `center_authority` VALUES ('435875341202882858', 'irrigation-monitoring-platform', 'smart-control', 'irrigation-monitoring-platform.smart-control.broadcast-control.log-page', '预警日志', '0', '9999999999', '1689565049471', '1699339584053'); INSERT INTO `center_authority` VALUES ('435875341202882859', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-setting', '监测测点配置', '0', '9999999999', '1689565049474', '1699339584134'); INSERT INTO `center_authority` VALUES ('435875341202882860', 'irrigation-monitoring-platform', 'warning-manage', 'irrigation-monitoring-platform.warning-manage.notice-config', '预警通知设置', '0', '9999999999', '1689565049478', '1699339594242'); INSERT INTO `center_authority` VALUES ('435875341202882861', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.offline-data-download.getDownloadingList', '获取下载中任务记录', '0', '9999999999', '1689565049481', '1699339594275'); INSERT INTO `center_authority` VALUES ('435875341202882862', 'irrigation-monitoring-platform', 'project-info', 'irrigation-monitoring-platform.project-info.get-irrigation-info', '灌区沙盘获取灌区信息', '0', '9999999999', '1689565049485', '1690371137499'); INSERT INTO `center_authority` VALUES ('435875341202882863', 'irrigation-monitoring-platform', 'inspect-manager', 'irrigation-monitoring-platform.inspect-manager.app-server.get-point-history', '监测测点历史数据', '0', '9999999999', '1689565049489', '1699339594388'); INSERT INTO `center_authority` VALUES ('435875341202882864', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.project-manage.remove-file', '工程文件信息删除', '0', '9999999999', '1689565049493', '1699339584251'); INSERT INTO `center_authority` VALUES ('435875341202882865', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.project-manage.get-chan-by-type', '根据渠道级别获取渠道', '0', '9999999999', '1689565049496', '1699339594434'); INSERT INTO `center_authority` VALUES ('435875341202882866', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.project-manage.deploy-tree', '获取部署树', '0', '9999999999', '1689565049500', '1699339584296'); INSERT INTO `center_authority` VALUES ('435875341202882867', 'irrigation-monitoring-platform', 'dashboard', 'irrigation-monitoring-platform.dashboard.dashboard-api.get-irrigation-use-flow-data', '查询单个灌区用水量统计', '0', '9999999999', '1689565049503', '1699339584326'); INSERT INTO `center_authority` VALUES ('435875341202882868', 'irrigation-monitoring-platform', 'dashboard', 'irrigation-monitoring-platform.dashboard.dashboard-api.get-all-user-flow-data', '用水户统计', '0', '9999999999', '1689565049507', '1699339594467'); INSERT INTO `center_authority` VALUES ('435875341202882869', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.notice-manage.get-new', '获取平台最新指定条数公告', '0', '9999999999', '1689565049510', '1699339584360'); INSERT INTO `center_authority` VALUES ('435875341202882870', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.water-gate-setting', '闸门配置', '0', '9999999999', '1689565049514', '1699339584395'); INSERT INTO `center_authority` VALUES ('435875341202882871', 'irrigation-monitoring-platform', 'running-patrol', 'irrigation-monitoring-platform.running-patrol.check-items-manage.page', '检查项分页', '0', '9999999999', '1689565049518', '1699339594584'); INSERT INTO `center_authority` VALUES ('435875341202882872', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.chan-data', 'App渠系用水计量', '0', '9999999999', '1689565049521', '1699339594618'); INSERT INTO `center_authority` VALUES ('435875341202882873', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.notice-manage', 'App服务公告管理', '0', '9999999999', '1689565049525', '1699339584429'); INSERT INTO `center_authority` VALUES ('435875341202882874', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-setting.get-monitor-indicator', '获取监测指标', '0', '9999999999', '1689565049529', '1699339584460'); INSERT INTO `center_authority` VALUES ('435875341202882875', 'irrigation-monitoring-platform', 'warning-manage', 'irrigation-monitoring-platform.warning-manage.notice-config.template', '通知模板', '0', '9999999999', '1689565049532', '1699339594659'); INSERT INTO `center_authority` VALUES ('435875341202882876', 'irrigation-monitoring-platform', 'water-meter', 'irrigation-monitoring-platform.water-meter.water-consumption-quota.add', '用水定额添加', '0', '9999999999', '1689565049536', null); INSERT INTO `center_authority` VALUES ('435875341202882877', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-support.modify', '编辑应急保障', '0', '9999999999', '1689565049540', '1699339594692'); INSERT INTO `center_authority` VALUES ('435875341202882878', 'irrigation-monitoring-platform', 'smart-control', 'irrigation-monitoring-platform.smart-control.broadcast-control.modify-group', '编辑预警分组', '0', '9999999999', '1689565049543', '1699339584512'); INSERT INTO `center_authority` VALUES ('435875341202882879', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-setting.get-monitor-indicator-element', '根据监测指标获取指标要素', '0', '9999999999', '1689565049547', '1699339584577'); INSERT INTO `center_authority` VALUES ('435875341202882880', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.water-user.get-user-rel', '获取用户工程关系', '0', '9999999999', '1689565049551', '1699339594760'); INSERT INTO `center_authority` VALUES ('435875341202882881', 'irrigation-monitoring-platform', 'account-safe', 'irrigation-monitoring-platform.account-safe.user-manage.get', '获取用户数据权限', '0', '9999999999', '1689565049554', '1699339584652'); INSERT INTO `center_authority` VALUES ('435875341202882882', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.point-data', '测点数据', '0', '9999999999', '1689565049558', '1699339594842'); INSERT INTO `center_authority` VALUES ('435875341202882883', 'irrigation-monitoring-platform', 'smart-control', 'irrigation-monitoring-platform.smart-control.broadcast-control.broadcast', '预警发布/终止', '0', '9999999999', '1689565049562', '1699339594876'); INSERT INTO `center_authority` VALUES ('435875341202882884', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-setting.modify', '监测测点编辑', '0', '9999999999', '1689565049565', '1699339594934'); INSERT INTO `center_authority` VALUES ('435875341202882885', 'irrigation-monitoring-platform', 'warning-manage', 'irrigation-monitoring-platform.warning-manage.notice-config.updateState', '更新开关状态', '0', '9999999999', '1689565049569', '1699339594968'); INSERT INTO `center_authority` VALUES ('435875341202882886', 'irrigation-monitoring-platform', 'project-info', 'irrigation-monitoring-platform.project-info.save-irrigation-count-config', '灌区沙盘保存计算配置', '0', '9999999999', '1689565049573', '1690371137585'); INSERT INTO `center_authority` VALUES ('435875341202882887', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-deploy.remove', '部件删除', '0', '9999999999', '1689565049577', '1699339595035'); INSERT INTO `center_authority` VALUES ('435875341202882888', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-deploy.get-monitor-indicator-point-tree', '部件下测点获取', '0', '9999999999', '1689565049581', '1699339584726'); INSERT INTO `center_authority` VALUES ('435875341202882889', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.irrigate-config.add-crop', '农作新增', '0', '9999999999', '1689565049585', '1699339595068'); INSERT INTO `center_authority` VALUES ('435875341202882890', 'irrigation-monitoring-platform', 'water-meter', 'irrigation-monitoring-platform.water-meter.water-user-manage', '用户用水计量', '0', '9999999999', '1689565049588', '1699339595101'); INSERT INTO `center_authority` VALUES ('435875341202882891', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.project-manage.page', '工程基础信息分页', '0', '9999999999', '1689565049592', '1699339595143'); INSERT INTO `center_authority` VALUES ('435875341202882892', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.notice-manage', '公告管理', '0', '9999999999', '1689565049596', '1699339595180'); INSERT INTO `center_authority` VALUES ('435875341202882893', 'irrigation-monitoring-platform', 'inspect-manager', 'irrigation-monitoring-platform.inspect-manager.app-server.get-user-by-id', '根据id获取用户信息', '0', '9999999999', '1689565049599', '1699339584793'); INSERT INTO `center_authority` VALUES ('435875341202882894', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-plan.modify', '编辑预案', '0', '9999999999', '1689565049603', '1699339595226'); INSERT INTO `center_authority` VALUES ('435875341202882895', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.project-manage.project-tree', '获取工程树', '0', '9999999999', '1689565049607', '1699339584837'); INSERT INTO `center_authority` VALUES ('435875341202882896', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.running-patrol.end-inspect', 'App结束巡检', '0', '9999999999', '1689565049611', '1699339584885'); INSERT INTO `center_authority` VALUES ('435875341202882897', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.broadcast.broadcast-list', 'App服务广播列表', '0', '9999999999', '1689565049614', '1699339595294'); INSERT INTO `center_authority` VALUES ('435875341202882898', 'irrigation-monitoring-platform', 'project-info', 'irrigation-monitoring-platform.project-info.get-map-massif-select', '地块沙盘获取图层地块下拉', '0', '9999999999', '1689565049618', '1690371137630'); INSERT INTO `center_authority` VALUES ('435875341202882899', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.monitor.get-point-history', 'App监测信息查询-测点历史数据查询', '0', '9999999999', '1689565049622', '1699339595327'); INSERT INTO `center_authority` VALUES ('435875341202882900', 'irrigation-monitoring-platform', 'smart-control', 'irrigation-monitoring-platform.smart-control.broadcast-control.getById', '预警分组详情', '0', '9999999999', '1689565049626', '1699339584919'); INSERT INTO `center_authority` VALUES ('435875341202882901', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.irrigate-config.save-config', '灌溉季配置-保存', '0', '9999999999', '1689565049629', '1699339584952'); INSERT INTO `center_authority` VALUES ('435875341202882902', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.video-setting.remove', '视频删除', '0', '9999999999', '1689565049633', '1699339595361'); INSERT INTO `center_authority` VALUES ('435875341202882903', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.device-manage.getDevTemplate', '获取设备模板', '0', '9999999999', '1689565049637', '1699339584985'); INSERT INTO `center_authority` VALUES ('435875341202882904', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-support.export', '导入模板下载', '0', '9999999999', '1689565049640', '1699339585102'); INSERT INTO `center_authority` VALUES ('435875341202882905', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.screen-setting.get', '查看菜单拖拽隐藏信息', '0', '9999999999', '1689565049644', '1699339585136'); INSERT INTO `center_authority` VALUES ('435875341202882906', 'irrigation-monitoring-platform', 'account-safe', 'irrigation-monitoring-platform.account-safe.user-center', '个人中心', '0', '9999999999', '1689565049648', '1699339585180'); INSERT INTO `center_authority` VALUES ('435875341202882907', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.broadcast.broadcast', 'App预警发布/终止', '0', '9999999999', '1689565049652', '1699339595560'); INSERT INTO `center_authority` VALUES ('435875341202882908', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.view-deploy', '可视化监测面板', '0', '9999999999', '1689565049655', '1699339585211'); INSERT INTO `center_authority` VALUES ('435875341202882909', 'irrigation-monitoring-platform', 'smart-control', 'irrigation-monitoring-platform.smart-control.broadcast-control.remove-group', '删除预警分组', '0', '9999999999', '1689565049659', '1699339595594'); INSERT INTO `center_authority` VALUES ('435875341202882910', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-setting.getDevices', '获取设备中心设备列表', '0', '9999999999', '1689565049663', '1699339595622'); INSERT INTO `center_authority` VALUES ('435875341202882911', 'irrigation-monitoring-platform', 'emergency', 'irrigation-monitoring-platform.emergency.emergency-plan.getById', '查询单个应急预案', '0', '9999999999', '1689565049667', '1699339595656'); INSERT INTO `center_authority` VALUES ('435875341202882912', 'irrigation-monitoring-platform', 'warning-manage', 'irrigation-monitoring-platform.warning-manage.monitor-warning.alarm-sort-count', '预警分类统计', '0', '9999999999', '1689565049670', '1699339595689'); INSERT INTO `center_authority` VALUES ('435875341202882913', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.gis', 'App服务GIS大屏管理', '0', '9999999999', '1689565049674', '1699339595723'); INSERT INTO `center_authority` VALUES ('435875341202882914', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.monitor-setting.get-monitor-indicator-fixed-element', '根据监测指标获取固定要素', '0', '9999999999', '1689565049678', '1699339585277'); INSERT INTO `center_authority` VALUES ('435875341202882915', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.running-patrol.disease-record-details', 'App问题详情', '0', '9999999999', '1689565049682', '1699339595756'); INSERT INTO `center_authority` VALUES ('435875341202882916', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.video-setting.direct-remove', '直连点删除', '0', '9999999999', '1689565049686', '1699339595794'); INSERT INTO `center_authority` VALUES ('435875341202882917', 'irrigation-monitoring-platform', 'dashboard', 'irrigation-monitoring-platform.dashboard.dashboard-api.get-device-type', '控制设备统计', '0', '9999999999', '1689565049689', '1699339585346'); INSERT INTO `center_authority` VALUES ('435875341202882918', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.project-manage', '工程信息管理', '0', '9999999999', '1689565049693', '1699339585377'); INSERT INTO `center_authority` VALUES ('435875341202882919', 'irrigation-monitoring-platform', 'smart-control', 'irrigation-monitoring-platform.smart-control.water-gate-control', '闸门控制', '0', '9999999999', '1689565049697', '1699339585411'); INSERT INTO `center_authority` VALUES ('435875341202883611', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.style-setting.get', '平台个性化信息', '0', '9999999999', '1689565048555', '1691025704146'); INSERT INTO `center_authority` VALUES ('435923752530739455', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.water-consumption-quota.add', '用水定额添加', '0', '9999999999', '1689576593133', '1691025705396'); INSERT INTO `center_authority` VALUES ('435923752530739546', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.water-consumption-quota', '用水定额', '0', '9999999999', '1689576593490', '1699339595464'); INSERT INTO `center_authority` VALUES ('436568761865076990', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.irrigation-data', 'App灌区用水计量', '0', '9999999999', '1689730375788', '1699339594517'); INSERT INTO `center_authority` VALUES ('437310860839354537', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.water-user.export', '用水户导出数据', '0', '9999999999', '1689907304022', '1699339580149'); INSERT INTO `center_authority` VALUES ('438383585800487127', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.irrigate-config.get-quota', '地块灌溉定额-获取', '0', '9999999999', '1690163061569', '1699339580923'); INSERT INTO `center_authority` VALUES ('438388609054146600', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.sand-table.get-crop-legend', '地块沙盘获取农作物图例', '0', '9999999999', '1690164258527', '1699339585890'); INSERT INTO `center_authority` VALUES ('438388609054146635', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.sand-table.get-massif-map', '地块沙盘获取地块图层', '0', '9999999999', '1690164258679', '1699339586880'); INSERT INTO `center_authority` VALUES ('438388609054146672', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.sand-table.get-monitor-chan-info', '渠道沙盘获取测点信息', '0', '9999999999', '1690164258839', '1699339578362'); INSERT INTO `center_authority` VALUES ('438388609058340864', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.sand-table.get-irrigation-info', '灌区沙盘获取灌区信息', '0', '9999999999', '1690164258855', '1699339578562'); INSERT INTO `center_authority` VALUES ('438388609058340866', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.sand-table.get-monitor-massif-info', '地块沙盘获取测点信息', '0', '9999999999', '1690164258865', '1699339588333'); INSERT INTO `center_authority` VALUES ('438388609058340873', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.sand-table.get-chan-map', '渠道沙盘获取渠道图层', '0', '9999999999', '1690164258895', '1699339578704'); INSERT INTO `center_authority` VALUES ('438388609058340881', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.sand-table.draw-chan', '渠道沙盘绘制编辑渠道', '0', '9999999999', '1690164258931', '1699339588876'); INSERT INTO `center_authority` VALUES ('438388609058340895', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.sand-table.get-water-map-point', '水情监测点位获取', '0', '9999999999', '1690164258994', '1699339578964'); INSERT INTO `center_authority` VALUES ('438388609058340898', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.sand-table.get-chan-mid-select', '渠道沙盘获取测点信息', '0', '9999999999', '1690164259006', '1699339589335'); INSERT INTO `center_authority` VALUES ('438388609058340903', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.sand-table.get-map-chan-select', '渠道沙盘获取图层渠道下拉', '0', '9999999999', '1690164259026', '1699339579256'); INSERT INTO `center_authority` VALUES ('438388609058340909', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.sand-table.get-irrigation-map', '灌区沙盘获取灌区图层', '0', '9999999999', '1690164259050', '1699339590052'); INSERT INTO `center_authority` VALUES ('438388609058340921', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.sand-table.save-monitor-chan-info', '渠道沙盘保存测点信息', '0', '9999999999', '1690164259119', '1699339579648'); INSERT INTO `center_authority` VALUES ('438388609058340930', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.sand-table.save-monitor-irrigation-info', '灌区沙盘保存测点信息', '0', '9999999999', '1690164259151', '1699339580041'); INSERT INTO `center_authority` VALUES ('438388609058340939', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.sand-table.get-chan-info', '渠道沙盘获取渠道信息', '0', '9999999999', '1690164259183', '1699339590963'); INSERT INTO `center_authority` VALUES ('438388609058340953', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.sand-table.get-all-map-point', '地块沙盘获取测点点位', '0', '9999999999', '1690164259232', '1699339591514'); INSERT INTO `center_authority` VALUES ('438388609058340956', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.sand-table.save-chan-count-config', '渠道沙盘保存计算配置', '0', '9999999999', '1690164259243', '1699339591597'); INSERT INTO `center_authority` VALUES ('438388609058340974', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.sand-table.draw-irrigation', '灌区沙盘绘制编辑灌区', '0', '9999999999', '1690164259309', '1699339581050'); INSERT INTO `center_authority` VALUES ('438388609058340975', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.sand-table.get-massif-info', '地块沙盘获取地块信息', '0', '9999999999', '1690164259313', '1699339581098'); INSERT INTO `center_authority` VALUES ('438388609058340988', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.sand-table.save-irrigation-count-config', '灌区沙盘保存计算配置', '0', '9999999999', '1690164259362', '1699339581668'); INSERT INTO `center_authority` VALUES ('438388609058341034', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.sand-table.get-monitor-irrigation-info', '灌区沙盘获取测点信息', '0', '9999999999', '1690164259529', '1699339593883'); INSERT INTO `center_authority` VALUES ('438388609058341044', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.sand-table.get-map-massif-select', '地块沙盘获取图层地块下拉', '0', '9999999999', '1690164259565', '1699339583661'); INSERT INTO `center_authority` VALUES ('438388609058341050', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.sand-table.get-map-irrigation-select', '灌区沙盘获取图层灌区下拉', '0', '9999999999', '1690164259789', '1699339584103'); INSERT INTO `center_authority` VALUES ('438388609058341070', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.sand-table.draw-massif', '地块沙盘绘制编辑地块', '0', '9999999999', '1690164259864', '1699339594726'); INSERT INTO `center_authority` VALUES ('452291486914969666', 'device-assistant', 'sys-manager', 'device-assistant.sys-manager.role-manager', '角色管理', '0', '9999999999', '1693478963820', '1711448781228'); INSERT INTO `center_authority` VALUES ('452291486914969704', 'device-assistant', 'sys-manager', 'device-assistant.sys-manager.user-manager', '用户管理', '0', '9999999999', '1693478964038', '1711448781407'); INSERT INTO `center_authority` VALUES ('452629641362931850', 'universal-monitoring-platform', 'system-manage', 'universal-monitoring-platform.system-manage.style-setting.get', '平台个性化信息获取', '0', '9999999999', '1693559585676', '1699234598014'); INSERT INTO `center_authority` VALUES ('456219756924502027', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.water-registration', '水权登记', '0', '9999999999', '1694415536434', '1699339575659'); INSERT INTO `center_authority` VALUES ('456219756924502033', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.water-user.reset-password', '重置密码', '0', '9999999999', '1694415536652', '1699339576068'); INSERT INTO `center_authority` VALUES ('456219756924502060', 'irrigation-monitoring-platform', 'smart-control', 'irrigation-monitoring-platform.smart-control.pump-control.get-tree', '获取泵站树', '0', '9999999999', '1694415538471', '1699339578145'); INSERT INTO `center_authority` VALUES ('456219756924502073', 'irrigation-monitoring-platform', 'water-rights-operation', 'irrigation-monitoring-platform.water-rights-operation.rewards.page', '补贴奖励分页', '0', '9999999999', '1694415539627', '1699339578629'); INSERT INTO `center_authority` VALUES ('456219756924502079', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.project-manage.save-irrigation-style', '根据灌区保存灌区风貌', '0', '9999999999', '1694415540271', '1699339578889'); INSERT INTO `center_authority` VALUES ('456219756924502090', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.water-registration.commit', '水权登记提交', '0', '9999999999', '1694415540987', '1699339579374'); INSERT INTO `center_authority` VALUES ('456219756924502111', 'irrigation-monitoring-platform', 'data-count', 'irrigation-monitoring-platform.data-count.water-user', '用水户用水统计', '0', '9999999999', '1694415542599', '1699339580456'); INSERT INTO `center_authority` VALUES ('456219756924502126', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.pump-setting.remove', '泵站设备移除', '0', '9999999999', '1694415543829', '1699339581175'); INSERT INTO `center_authority` VALUES ('456219756924502131', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.water-registration.examine', '水权登记审核', '0', '9999999999', '1694415544208', '1699339581509'); INSERT INTO `center_authority` VALUES ('456219756924502144', 'irrigation-monitoring-platform', 'smart-control', 'irrigation-monitoring-platform.smart-control.pump-control.pump-control-records-export', '泵站控制记录导出', '0', '9999999999', '1694415545211', '1699339582400'); INSERT INTO `center_authority` VALUES ('456219756924502146', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.app-pump-control..get-tree', '获取泵站树', '0', '9999999999', '1694415545303', '1694417917934'); INSERT INTO `center_authority` VALUES ('456219756924502165', 'irrigation-monitoring-platform', 'water-rights-operation', 'irrigation-monitoring-platform.water-rights-operation.rewards.examine', '补贴奖励审核', '0', '9999999999', '1694415546997', '1699339583720'); INSERT INTO `center_authority` VALUES ('456219756924502170', 'irrigation-monitoring-platform', 'smart-control', 'irrigation-monitoring-platform.smart-control.pump-control.pump-control-records-page', '泵站控制记录分页', '0', '9999999999', '1694415547479', '1699339584187'); INSERT INTO `center_authority` VALUES ('456219756924502171', 'irrigation-monitoring-platform', 'smart-control', 'irrigation-monitoring-platform.smart-control.pump-control.remote-control-pump', '远程控制泵站', '0', '9999999999', '1694415547530', '1699339584219'); INSERT INTO `center_authority` VALUES ('456219756924502183', 'irrigation-monitoring-platform', 'smart-control', 'irrigation-monitoring-platform.smart-control.pump-control.get-pump-data', '获取泵站数据信息', '0', '9999999999', '1694415548773', '1699339584760'); INSERT INTO `center_authority` VALUES ('456219756924502190', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.pump-setting.export-pump-QR-code', '导出二维码', '0', '9999999999', '1694415549299', '1699339585019'); INSERT INTO `center_authority` VALUES ('456219756924502195', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.app-pump-control.manager-remote-control-pump', '远程控制泵站', '0', '9999999999', '1694415549842', '1699339585245'); INSERT INTO `center_authority` VALUES ('456219756924502197', 'irrigation-monitoring-platform', 'dashboard', 'irrigation-monitoring-platform.dashboard.dashboard-api.get-monitor-line-data', '获取测点折线图', '0', '9999999999', '1694415550017', '1699339585311'); INSERT INTO `center_authority` VALUES ('456219756924502202', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.pump-setting.page', '泵站设备列表', '0', '9999999999', '1694415550279', '1699339585480'); INSERT INTO `center_authority` VALUES ('456219756924502205', 'irrigation-monitoring-platform', 'data-count', 'irrigation-monitoring-platform.data-count.flow-rain', '水雨情统计', '0', '9999999999', '1694415550452', '1699339585614'); INSERT INTO `center_authority` VALUES ('456219756924502219', 'irrigation-monitoring-platform', 'water-rights-operation', 'irrigation-monitoring-platform.water-rights-operation.rewards.get-water-user-info', '获取用水户补贴信息', '0', '9999999999', '1694415551304', '1699339586140'); INSERT INTO `center_authority` VALUES ('456219756924502232', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.app-pump-control', 'App泵站用水', '0', '9999999999', '1694415552126', '1699339586567'); INSERT INTO `center_authority` VALUES ('456219756924502255', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.project-manage.get-irrigation-style', '根据灌区获取灌区风貌', '0', '9999999999', '1694415553703', '1699339587975'); INSERT INTO `center_authority` VALUES ('456219756924502272', 'irrigation-monitoring-platform', 'data-count', 'irrigation-monitoring-platform.data-count.pump-water', '泵站用水统计', '0', '9999999999', '1694415554853', '1699339588650'); INSERT INTO `center_authority` VALUES ('456219756924502273', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.water-registration.remove', '水权登记删除', '0', '9999999999', '1694415554912', '1699339588684'); INSERT INTO `center_authority` VALUES ('456219756924502275', 'irrigation-monitoring-platform', 'water-rights-operation', 'irrigation-monitoring-platform.water-rights-operation.rewards', '补贴奖励', '0', '9999999999', '1694415555110', '1699339588784'); INSERT INTO `center_authority` VALUES ('456219756924502297', 'irrigation-monitoring-platform', 'water-rights-operation', 'irrigation-monitoring-platform.water-rights-operation.water-rights-trade.water-rights-records-page', '水权交易分页', '0', '9999999999', '1694415558079', '1699339590110'); INSERT INTO `center_authority` VALUES ('456219756924502300', 'irrigation-monitoring-platform', 'water-rights-operation', 'irrigation-monitoring-platform.water-rights-operation.water-rights-trade.get-water-user-water-info', '获取用水户水权信息', '0', '9999999999', '1694415558496', '1699339590210'); INSERT INTO `center_authority` VALUES ('456219756924502305', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.pump-setting.pump-video-setting', '泵站视频配置', '0', '9999999999', '1694415559021', '1699339590425'); INSERT INTO `center_authority` VALUES ('456219756924502333', 'irrigation-monitoring-platform', 'water-rights-operation', 'irrigation-monitoring-platform.water-rights-operation.rewards.remove', '补贴奖励删除', '0', '9999999999', '1694415561141', '1699339591922'); INSERT INTO `center_authority` VALUES ('456219756924502335', 'irrigation-monitoring-platform', 'dashboard', 'irrigation-monitoring-platform.dashboard.style-screen', '灌区风貌大屏', '0', '9999999999', '1694415561522', '1699339592023'); INSERT INTO `center_authority` VALUES ('456219756924502337', 'irrigation-monitoring-platform', 'water-meter', 'irrigation-monitoring-platform.water-meter.water-user-card.data', '用户用水卡数据', '0', '9999999999', '1694415561888', '1695782234087'); INSERT INTO `center_authority` VALUES ('456219756924502344', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.app-pump-control.get-pump-data', '获取泵站数据信息', '0', '9999999999', '1694415562431', '1699339592365'); INSERT INTO `center_authority` VALUES ('456219756924502345', 'irrigation-monitoring-platform', 'water-rights-operation', 'irrigation-monitoring-platform.water-rights-operation.rewards.commit', '补贴奖励申请', '0', '9999999999', '1694415562510', '1699339592431'); INSERT INTO `center_authority` VALUES ('456219756924502362', 'irrigation-monitoring-platform', 'water-rights-operation', 'irrigation-monitoring-platform.water-rights-operation.water-rights-trade.water-rights-trade', '用水户水权交易', '0', '9999999999', '1694415563882', '1699339593078'); INSERT INTO `center_authority` VALUES ('456219756924502365', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.water-registration.page', '水权登记分页', '0', '9999999999', '1694415564075', '1699339593224'); INSERT INTO `center_authority` VALUES ('456219756924502386', 'irrigation-monitoring-platform', 'water-config', 'irrigation-monitoring-platform.water-config.water-consumption-quota.setting-quota', '用水定额设置', '0', '9999999999', '1694415566038', '1699339594309'); INSERT INTO `center_authority` VALUES ('456219756924502391', 'irrigation-monitoring-platform', 'water-rights-operation', 'irrigation-monitoring-platform.water-rights-operation.water-rights-trade', '水权交易', '0', '9999999999', '1694415566546', '1699339594551'); INSERT INTO `center_authority` VALUES ('456219756924502402', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.pump-setting.get-QR-code', '获取泵站设备二维码', '0', '9999999999', '1694415567631', '1699339595001'); INSERT INTO `center_authority` VALUES ('456219756924502409', 'irrigation-monitoring-platform', 'irrigation-config', 'irrigation-monitoring-platform.irrigation-config.pump-setting.add', '泵站设备保存', '0', '9999999999', '1694415568045', '1699339595260'); INSERT INTO `center_authority` VALUES ('456219756924502413', 'irrigation-monitoring-platform', 'data-count', 'irrigation-monitoring-platform.data-count.irrigation-date', '灌区用水统计', '0', '9999999999', '1694415568427', '1699339595393'); INSERT INTO `center_authority` VALUES ('456225998392786968', 'irrigation-monitoring-platform', 'system-manage', 'irrigation-monitoring-platform.system-manage.project-manage', '项目配置', '0', '9999999999', '1694417047262', '1699339591781'); INSERT INTO `center_authority` VALUES ('456229482156523562', 'irrigation-monitoring-platform', 'water-meter', 'irrigation-monitoring-platform.water-meter.water-user-card-recharge', '用水卡充值', '0', '9999999999', '1694417855829', '1699339577128'); INSERT INTO `center_authority` VALUES ('456229482156523563', 'irrigation-monitoring-platform', 'water-meter', 'irrigation-monitoring-platform.water-meter.water-user-card-manage', '用水卡管理', '0', '9999999999', '1694417856031', '1699339577245'); INSERT INTO `center_authority` VALUES ('456229482156523576', 'irrigation-monitoring-platform', 'water-meter', 'irrigation-monitoring-platform.water-meter.water-user-card-recharge.water-card-page', '用水卡分页', '0', '9999999999', '1694417857946', '1699339577911'); INSERT INTO `center_authority` VALUES ('456229482156523620', 'irrigation-monitoring-platform', 'water-meter', 'irrigation-monitoring-platform.water-meter.water-user-card-manage.grant-virtual-card', '虚拟卡放发', '0', '9999999999', '1694417862258', '1699339579757'); INSERT INTO `center_authority` VALUES ('456229482156523682', 'irrigation-monitoring-platform', 'water-meter', 'irrigation-monitoring-platform.water-meter.water-user-card-manage.water-user-card-update', '用水卡编辑', '0', '9999999999', '1694417866210', '1699339583459'); INSERT INTO `center_authority` VALUES ('456229482156523686', 'irrigation-monitoring-platform', 'water-meter', 'irrigation-monitoring-platform.water-meter.water-user-card-recharge.water-card-recharge-record-export', '用水卡充值记录导出', '0', '9999999999', '1694417866589', '1699339583628'); INSERT INTO `center_authority` VALUES ('456229482156523705', 'irrigation-monitoring-platform', 'water-meter', 'irrigation-monitoring-platform.water-meter.water-user-card-manage.page', '用水卡分页', '0', '9999999999', '1694417868607', '1699339584696'); INSERT INTO `center_authority` VALUES ('456229482156523823', 'irrigation-monitoring-platform', 'water-meter', 'irrigation-monitoring-platform.water-meter.water-user-card-charging', '用水卡计费', '0', '9999999999', '1694417883948', '1699339590244'); INSERT INTO `center_authority` VALUES ('456229482156523865', 'irrigation-monitoring-platform', 'water-meter', 'irrigation-monitoring-platform.water-meter.water-user-card-recharge.water-card-recharge', '用水卡充值', '0', '9999999999', '1694417889603', '1699339592398'); INSERT INTO `center_authority` VALUES ('456229482156523876', 'irrigation-monitoring-platform', 'water-meter', 'irrigation-monitoring-platform.water-meter.water-user-card-recharge.water-card-export', '用水卡导出', '0', '9999999999', '1694417892153', '1699339592882'); INSERT INTO `center_authority` VALUES ('456229482156523936', 'irrigation-monitoring-platform', 'water-meter', 'irrigation-monitoring-platform.water-meter.water-user-card-recharge.water-card-recharge-record-page', '用水卡充值记录分页', '0', '9999999999', '1694417902368', '1699339595527'); INSERT INTO `center_authority` VALUES ('459023187020087441', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.app-pump-control.get-tree', '获取泵站树', '0', '9999999999', '1695083932758', '1699339582911'); INSERT INTO `center_authority` VALUES ('459023187020087607', 'irrigation-monitoring-platform', 'water-meter', 'irrigation-monitoring-platform.water-meter.water-user-card-manage.card-auth', '重新授权', '0', '9999999999', '1695083940418', '1699339590773'); INSERT INTO `center_authority` VALUES ('461948447776309278', 'irrigation-monitoring-platform', 'water-meter', 'irrigation-monitoring-platform.water-meter.water-user-card-manage.logout-virtual-card', '虚拟卡作废', '0', '9999999999', '1695781363444', '1699339575768'); INSERT INTO `center_authority` VALUES ('461948447776309332', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.water-user.get-user-card-list', '获取用水卡列表', '0', '9999999999', '1695781366515', '1699339579021'); INSERT INTO `center_authority` VALUES ('461948447776309356', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.water-user.get-water-user-record', '用水记录分页', '0', '9999999999', '1695781367850', '1699339580216'); INSERT INTO `center_authority` VALUES ('461948447776309374', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.water-user.commit', '水权登记提交', '0', '9999999999', '1695781368835', '1699339581017'); INSERT INTO `center_authority` VALUES ('461948447776309391', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.water-user', 'App-用户版', '0', '9999999999', '1695781370203', '1699339582101'); INSERT INTO `center_authority` VALUES ('461948447776309473', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.water-user.page', '水权登记分页', '0', '9999999999', '1695781374683', '1699339585990'); INSERT INTO `center_authority` VALUES ('461948447776309509', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.water-user.water-user-remote-control-pump', '远程控制泵站', '0', '9999999999', '1695781376368', '1699339587941'); INSERT INTO `center_authority` VALUES ('461951814250528812', 'irrigation-monitoring-platform', 'app-server', 'irrigation-monitoring-platform.app-server.water-user.water-user-notice-page', '公告分页列表', '0', '9999999999', '1695782165976', '1699339577178'); INSERT INTO `center_authority` VALUES ('472216780027199502', 'device-assistant', 'device', 'device-assistant.device.cmd-config', '指令与配置', '0', '3', '1698229522867', '1711448780935'); INSERT INTO `center_authority` VALUES ('472216780027199510', 'device-assistant', 'upgrade', 'device-assistant.upgrade.base', '基本功能权限', '0', '9999999999', '1698229522906', '1711448780991'); INSERT INTO `center_authority` VALUES ('472216780027199518', 'device-assistant', 'product', 'device-assistant.product.base', '基本功能权限', '0', '9999999999', '1698229522948', '1711448781049'); INSERT INTO `center_authority` VALUES ('472216780027199525', 'device-assistant', 'cmd-task', 'device-assistant.cmd-task.base', '基本功能权限', '0', '9999999999', '1698229522989', '1711448781098'); INSERT INTO `center_authority` VALUES ('472216780027199542', 'device-assistant', 'firmware', 'device-assistant.firmware.base', '基本功能权限', '0', '9999999999', '1698229523079', '1711448781222'); INSERT INTO `center_authority` VALUES ('472216780027199565', 'device-assistant', 'device', 'device-assistant.device.upgrade', '固件升级', '0', '2', '1698229523171', '1711448781356'); INSERT INTO `center_authority` VALUES ('472216780027199598', 'device-assistant', 'remote-oper', 'device-assistant.remote-oper.base', '基本功能权限', '0', '9999999999', '1698229523306', '1711448781548'); INSERT INTO `center_authority` VALUES ('472216780027199618', 'device-assistant', 'device', 'device-assistant.device.base', '基本功能权限', '0', '1', '1698229523380', '1711448781664'); INSERT INTO `center_authority` VALUES ('476432346795474978', 'universal-monitoring-platform', 'smart-control', 'universal-monitoring-platform.smart-control.broadcast-control.device-warning-page', '录音报警分页', '0', '9999999999', '1699234593399', null); INSERT INTO `center_authority` VALUES ('476432346795475029', 'universal-monitoring-platform', 'smart-control', 'universal-monitoring-platform.smart-control.broadcast-control.audio-file-page', '录音文件分页', '0', '9999999999', '1699234595602', null); INSERT INTO `center_authority` VALUES ('476871803889778731', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.water-data', '抄表数据', '0', '9999999999', '1699339368928', '1699339577076'); INSERT INTO `center_authority` VALUES ('476871803889778834', 'irrigation-monitoring-platform', 'irrigation-info', 'irrigation-monitoring-platform.irrigation-info.water-data.page', '分页列表', '0', '9999999999', '1699339374356', '1699339582135'); INSERT INTO `center_authority` VALUES ('481863459865100289', 'device-manage', 'dev-template', 'device-manage.dev-template.release-factor-list', '获取模板详情及要素列表', '0', '9999999999', '1700529470741', '1711448780892'); INSERT INTO `center_authority` VALUES ('481863459865100299', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.command-panel.update', '编辑指令面板', '0', '9999999999', '1700529470818', '1711448780963'); INSERT INTO `center_authority` VALUES ('481863459865100301', 'device-manage', 'dev-info', 'device-manage.dev-info.batch-update-tenant', '批量迁移', '0', '9999999999', '1700529470831', '1711448780970'); INSERT INTO `center_authority` VALUES ('481863459865100302', 'device-manage', 'oper-dev-info', 'device-manage.oper-dev-info.page', '设备列表', '0', '9999999999', '1700529470837', '1711448780984'); INSERT INTO `center_authority` VALUES ('481863459865100304', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.command-task.resend', '再发一次', '0', '9999999999', '1700529470850', '1711448780998'); INSERT INTO `center_authority` VALUES ('481863459865100315', 'device-manage', 'dev-packet', 'device-manage.dev-packet.detail', '获取原始报文详细信息', '1', '9999999999', '1700529470921', '1711448781077'); INSERT INTO `center_authority` VALUES ('481863459865100317', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.remote-setting.convert-task', '转为任务', '0', '9999999999', '1700529470932', '1711448781091'); INSERT INTO `center_authority` VALUES ('481863459865100353', 'device-manage', 'oper-dev-info', 'device-manage.oper-dev-info.update', '编辑设备', '0', '9999999999', '1700529471162', '1711448781329'); INSERT INTO `center_authority` VALUES ('481863459865100359', 'device-manage', 'oper-dev-info', 'device-manage.oper-dev-info.checkOnline', '查看运维设备在线状态', '0', '9999999999', '1700529471207', '1711448781362'); INSERT INTO `center_authority` VALUES ('481863459865100360', 'device-manage', 'alarm-manage', 'device-manage.alarm-manage.alarm-setting.count-group-by-trigger-type', '按触发类型统计告警规则数量', '0', '9999999999', '1700529471213', '1711448781367'); INSERT INTO `center_authority` VALUES ('481863459865100362', 'device-manage', 'dev-packet', 'device-manage.dev-packet.export', '导出原始报文', '0', '9999999999', '1700529471223', '1711448781378'); INSERT INTO `center_authority` VALUES ('481863459865100371', 'device-manage', 'oper-dev-info', 'device-manage.oper-dev-info.batch-update-tenant', '批量迁移', '0', '9999999999', '1700529471275', '1711448781430'); INSERT INTO `center_authority` VALUES ('481863459865100372', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.command-panel.delete', '删除指令面板', '0', '9999999999', '1700529471280', '1711448781435'); INSERT INTO `center_authority` VALUES ('481863459865100373', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.remote-setting.device-page', '获取设备分页列表', '0', '9999999999', '1700529471284', '1711448781442'); INSERT INTO `center_authority` VALUES ('481863459865100376', 'device-manage', 'dev-info', 'device-manage.dev-info.online-state', '获取设备在线状态', '0', '9999999999', '1700529471302', '1711448781459'); INSERT INTO `center_authority` VALUES ('481863459865100378', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.command-task', '指令任务', '0', '9999999999', '1700529471314', '1711448781470'); INSERT INTO `center_authority` VALUES ('481863459865100381', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.command-task.addAndSave', '新增指令任务', '0', '9999999999', '1700529471331', '1711448781487'); INSERT INTO `center_authority` VALUES ('481863459865100383', 'device-manage', 'dev-sys-dict-item', 'device-manage.dev-sys-dict-item.factor-label-list', '获取要素标签列表', '0', '9999999999', '1700529471340', '1711448781497'); INSERT INTO `center_authority` VALUES ('481863459865100385', 'device-manage', 'user', 'device-manage.user.get-by-tenant-id', '按租户id、应用id,获取用户列表', '0', '9999999999', '1700529471351', '1711448781508'); INSERT INTO `center_authority` VALUES ('481863459865100388', 'device-manage', 'oper-dev-info', 'device-manage.oper-dev-info.delete', '删除设备', '0', '9999999999', '1700529471367', '1711448781524'); INSERT INTO `center_authority` VALUES ('481863459865100389', 'device-manage', 'alarm-manage', 'device-manage.alarm-manage.push-log.system-all-read', '全部已读', '0', '9999999999', '1700529471372', '1711448781531'); INSERT INTO `center_authority` VALUES ('481863459865100394', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.command-panel.panel-list', '获取指令面板列表', '0', '9999999999', '1700529471399', '1711448781560'); INSERT INTO `center_authority` VALUES ('481863459865100399', 'device-manage', 'dev-info', 'device-manage.dev-info.upgrade-task-page', '获取升级任务分页列表', '0', '9999999999', '1700529471433', '1711448781594'); INSERT INTO `center_authority` VALUES ('481863459865100404', 'device-manage', 'dev-packet', 'device-manage.dev-packet', '获取原始报文分页列表', '0', '9999999999', '1700529471464', '1711448781618'); INSERT INTO `center_authority` VALUES ('481863459865100405', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.command-panel.addAndSave', '新增指令面板', '0', '9999999999', '1700529471470', '1711448781625'); INSERT INTO `center_authority` VALUES ('481863459865100408', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.command-task.addAndSave-valid', '新增指令任务-重复下发校验', '0', '9999999999', '1700529471497', '1711448781643'); INSERT INTO `center_authority` VALUES ('481863459865100414', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.command-panel.panel-detail', '获取指令面板详情', '0', '9999999999', '1700529471558', '1711448781675'); INSERT INTO `center_authority` VALUES ('481863459865100415', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.command-task.stop', '终止任务', '0', '9999999999', '1700529471566', '1711448781680'); INSERT INTO `center_authority` VALUES ('481863459865100418', 'device-manage', 'dev-info', 'device-manage.dev-info.conf-channel-info', '获取配置通道信息', '0', '9999999999', '1700529471597', '1711448781698'); INSERT INTO `center_authority` VALUES ('481863459865100419', 'device-manage', 'device-operate-manage', 'device-manage.device-operate-manage.command-panel', '指令面板', '0', '9999999999', '1700529471606', '1711448781703'); INSERT INTO `center_authority` VALUES ('481863459865100420', 'device-manage', 'dev-info', 'device-manage.dev-info.delete', '删除设备', '0', '9999999999', '1700529471615', '1711448781708'); INSERT INTO `center_authority` VALUES ('527658933863579686', 'device-manage', 'dev-info', 'device-manage.dev-info.reset-key', '重置密钥', '0', '9999999999', '1711447962645', '1711448781105'); INSERT INTO `center_authority` VALUES ('527658933863579690', 'device-manage', 'dev-info', 'device-manage.dev-info.view-key', '查看密钥', '0', '9999999999', '1711447962680', '1711448781131'); -- ---------------------------- -- Table structure for center_log -- ---------------------------- DROP TABLE IF EXISTS `center_log`; CREATE TABLE `center_log` ( `id` bigint(20) NOT NULL COMMENT '主键ID', `request_ip` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL COMMENT '请求者ip', `request_url` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL COMMENT '请求url', `request_time` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL COMMENT '请求耗时', `request_body` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin COMMENT '请求参数', `request_tenantId` bigint(20) DEFAULT NULL COMMENT '租户id', `request_applicationId` bigint(20) DEFAULT NULL COMMENT '请求应用id', `operation_module` varchar(40) DEFAULT NULL COMMENT '操作模块', `request_username` varchar(40) DEFAULT NULL COMMENT '请求用户名', `request_userId` bigint(20) DEFAULT NULL COMMENT '请求用户id', `operation_type` int(11) DEFAULT NULL COMMENT '操作类型', `operation_type_desc` varchar(255) DEFAULT NULL COMMENT '操作类型描述', `message` varchar(255) DEFAULT NULL COMMENT '操作', `create_at` bigint(20) DEFAULT NULL COMMENT '创建时间', `update_at` bigint(20) DEFAULT NULL COMMENT '更新时间', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_bin ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of center_log -- ---------------------------- -- ---------------------------- -- Table structure for center_menu -- ---------------------------- DROP TABLE IF EXISTS `center_menu`; CREATE TABLE `center_menu` ( `id` bigint(20) NOT NULL, `server_code` varchar(32) DEFAULT NULL COMMENT '服务编码 值为0则是通用菜单', `permission` varchar(255) DEFAULT NULL, `title` varchar(64) DEFAULT NULL COMMENT '菜单标题', `icon` varchar(255) DEFAULT NULL COMMENT '菜单图标', `authority_id` bigint(20) DEFAULT NULL, `hidden` bit(1) DEFAULT b'0' COMMENT '是否隐藏 1隐藏 0显示', `sort` int(11) DEFAULT '999' COMMENT '排序', `parent_id` bigint(20) DEFAULT '0' COMMENT '父菜单ID', `route_json` text COMMENT '路由路径', `model_wrap` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否为父菜单 0否 1是', `create_at` bigint(20) DEFAULT NULL COMMENT '创建时间', `update_at` bigint(20) DEFAULT NULL COMMENT '更新时间', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_bin ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of center_menu -- ---------------------------- INSERT INTO `center_menu` VALUES ('3', 'iot-push', 'iot-push.admin.sms', '短信管理', null, null, null, '444', '0', null, '\0', null, null); INSERT INTO `center_menu` VALUES ('6', '0', 'iot-push.system.role', '角色管理', null, null, null, '999', '0', null, '\0', null, null); INSERT INTO `center_menu` VALUES ('7', '0', 'iot-push.system.menu', '菜单管理', null, null, null, '999', '0', null, '\0', null, null); INSERT INTO `center_menu` VALUES ('8', '0', 'iot-push.system.user', '用户管理', null, null, null, '111', '0', null, '\0', null, null); INSERT INTO `center_menu` VALUES ('289087445859827719', 'iot-user-center', 'iot-user-center.system.application', '应用管理', null, '289087445859827719', '\0', '111', '0', '{\"path\":\"\",\"component\":\"Layout\",\"children\":[{\"id\":\"289087445859827719\",\"sort\":111,\"path\":\"apply\",\"component\":\"apply-manager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"ApplyManager\",\"hidden\":false,\"meta\":{\"title\":\"应用管理\",\"icon\":\"ali-icon icon-apply\",\"noCache\":false,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":false,\"modelWrap\":false}]}', '\0', '1654076413417', '1660895531831'); INSERT INTO `center_menu` VALUES ('289087445864022023', 'iot-user-center', 'iot-user-center.system.server', '服务管理', null, '289087445864022023', '\0', '200', '0', '{\"path\":\"\",\"component\":\"Layout\",\"children\":[{\"id\":\"289087445864022023\",\"sort\":200,\"path\":\"service\",\"component\":\"service-manager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"ServiceManager\",\"hidden\":false,\"meta\":{\"title\":\"服务管理\",\"icon\":\"ali-icon icon-service\",\"noCache\":false,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":false}]}', '\0', '1654076834705', '1660895539763'); INSERT INTO `center_menu` VALUES ('289087445864022037', 'iot-user-center', 'iot-user-center.system.tenant', '租户管理', null, '289087445864022037', '\0', '0', '0', '{\"path\":\"\",\"component\":\"Layout\",\"children\":[{\"id\":\"289087445864022037\",\"sort\":0,\"path\":\"tenant\",\"component\":\"tenant-manager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"TenantManager\",\"hidden\":false,\"meta\":{\"title\":\"租户管理\",\"icon\":\"ali-icon icon-tenant\",\"noCache\":false,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":false,\"modelWrap\":false}]}', '\0', '1654074801251', '1660895542252'); INSERT INTO `center_menu` VALUES ('289087445864022047', 'iot-user-center', 'iot-user-center.system.user', '用户管理', null, '289087445864022047', '\0', '999', '0', '{\"path\":\"\",\"component\":\"Layout\",\"children\":[{\"id\":\"289087445864022047\",\"sort\":999,\"path\":\"user\",\"component\":\"user-manager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"UserManager\",\"hidden\":false,\"meta\":{\"title\":\"用户管理\",\"icon\":\"ali-icon icon-user\",\"noCache\":false,\"breadcrumb\":false,\"affix\":true,\"activeMenu\":\"\"},\"children\":[],\"custom\":false}]}', '\0', '1657073054735', '1660895544314'); INSERT INTO `center_menu` VALUES ('292077460147666944', 'device-manage', 'device-manage.dev-template', '设备模板管理', null, '292077460147666944', '\0', '2', '0', '{\"path\":\"\",\"meta\":{},\"component\":\"Layout\",\"children\":[{\"id\":\"292077460147666944\",\"sort\":2,\"path\":\"dev-template\",\"component\":\"device-template-manager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"DeviceTemplateManager\",\"hidden\":false,\"meta\":{\"title\":\"设备模板管理\",\"icon\":\"ali-icon icon-device-template\",\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":false}]}', '\0', '1657088542329', '1698649682560'); INSERT INTO `center_menu` VALUES ('292077460147666945', 'device-manage', 'device-manage.dev-product', '产品管理', null, '292077460147666945', '\0', '1', '0', '{\"path\":\"\",\"meta\":{},\"component\":\"Layout\",\"children\":[{\"id\":\"292077460147666945\",\"sort\":1,\"path\":\"product\",\"component\":\"product-manager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"ProductManager\",\"hidden\":false,\"meta\":{\"title\":\"产品管理\",\"icon\":\"ali-icon icon-product\",\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":false}]}', '\0', '1657088590422', '1698809928889'); INSERT INTO `center_menu` VALUES ('292077460147666946', 'device-manage', 'device-manage.dev-protocol', '协议管理', null, '292077460147666946', '\0', '3', '0', '{\"path\":\"\",\"meta\":{},\"component\":\"Layout\",\"children\":[{\"id\":\"292077460147666946\",\"sort\":3,\"path\":\"protocol\",\"component\":\"protocol-manager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"ProtocolManager\",\"hidden\":false,\"meta\":{\"title\":\"协议管理\",\"icon\":\"ali-icon icon-protocol\",\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":false}]}', '\0', '1657088702545', '1698809931742'); INSERT INTO `center_menu` VALUES ('292077460147666948', 'device-manage', 'device-manage.dev-sys-dict-item', '数据字典管理', null, '292077460147666948', '\0', '9', '0', '{\"path\":\"\",\"meta\":{},\"component\":\"Layout\",\"children\":[{\"id\":\"292077460147666948\",\"sort\":9,\"path\":\"data-dict\",\"component\":\"data-dict-manager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"DataDictManager\",\"hidden\":false,\"meta\":{\"title\":\"数据字典管理\",\"icon\":\"ali-icon icon-dict\",\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":false}]}', '\0', '1657088748676', '1698200995114'); INSERT INTO `center_menu` VALUES ('292113972969078784', 'device-manage', 'device-manage.dev-info', '设备管理', null, '292113972969078784', '\0', '0', '0', '{\"path\":\"\",\"component\":\"Layout\",\"children\":[{\"id\":\"292113972969078784\",\"sort\":0,\"path\":\"device\",\"component\":\"device-manager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"DeviceManager\",\"hidden\":false,\"meta\":{\"title\":\"设备管理\",\"icon\":\"ali-icon icon-device\",\"noCache\":false,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":false}]}', '\0', '1657088649132', '1660900255328'); INSERT INTO `center_menu` VALUES ('305039208500690987', 'iot-user-center', 'iot-user-center.system.log', '日志管理', null, '305039208500690987', '\0', '999', '0', '{\"path\":\"\",\"component\":\"Layout\",\"children\":[{\"id\":\"305039208500690987\",\"sort\":999,\"path\":\"log-manager\",\"component\":\"log-manager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"LogManager\",\"hidden\":false,\"meta\":{\"title\":\"日志管理\",\"icon\":\"ali-icon icon-log\",\"noCache\":false,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":false}]}', '\0', '1660895615118', '1660912066507'); INSERT INTO `center_menu` VALUES ('315550289941757952', 'device-manage', 'device-manage.oper-dev-info', '设备白名单', null, '315550289941757952', '\0', '6', '0', '{\"path\":\"\",\"meta\":{\"group\":0},\"component\":\"Layout\",\"children\":[{\"id\":\"315550289941757952\",\"sort\":6,\"path\":\"device-list\",\"component\":\"device-OPS-manager/device-list/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"device-list\",\"hidden\":false,\"meta\":{\"title\":\"设备白名单\",\"icon\":\"ali-icon icon-device-list\",\"group\":0,\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":false}]}', '\0', '1698129047830', '1698200935047'); INSERT INTO `center_menu` VALUES ('315667317046378496', 'device-manage', 'device-manage.device-operate-manage', '设备运维管理', null, '315667317046378496', '\0', '5', '0', '{\"id\":\"315667317046378496\",\"sort\":5,\"path\":\"/device-ops\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"DeviceOps\",\"hidden\":false,\"meta\":{\"title\":\"设备运维管理\",\"icon\":\"ali-icon icon-device-ops\",\"noCache\":false,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1660906028570', '1698201060158'); INSERT INTO `center_menu` VALUES ('315667317050572804', 'device-manage', 'device-manage.log-manage', '日志管理', null, '315667317050572804', '\0', '8', '0', '{\"path\":\"\",\"meta\":{},\"component\":\"Layout\",\"children\":[{\"id\":\"315667317050572804\",\"sort\":8,\"path\":\"log-manager\",\"component\":\"log-manager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"LogManager\",\"hidden\":false,\"meta\":{\"title\":\"日志管理\",\"icon\":\"ali-icon icon-log\",\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":false}]}', '\0', '1660906402601', '1698200968463'); INSERT INTO `center_menu` VALUES ('315667317054767106', 'device-manage', 'device-manage.device-operate-manage.remote-setting', '远程配置', null, '315667317054767106', '\0', '2', '315667317046378496', '{\"id\":\"315667317054767106\",\"sort\":2,\"path\":\"debugger\",\"component\":\"device-OPS-manager/debugger/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"DeviceBebugger\",\"hidden\":false,\"meta\":{\"title\":\"远程配置\",\"icon\":\"ali-icon icon-debugger\",\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1660906097651', '1698201075724'); INSERT INTO `center_menu` VALUES ('315667317054767128', 'device-manage', 'device-manage.device-operate-manage.oper-dev-info', '设备列表', null, '315667317054767128', '\0', '3', '315667317046378496', '{\"id\":\"315667317054767128\",\"sort\":3,\"path\":\"device-list\",\"component\":\"device-OPS-manager/device-list/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"device-list\",\"hidden\":false,\"meta\":{\"title\":\"设备列表\",\"icon\":\"ali-icon icon-device-list\",\"noCache\":false,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1660906212281', '1693364803312'); INSERT INTO `center_menu` VALUES ('315667317054767145', 'device-manage', 'device-manage.device-operate-manage.oper-firmware-upgrade-task-batch', '固件升级', null, '315667317054767145', '\0', '1', '315667317046378496', '{\"id\":\"315667317054767145\",\"sort\":1,\"path\":\"firmware-upgrade\",\"component\":\"device-OPS-manager/firmware-upgrade/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"InstructPanelManager\",\"hidden\":false,\"meta\":{\"title\":\"固件升级\",\"icon\":\"ali-icon icon-firmware-upgrade\",\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true,\"group\":0}', '\0', '1660906269856', '1698201071508'); INSERT INTO `center_menu` VALUES ('315667317054767162', 'device-manage', 'device-manage.device-operate-manage.oper-firmware', '固件升级包', null, '315667317054767162', '\0', '0', '315667317046378496', '{\"id\":\"315667317054767162\",\"sort\":0,\"path\":\"upgrade-packet-manager\",\"component\":\"device-OPS-manager/upgrade-packet-manager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"UpgradePacketManager\",\"hidden\":false,\"meta\":{\"title\":\"固件升级包\",\"icon\":\"ali-icon icon-upgrade-packet\",\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1660906336812', '1698201068484'); INSERT INTO `center_menu` VALUES ('317375196803629057', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.system', '系统权限', null, '317375196803629057', '\0', '18', '0', '{\"id\":\"317375196803629057\",\"sort\":18,\"path\":\"/system\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"System\",\"hidden\":false,\"meta\":{\"title\":\"系统权限\",\"icon\":\"icon-xitongquanxian\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1661259815777', '1661326805002'); INSERT INTO `center_menu` VALUES ('317375196824600577', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.work-bench-control', 'dashboard', null, '317375196824600577', '\0', '1', '0', '{\"path\":\"\",\"meta\":{\"group\":1},\"component\":\"Layout\",\"children\":[{\"id\":\"317375196824600577\",\"sort\":1,\"path\":\"dashboard\",\"component\":\"dashboard/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"Dashboard\",\"hidden\":false,\"meta\":{\"title\":\"dashboard\",\"icon\":\"icon-gongzuotai\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":false}]}', '\0', '1661307210238', '1661327237381'); INSERT INTO `center_menu` VALUES ('317375196824600578', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.monitor-message', '监测信息', null, '317375196824600578', '\0', '2', '0', '{\"id\":\"317375196824600578\",\"sort\":2,\"path\":\"/monitorMessage\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"monitorMessage\",\"hidden\":false,\"meta\":{\"title\":\"监测信息\",\"icon\":\"icon-jiancexinxi\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1661324385317', '1683252203676'); INSERT INTO `center_menu` VALUES ('317375196824600579', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.my-reservoir', '测点配置管理', null, '317375196824600579', '\0', '5', '0', '{\"id\":\"317375196824600579\",\"sort\":5,\"path\":\"/reserviorInformation\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"ReserviorInformationPage\",\"hidden\":false,\"meta\":{\"title\":\"测点配置管理\",\"icon\":\"icon-shuikuguanli\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1661307348861', '1661326895487'); INSERT INTO `center_menu` VALUES ('317375196824600580', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.person-config', '个人中心', null, '317375196824600599', '\0', '20', '0', '{\"path\":\"\",\"meta\":{\"group\":2},\"component\":\"Layout\",\"children\":[{\"id\":\"317375196824600580\",\"sort\":20,\"path\":\"profile\",\"component\":\"profile/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"Profile\",\"hidden\":false,\"meta\":{\"title\":\"profile\",\"icon\":\"icon-gerenzhongxin\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":false}]}', '\0', '1661307530767', '1661327354845'); INSERT INTO `center_menu` VALUES ('317375196824600581', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.reservoir', '水库设置', null, '317375196824600581', '\0', '19', '0', '{\"id\":\"317375196824600581\",\"sort\":19,\"path\":\"/reservoirConfig\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"RreservoirConfigPage\",\"hidden\":false,\"meta\":{\"title\":\"水库设置\",\"icon\":\"icon-shuikushezhi\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1661307570339', '1661327328940'); INSERT INTO `center_menu` VALUES ('317375196824600582', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.video', '智能监控', null, '317375196824600582', '\0', '3', '0', '{\"id\":\"317375196824600582\",\"sort\":3,\"path\":\"/intelligentMonitor\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":true,\"name\":\"IntelligentMonitorPage\",\"hidden\":false,\"meta\":{\"title\":\"智能监控\",\"icon\":\"icon-jiankong\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1661307696523', '1683192651136'); INSERT INTO `center_menu` VALUES ('317375196824600583', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.notice', '公告管理', null, '317375196824600583', '\0', '17', '0', '{\"path\":\"\",\"meta\":{\"group\":2},\"component\":\"Layout\",\"children\":[{\"id\":\"317375196824600583\",\"sort\":17,\"path\":\"/notice\",\"component\":\"noticeManager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"NoticeManager\",\"hidden\":false,\"meta\":{\"title\":\"公告管理\",\"icon\":\"icon-gonggao\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":false}]}', '\0', '1661307797187', '1661327301805'); INSERT INTO `center_menu` VALUES ('317375196824600589', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.system.platform', '个性化设置', null, '320622827264802895', '\0', '5', '317375196803629057', '{\"id\":\"317375196824600589\",\"sort\":5,\"path\":\"individualizationConfig\",\"component\":\"system/individualizationConfig\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"IndividualizationConfig\",\"hidden\":false,\"meta\":{\"title\":\"个性化设置\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1661306040401', '1661325216506'); INSERT INTO `center_menu` VALUES ('317375196824600606', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.system.unit', '单位管理', null, '320622827264802942', '\0', '1', '317375196803629057', '{\"id\":\"317375196824600606\",\"sort\":1,\"path\":\"companyManager\",\"component\":\"system/companyManager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"CompanyManager\",\"hidden\":false,\"meta\":{\"title\":\"单位管理\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1661306722129', '1661325194118'); INSERT INTO `center_menu` VALUES ('317375196824600608', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.system.area', '区域管理', null, '317375196824600608', '\0', '4', '317375196803629057', '{\"id\":\"317375196824600608\",\"sort\":4,\"path\":\"regionManager\",\"component\":\"system/regionManager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"RegionManager\",\"hidden\":false,\"meta\":{\"title\":\"区域管理\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1661306758535', '1661325211335'); INSERT INTO `center_menu` VALUES ('317375196824600609', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.system.operation-log', '日志管理', null, '320622827264802946', '\0', '7', '317375196803629057', '{\"id\":\"317375196824600609\",\"sort\":7,\"path\":\"journalmanager\",\"component\":\"system/journalmanager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"Journalmanager\",\"hidden\":false,\"meta\":{\"title\":\"日志管理\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1661306784935', '1661325228582'); INSERT INTO `center_menu` VALUES ('317375196824600610', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.system.screen-menu', '大屏管理', null, '320622827264802840', '\0', '6', '317375196803629057', '{\"id\":\"317375196824600610\",\"sort\":6,\"path\":\"screenManager\",\"component\":\"system/screenManager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"ScreenManager\",\"hidden\":false,\"meta\":{\"title\":\"大屏管理\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1661306814121', '1661325222435'); INSERT INTO `center_menu` VALUES ('317375196824600611', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.system.temp6', '角色管理', null, '317375196824600611', '\0', '2', '317375196803629057', '{\"id\":\"317375196824600611\",\"sort\":2,\"path\":\"roleManager\",\"component\":\"system/roleManager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"RoleManager\",\"hidden\":false,\"meta\":{\"title\":\"角色管理\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1661306837911', '1661325316556'); INSERT INTO `center_menu` VALUES ('317375196824600612', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.system.temp5', '用户管理', null, '317375196824600612', '\0', '3', '317375196803629057', '{\"id\":\"317375196824600612\",\"sort\":3,\"path\":\"userManager\",\"component\":\"system/userManager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"UserManager\",\"hidden\":false,\"meta\":{\"title\":\"用户管理\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1661306869179', '1661325206140'); INSERT INTO `center_menu` VALUES ('317375196824600621', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.my-reservoir.deploy', '监测测点部署', null, '317375196824600621', '\0', '2', '317375196824600579', '{\"id\":\"317375196824600621\",\"sort\":2,\"path\":\"monitorPointDeploy\",\"component\":\"reservoirManager/monitorPointDeploy/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"MonitorPointDeploy\",\"hidden\":false,\"meta\":{\"title\":\"监测测点部署\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1661307298078', '1661325057269'); INSERT INTO `center_menu` VALUES ('317375196824600624', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.video.info', '视频监控', null, '317375196824600624', '\0', '1', '317375196824600582', '{\"id\":\"317375196824600624\",\"sort\":1,\"path\":\"videoMonitor\",\"component\":\"intelligentMonitor/videoMonitor\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"VideoMonitor\",\"hidden\":false,\"meta\":{\"title\":\"视频监控\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1661307723176', '1683272270908'); INSERT INTO `center_menu` VALUES ('317375196824600625', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.reservoir.reservoir-info', '水库管理', null, '317375196824600625', '\0', '1', '317375196824600581', '{\"id\":\"317375196824600625\",\"sort\":1,\"path\":\"reservoirManager\",\"component\":\"system/reservoirConfig/reservoirManager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"ReservoirManager\",\"hidden\":false,\"meta\":{\"title\":\"水库管理\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1661307633096', '1661325233886'); INSERT INTO `center_menu` VALUES ('317375196824600641', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.monitor-message.info', '可视化监测面板', null, '317375196824600641', '\0', '1', '317375196824600578', '{\"id\":\"317375196824600641\",\"sort\":1,\"path\":\"/monitorPoint\",\"component\":\"monitorPoint/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"monitorPoint\",\"hidden\":false,\"meta\":{\"title\":\"可视化监测面板\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1683251663543', '1683357749723'); INSERT INTO `center_menu` VALUES ('317375196824600659', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.my-reservoir.config', '监测测点配置', null, '317375196824600659', '\0', '2', '317375196824600579', '{\"id\":\"317375196824600659\",\"sort\":2,\"path\":\"MonitorPointManager\",\"component\":\"reservoirManager/monitorPointManager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"monitorPointManager\",\"hidden\":false,\"meta\":{\"title\":\"监测测点配置\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1661307402506', '1661324824345'); INSERT INTO `center_menu` VALUES ('317375196824600677', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.reservoir.device-info', '监测站点管理', null, '317375196824600677', '\0', '2', '317375196824600581', '{\"id\":\"317375196824600677\",\"sort\":2,\"path\":\"monitorSiteManager\",\"component\":\"system/reservoirConfig/monitorSiteManager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"MonitorSiteManager\",\"hidden\":false,\"meta\":{\"title\":\"监测站点管理\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1661307657328', '1661325691179'); INSERT INTO `center_menu` VALUES ('317375196824600707', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.my-reservoir.video-config', '视频监控配置', null, '322527891411697665', '\0', '4', '317375196824600579', '{\"id\":\"317375196824600707\",\"sort\":4,\"path\":\"monitorConfig\",\"component\":\"reserviorInformation/monitorConfig\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"MonitorConfig\",\"hidden\":false,\"meta\":{\"title\":\"视频监控配置\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1661307438354', '1661324834971'); INSERT INTO `center_menu` VALUES ('317857343733760004', 'device-manage', 'device-manage.alarm-manage', '告警管理', null, '317857343733760004', '\0', '4', '0', '{\"id\":\"317857343733760004\",\"sort\":4,\"path\":\"/alarm-manager\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"/alarm-manager\",\"hidden\":false,\"meta\":{\"title\":\"告警管理\",\"icon\":\"ali-icon icon-alarm-manager\",\"group\":0,\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1661428850630', '1698809948133'); INSERT INTO `center_menu` VALUES ('317857343733760060', 'device-manage', 'device-manage.alarm-manage.alarm-setting', '告警规则', null, '317857343733760060', '\0', '222', '317857343733760004', '{\"id\":\"317857343733760060\",\"sort\":222,\"path\":\"setting\",\"component\":\"alarm-manager/alarmSetting/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"AlarmSetting\",\"hidden\":false,\"meta\":{\"title\":\"告警规则\",\"icon\":\"ali-icon icon-alarm-setting\",\"group\":0,\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1661428914797', '1698201127869'); INSERT INTO `center_menu` VALUES ('317857343733760086', 'device-manage', 'device-manage.alarm-manage.alarm-record', '告警记录', null, '317857343733760086', '\0', '111', '317857343733760004', '{\"id\":\"317857343733760086\",\"sort\":111,\"path\":\"log-list\",\"component\":\"alarm-manager/LogList/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"AlarmLogList\",\"hidden\":false,\"meta\":{\"title\":\"告警记录\",\"icon\":\"ali-icon icon-alarm-log\",\"group\":0,\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1661428937137', '1698201131417'); INSERT INTO `center_menu` VALUES ('341700269832503302', 'structure-platform-backend', 'structure-platform-backend.base-info', '基础信息', null, '341700269832503302', '\0', '1', '0', '{\"id\":\"341700269832503302\",\"sort\":1,\"path\":\"/basicInformation\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"basicInformation\",\"hidden\":false,\"meta\":{\"title\":\"基础信息\",\"icon\":\"basicInformation\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1670810987406', '1670811307142'); INSERT INTO `center_menu` VALUES ('342700269832503301', 'structure-platform-backend', 'structure-platform-backend.video', '智能监控', null, '342700269832503301', '\0', '2', '0', '{\"id\":\"342700269832503301\",\"sort\":2,\"path\":\"/intelligentMonitor\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":true,\"name\":\"intelligentMonitor\",\"hidden\":false,\"meta\":{\"title\":\"智能监控\",\"icon\":\"intelligentMonitor\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1670811387598', '1670811437534'); INSERT INTO `center_menu` VALUES ('343700269832503299', 'structure-platform-backend', 'structure-platform-backend.monitoring-management', '监测管理', null, '343700269832503299', '\0', '3', '0', '{\"id\":\"343700269832503299\",\"sort\":3,\"path\":\"/monitoringManager\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"monitoringManager\",\"hidden\":false,\"meta\":{\"title\":\"监测管理\",\"icon\":\"monitoringManager\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1670811478656', '1670811559612'); INSERT INTO `center_menu` VALUES ('344700269832503303', 'structure-platform-backend', 'structure-platform-backend.alarm-config', '超限管理', null, '344700269832503303', '\0', '4', '0', '{\"id\":\"344700269832503303\",\"sort\":4,\"path\":\"/overrunManager\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"overrunManager\",\"hidden\":false,\"meta\":{\"title\":\"超限管理\",\"icon\":\"overrunManager\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1670811656120', '1670811699715'); INSERT INTO `center_menu` VALUES ('345700269832503306', 'structure-platform-backend', 'structure-platform-backend.statistics', '统计报表', null, '345700269832503306', '\0', '5', '0', '{\"id\":\"345700269832503306\",\"sort\":5,\"path\":\"/statisicalForm\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"statisicalForm\",\"hidden\":false,\"meta\":{\"title\":\"统计报表\",\"icon\":\"statisicalForm\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1670811986297', '1670812401004'); INSERT INTO `center_menu` VALUES ('346700269832503297', 'structure-platform-backend', 'structure-platform-backend.indicator', '指标管理', null, '346700269832503297', '\0', '6', '0', '{\"id\":\"346700269832503297\",\"sort\":6,\"path\":\"/indicatorManagement\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"indicatorManagement\",\"hidden\":false,\"meta\":{\"title\":\"指标管理\",\"icon\":\"indicatorManagement\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1670812194969', '1670812397852'); INSERT INTO `center_menu` VALUES ('347700269832503304', 'structure-platform-backend', 'structure-platform-backend.structure', '结构管理', null, '347700269832503304', '\0', '7', '0', '{\"id\":\"347700269832503304\",\"sort\":7,\"path\":\"/structureManager\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"structureManager\",\"hidden\":false,\"meta\":{\"title\":\"结构管理\",\"icon\":\"structureManager\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1670812281387', '1670812393502'); INSERT INTO `center_menu` VALUES ('350700269832503298', 'structure-platform-backend', 'structure-platform-backend.system', '系统权限', null, '350700269832503298', '\0', '8', '0', '{\"id\":\"350700269832503298\",\"sort\":8,\"path\":\"/system\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"system\",\"hidden\":false,\"meta\":{\"title\":\"系统权限\",\"icon\":\"system\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1670812384528', '1670812493673'); INSERT INTO `center_menu` VALUES ('350811089010688001', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.inspect-manager', '管养巡检', null, '350811089010688001', '\0', '5', '0', '{\"id\":\"350811089010688001\",\"sort\":5,\"path\":\"/inspectionPatrol\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"inspectionPatrol\",\"hidden\":false,\"meta\":{\"title\":\"管养巡检\",\"icon\":\"icon-shuikushezhi\",\"group\":1,\"noCache\":false,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1669284957515', '1671757374131'); INSERT INTO `center_menu` VALUES ('350811089010688007', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.inspect-manager.repair-manage', '维修管理', null, '350811089010688007', '\0', '3', '350811089010688001', '{\"id\":\"350811089010688007\",\"sort\":3,\"path\":\"maintenanceManagement\",\"component\":\"inspectionPatrol/maintenanceManagement\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"maintenanceManagement\",\"hidden\":false,\"meta\":{\"title\":\"维修管理\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1669284736102', '1671757360679'); INSERT INTO `center_menu` VALUES ('350811089010688016', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.inspect-manager.inspect-account', '巡检台账', null, '350811089010688016', '\0', '6', '350811089010688001', '{\"id\":\"350811089010688016\",\"sort\":6,\"path\":\"inspectionAccount\",\"component\":\"inspectionPatrol/inspectionAccount\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"inspectionAccount\",\"hidden\":false,\"meta\":{\"title\":\"巡检台账\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1669284775438', '1671757363419'); INSERT INTO `center_menu` VALUES ('356167792971481096', 'structure-platform-backend', 'structure-platform-backend.structure.monitor-site', '监测站点管理', null, '356167792971481096', '\0', '2', '347700269832503304', '{\"id\":\"356167792971481096\",\"sort\":2,\"path\":\"monitorSiteManager\",\"component\":\"structureManager/monitorSiteManager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"monitorSiteManager\",\"hidden\":false,\"meta\":{\"title\":\"监测站点管理\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1670812326392', null); INSERT INTO `center_menu` VALUES ('356167792971481097', 'structure-platform-backend', 'structure-platform-backend.system.area', '区域管理', null, '356167792971481097', '\0', '3', '350700269832503298', '{\"id\":\"356167792971481097\",\"sort\":3,\"path\":\"regionManager\",\"component\":\"system/regionManager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"regionManager\",\"hidden\":false,\"meta\":{\"title\":\"区域管理\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1670827431023', null); INSERT INTO `center_menu` VALUES ('356167792971481098', 'structure-platform-backend', 'structure-platform-backend.indicator.formula', '公式方法', null, '356167792971481098', '\0', '3', '346700269832503297', '{\"id\":\"356167792971481098\",\"sort\":3,\"path\":\"formulaMethod\",\"component\":\"indicatorManagement/formulaMethod/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"formulaMethod\",\"hidden\":false,\"meta\":{\"title\":\"公式方法\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1670812257367', null); INSERT INTO `center_menu` VALUES ('356167792971481099', 'structure-platform-backend', 'structure-platform-backend.base-info.monitor-info', '监测信息', null, '356167792971481099', '\0', '2', '341700269832503302', '{\"id\":\"356167792971481099\",\"sort\":2,\"path\":\"monitoringInfo\",\"component\":\"basicInformation/monitoringInfo/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"monitoringInfo\",\"hidden\":false,\"meta\":{\"title\":\"监测信息\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1670811354071', null); INSERT INTO `center_menu` VALUES ('356167792971481102', 'structure-platform-backend', 'structure-platform-backend.statistics.data', '数据分析', null, '356167792971481102', '\0', '1', '345700269832503306', '{\"id\":\"356167792971481102\",\"sort\":1,\"path\":\"dataAnalysis\",\"component\":\"statisicalForm/dataAnalysis/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"dataAnalysis\",\"hidden\":false,\"meta\":{\"title\":\"数据分析\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1670812028563', null); INSERT INTO `center_menu` VALUES ('356167792971481105', 'structure-platform-backend', 'structure-platform-backend.system.unit', '单位管理', null, '356167792971481105', '\0', '2', '350700269832503298', '{\"id\":\"356167792971481105\",\"sort\":2,\"path\":\"companyManager\",\"component\":\"system/companyManager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"companyManager\",\"hidden\":false,\"meta\":{\"title\":\"单位管理\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1670827406567', null); INSERT INTO `center_menu` VALUES ('356167792971481114', 'structure-platform-backend', 'structure-platform-backend.alarm-config.sms-people', '联系人员', null, '356167792971481114', '\0', '4', '344700269832503303', '{\"id\":\"356167792971481114\",\"sort\":4,\"path\":\"contactPersonnel\",\"component\":\"overrunManager/contactPersonnel/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"contactPersonnel\",\"hidden\":false,\"meta\":{\"title\":\"联系人员\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1670811806186', null); INSERT INTO `center_menu` VALUES ('356167792971481116', 'structure-platform-backend', 'structure-platform-backend.indicator.monitor-indicator-element', '指标名称', null, '356167792971481116', '\0', '2', '346700269832503297', '{\"id\":\"356167792971481116\",\"sort\":2,\"path\":\"indicatorName\",\"component\":\"indicatorManagement/indicatorName/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"indicatorName\",\"hidden\":false,\"meta\":{\"title\":\"指标名称\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1670812237175', '1670827167383'); INSERT INTO `center_menu` VALUES ('356167792971481119', 'structure-platform-backend', 'structure-platform-backend.indicator.monitor-indicator', '监测类别', null, '356167792971481119', '\0', '1', '346700269832503297', '{\"id\":\"356167792971481119\",\"sort\":1,\"path\":\"monitoringCategory\",\"component\":\"indicatorManagement/monitoringCategory/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"monitoringCategory\",\"hidden\":false,\"meta\":{\"title\":\"监测类别\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1670812215666', null); INSERT INTO `center_menu` VALUES ('356167792971481123', 'structure-platform-backend', 'structure-platform-backend.system.operation-log', '日志管理', null, '356167792971481123', '\0', '4', '350700269832503298', '{\"id\":\"356167792971481123\",\"sort\":4,\"path\":\"journalmanager\",\"component\":\"system/journalmanager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"journalmanager\",\"hidden\":false,\"meta\":{\"title\":\"日志管理\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1670827448438', null); INSERT INTO `center_menu` VALUES ('356167792971481126', 'structure-platform-backend', 'structure-platform-backend.statistics.alarm-page', '超限报警明细', null, '356167792971481126', '\0', '2', '345700269832503306', '{\"id\":\"356167792971481126\",\"sort\":2,\"path\":\"loseTrackAlarm\",\"component\":\"statisicalForm/loseTrackAlarm/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"loseTrackAlarm\",\"hidden\":false,\"meta\":{\"title\":\"超限报警明细\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1670812062503', null); INSERT INTO `center_menu` VALUES ('356167792971481129', 'structure-platform-backend', 'structure-platform-backend.monitoring-management.point-config', '监测测点配置', null, '356167792971481129', '\0', '1', '343700269832503299', '{\"id\":\"356167792971481129\",\"sort\":1,\"path\":\"monitorPointManager\",\"component\":\"monitoringManager/monitorPointManager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"monitorPointManager\",\"hidden\":false,\"meta\":{\"title\":\"监测测点配置\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1670811559614', null); INSERT INTO `center_menu` VALUES ('356167792971481135', 'structure-platform-backend', 'structure-platform-backend.alarm-config.sms-template', '短信模板', null, '356167792971481135', '\0', '5', '344700269832503303', '{\"id\":\"356167792971481135\",\"sort\":5,\"path\":\"smsTemplate\",\"component\":\"overrunManager/smsTemplate/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"smsTemplate\",\"hidden\":false,\"meta\":{\"title\":\"短信模板\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1670811845085', null); INSERT INTO `center_menu` VALUES ('356167792971481142', 'structure-platform-backend', 'structure-platform-backend.base-info.structure-info', '结构信息', null, '356167792971481142', '\0', '1', '341700269832503302', '{\"id\":\"356167792971481142\",\"sort\":1,\"path\":\"structuralInfo\",\"component\":\"basicInformation/structuralInfo/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"structuralInfo\",\"hidden\":false,\"meta\":{\"title\":\"结构信息\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1670811307144', null); INSERT INTO `center_menu` VALUES ('356167792971481143', 'structure-platform-backend', 'structure-platform-backend.alarm-config.sms-config', '短信配置', null, '356167792971481143', '\0', '3', '344700269832503303', '{\"id\":\"356167792971481143\",\"sort\":3,\"path\":\"smsConfiguration\",\"component\":\"overrunManager/smsConfiguration/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"smsConfiguration\",\"hidden\":false,\"meta\":{\"title\":\"短信配置\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1670811759684', null); INSERT INTO `center_menu` VALUES ('356167792971481146', 'structure-platform-backend', 'structure-platform-backend.system.temp5', '用户管理', null, '356167792971481146', '\0', '7', '350700269832503298', '{\"id\":\"356167792971481146\",\"sort\":7,\"path\":\"userManager\",\"component\":\"system/userManager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"userManager\",\"hidden\":false,\"meta\":{\"title\":\"用户管理\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1670827507111', null); INSERT INTO `center_menu` VALUES ('356167792971481147', 'structure-platform-backend', 'structure-platform-backend.system.temp6', '角色管理', null, '356167792971481147', '\0', '6', '350700269832503298', '{\"id\":\"356167792971481147\",\"sort\":6,\"path\":\"\",\"component\":\"system/roleManager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"roleManager\",\"hidden\":false,\"meta\":{\"title\":\"角色管理\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1670827485702', null); INSERT INTO `center_menu` VALUES ('356167792971481148', 'structure-platform-backend', 'structure-platform-backend.system.platform', '个性化设置', null, '356167792971481148', '\0', '1', '350700269832503298', '{\"id\":\"356167792971481148\",\"sort\":1,\"path\":\"individualizationConfig\",\"component\":\"system/individualizationConfig\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"individualizationConfig\",\"hidden\":false,\"meta\":{\"title\":\"个性化设置\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1670812493675', null); INSERT INTO `center_menu` VALUES ('356167792971481150', 'structure-platform-backend', 'structure-platform-backend.video.info', '视频监测', null, '356167792971481150', '\0', '1', '342700269832503301', '{\"id\":\"356167792971481150\",\"sort\":1,\"path\":\"videoMonitor\",\"component\":\"intelligentMonitor/videoMonitor/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"videoMonitor\",\"hidden\":false,\"meta\":{\"title\":\"视频监测\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1670811437535', null); INSERT INTO `center_menu` VALUES ('356167792971481153', 'structure-platform-backend', 'structure-platform-backend.system.screen-menu', '大屏管理', null, '356167792971481153', '\0', '5', '350700269832503298', '{\"id\":\"356167792971481153\",\"sort\":5,\"path\":\"screenManager\",\"component\":\"system/screenManager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"screenManager\",\"hidden\":false,\"meta\":{\"title\":\"大屏管理\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1670827466982', null); INSERT INTO `center_menu` VALUES ('356167792971481154', 'structure-platform-backend', 'structure-platform-backend.monitoring-management.video-config', '视频监控配置', null, '356167792971481154', '\0', '3', '343700269832503299', '{\"id\":\"356167792971481154\",\"sort\":3,\"path\":\"monitorConfig\",\"component\":\"monitoringManager/monitorConfig/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"monitorConfig\",\"hidden\":false,\"meta\":{\"title\":\"视频监控配置\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1670811605106', '1670811608946'); INSERT INTO `center_menu` VALUES ('356167792971481156', 'structure-platform-backend', 'structure-platform-backend.alarm-config.sms-record', '短信记录', null, '356167792971481156', '\0', '1', '344700269832503303', '{\"id\":\"356167792971481156\",\"sort\":1,\"path\":\"smsRecord\",\"component\":\"overrunManager/smsRecord/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"smsRecord\",\"hidden\":false,\"meta\":{\"title\":\"短信记录\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1670811699716', null); INSERT INTO `center_menu` VALUES ('356167792971481164', 'structure-platform-backend', 'structure-platform-backend.alarm-config.threshold', '超限阈值设置', null, '356167792971481164', '\0', '2', '344700269832503303', '{\"id\":\"356167792971481164\",\"sort\":2,\"path\":\"descriptionSetting\",\"component\":\"overrunManager/descriptionSetting/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"descriptionSetting\",\"hidden\":false,\"meta\":{\"title\":\"超限阈值设置\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1670811721252', null); INSERT INTO `center_menu` VALUES ('356167792971481166', 'structure-platform-backend', 'structure-platform-backend.monitoring-management.deploy', '监测测点部署', null, '356167792971481166', '\0', '2', '343700269832503299', '{\"id\":\"356167792971481166\",\"sort\":2,\"path\":\"monitorPointDeploy\",\"component\":\"monitoringManager/monitorPointDeploy/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"monitorPointDeploy\",\"hidden\":false,\"meta\":{\"title\":\"监测测点部署\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1670811625729', null); INSERT INTO `center_menu` VALUES ('356167792971481172', 'structure-platform-backend', 'structure-platform-backend.structure.structure-config', '结构设置', null, '356167792971481172', '\0', '1', '347700269832503304', '{\"id\":\"356167792971481172\",\"sort\":1,\"path\":\"structureSetting\",\"component\":\"structureManager/structureSetting/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"structureSetting\",\"hidden\":false,\"meta\":{\"title\":\"结构设置\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1670812300440', null); INSERT INTO `center_menu` VALUES ('356167792971481187', 'structure-platform-backend', 'structure-platform-backend.alarm-config.sms-template-arg', '模板参数', null, '356167792971481187', '\0', '6', '344700269832503303', '{\"id\":\"356167792971481187\",\"sort\":6,\"path\":\"templateParameter\",\"component\":\"overrunManager/templateParameter/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"templateParameter\",\"hidden\":false,\"meta\":{\"title\":\"模板参数\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1670811937204', null); INSERT INTO `center_menu` VALUES ('357229937129685108', 'structure-platform-backend', 'structure-platform-backend.statistics.offline-alarm-page', '失联报警明细', null, '357229937129685108', '\0', '3', '345700269832503306', '{\"id\":\"357229937129685108\",\"sort\":3,\"path\":\"overrunAlarm\",\"component\":\"statisicalForm/overrunAlarm/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"overrunAlarm\",\"hidden\":false,\"meta\":{\"title\":\"失联报警明细\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1670814583302', null); INSERT INTO `center_menu` VALUES ('358704221287088144', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.inspect-manager.inspect-analysis', '巡检分析', null, '358704221287088144', '\0', '9', '350811089010688001', '{\"id\":\"358704221287088144\",\"sort\":9,\"path\":\"patrolAnalysis\",\"component\":\"inspectionPatrol/patrolAnalysis\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"patrolAnalysis\",\"hidden\":false,\"meta\":{\"title\":\"巡检分析\",\"icon\":\"\",\"group\":1,\"noCache\":false,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1676966842852', null); INSERT INTO `center_menu` VALUES ('383031205152423942', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.report', '统计报表', null, '383031205152423942', '\0', '4', '0', '{\"id\":\"383031205152423942\",\"sort\":4,\"path\":\"/statisticalAnalysis\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"statisticalAnalysis\",\"hidden\":false,\"meta\":{\"title\":\"统计报表\",\"icon\":\"icon-statistics\",\"group\":1,\"noCache\":false,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1676967050590', '1683192659647'); INSERT INTO `center_menu` VALUES ('383031205152423953', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.report.gnss', '位移分析', null, '383031205152423953', '\0', '12', '383031205152423942', '{\"id\":\"383031205152423953\",\"sort\":12,\"path\":\"displaceAnalysis\",\"component\":\"statisticalAnalysis/displaceAnalysis\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"DisplaceAnalysis\",\"hidden\":false,\"meta\":{\"title\":\"位移分析\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1679888104596', '1679888108724'); INSERT INTO `center_menu` VALUES ('383031205152423960', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.video.gate-control', '闸门控制', null, '383031205152423960', '\0', '999', '317375196824600582', '{\"id\":\"383031205152423960\",\"sort\":999,\"path\":\"gateControl\",\"component\":\"intelligentMonitor/gateControl/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"gateControl\",\"hidden\":false,\"meta\":{\"title\":\"闸门控制\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1679888466989', '1679889342192'); INSERT INTO `center_menu` VALUES ('383031205152423964', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.report.rain-analysis', '雨情分析', null, '383031205152423964', '\0', '10', '383031205152423942', '{\"id\":\"383031205152423964\",\"sort\":10,\"path\":\"rainfallAnalysis\",\"component\":\"statisticalAnalysis/rainfallAnalysis/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"rainfallAnalysis\",\"hidden\":false,\"meta\":{\"title\":\"雨情分析\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1679888137294', '1679888139163'); INSERT INTO `center_menu` VALUES ('383031205152423970', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.report.osmotic-pressure', '渗压分析', null, '383031205152423970', '\0', '12', '383031205152423942', '{\"id\":\"383031205152423970\",\"sort\":12,\"path\":\"pressure\",\"component\":\"statisticalAnalysis/pressure\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"pressure\",\"hidden\":false,\"meta\":{\"title\":\"渗压分析\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1676967138225', '1681701358006'); INSERT INTO `center_menu` VALUES ('383031205152424016', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.report.compare', '对比分析', null, '383031205152424016', '\0', '13', '383031205152423942', '{\"id\":\"383031205152424016\",\"sort\":13,\"path\":\"compareAnalysis\",\"component\":\"statisticalAnalysis/compareAnalysis\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"compareAnalysis\",\"hidden\":false,\"meta\":{\"title\":\"对比分析\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1679888181414', '1681701362279'); INSERT INTO `center_menu` VALUES ('383031205152424088', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.video.warning', '预警广播', null, '383031205152424088', '\0', '2', '317375196824600582', '{\"id\":\"383031205152424088\",\"sort\":2,\"path\":\"broadcastPush\",\"component\":\"intelligentMonitor/broadcastPush/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"broadcastPush\",\"hidden\":false,\"meta\":{\"title\":\"预警广播\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1679888276838', '1683272240206'); INSERT INTO `center_menu` VALUES ('383031205152424105', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.report.data-view', '数据查看', null, '383031205152424105', '\0', '9', '383031205152423942', '{\"id\":\"383031205152424105\",\"sort\":9,\"path\":\"dataShow\",\"component\":\"statisticalAnalysis/dataShow\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"dataShow\",\"hidden\":false,\"meta\":{\"title\":\"数据查看\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1676967099168', '1681717150566'); INSERT INTO `center_menu` VALUES ('383031205152424108', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.report.water-analysis', '水情分析', null, '383031205152424108', '\0', '11', '383031205152423942', '{\"id\":\"383031205152424108\",\"sort\":11,\"path\":\"waterAnalysis\",\"component\":\"statisticalAnalysis/waterAnalysis\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"waterAnalysis\",\"hidden\":false,\"meta\":{\"title\":\"水情分析\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1679888205935', '1681701351301'); INSERT INTO `center_menu` VALUES ('383031205152424142', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.my-reservoir.gate-info', '闸门管理', null, '383031205152424142', '\0', '999', '317375196824600579', '{\"id\":\"383031205152424142\",\"sort\":999,\"path\":\"sluiceManager\",\"component\":\"reserviorInformation/sluiceManager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"sluiceManager\",\"hidden\":false,\"meta\":{\"title\":\"闸门管理\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1679888337256', null); INSERT INTO `center_menu` VALUES ('383031205152424144', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.my-reservoir.broadcast', '预警广播配置', null, '383031205152424144', '\0', '999', '317375196824600579', '{\"id\":\"383031205152424144\",\"sort\":999,\"path\":\"broadcast\",\"component\":\"reserviorInformation/broadcast/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"broadcast\",\"hidden\":false,\"meta\":{\"title\":\"预警广播配置\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1679888317822', null); INSERT INTO `center_menu` VALUES ('393202012814049283', 'structure-platform-backend', 'structure-platform-backend.report', '综合报告', null, '393202012814049283', '\0', '6', '0', '{\"id\":\"393202012814049283\",\"sort\":6,\"path\":\"/generalReport\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":true,\"name\":\"GeneralReport\",\"hidden\":false,\"meta\":{\"title\":\"综合报告\",\"icon\":\"form\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1682479694060', '1682479725812'); INSERT INTO `center_menu` VALUES ('393202012814049320', 'structure-platform-backend', 'structure-platform-backend.report.generate', '报告中心', null, '393202012814049320', '\0', '999', '393202012814049283', '{\"id\":\"393202012814049320\",\"sort\":999,\"path\":\"reportCenter\",\"component\":\"generalReport/reportCenter/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"ReportCenter\",\"hidden\":false,\"meta\":{\"title\":\"报告中心\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1682479725826', null); INSERT INTO `center_menu` VALUES ('395286598515687556', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.report.relativity', '相关性分析', null, '395286598515687556', '\0', '18', '383031205152423942', '{\"id\":\"395286598515687556\",\"sort\":18,\"path\":\"relativityAnalysis\",\"component\":\"statisticalAnalysis/relativityAnalysis\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"RelativityAnalysis\",\"hidden\":false,\"meta\":{\"title\":\"相关性分析\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1679888236542', null); INSERT INTO `center_menu` VALUES ('402144039186464774', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.emergency', '应急指挥', null, '402144039186464774', '\0', '9', '0', '{\"id\":\"402144039186464774\",\"sort\":9,\"path\":\"/emergencyCommand\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":true,\"name\":\"emergencyCommand\",\"hidden\":false,\"meta\":{\"title\":\"应急指挥\",\"icon\":\"shuizha\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1681559824039', '1683509584979'); INSERT INTO `center_menu` VALUES ('402144039186464797', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.emergency.emergency-exercise', '应急演练', null, '402144039186464797', '\0', '4', '402144039186464774', '{\"id\":\"402144039186464797\",\"sort\":4,\"path\":\"emergencyDrill\",\"component\":\"emergencyCommand/emergencyDrill/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"emergencyDrill\",\"hidden\":false,\"meta\":{\"title\":\"应急演练\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1681559947673', '1685952965072'); INSERT INTO `center_menu` VALUES ('402145810944360460', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.warning-notice', '预警通知管理', null, '402145810944360460', '\0', '8', '0', '{\"id\":\"402145810944360460\",\"sort\":8,\"path\":\"/warnNoticeManager\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"warnNoticeManager\",\"hidden\":false,\"meta\":{\"title\":\"预警通知管理\",\"icon\":\"email\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1681548128886', '1681553696660'); INSERT INTO `center_menu` VALUES ('402145810944360501', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.warning-notice.notice-config', '预警通知设置', null, '402145810944360501', '\0', '18', '402145810944360460', '{\"id\":\"402145810944360501\",\"sort\":18,\"path\":\"warningEarlySet\",\"component\":\"warnManager/warningEarlySet/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"warningEarlySet\",\"hidden\":false,\"meta\":{\"title\":\"预警通知设置\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1681551129010', '1681729976217'); INSERT INTO `center_menu` VALUES ('402145810944360769', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.warning-notice.warning-notice-page', '预警通知列表', null, '402145810944360769', '\0', '16', '402145810944360460', '{\"id\":\"402145810944360769\",\"sort\":16,\"path\":\"warnNotice\",\"component\":\"warnNoticeManager/warnNotice/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"warnNotice\",\"hidden\":false,\"meta\":{\"title\":\"预警通知列表\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1681552479869', '1681553721161'); INSERT INTO `center_menu` VALUES ('405556374160801815', 'device-manage', 'device-manage.alarm-manage.notify-template', '通知模板', null, '405556374160801815', '\0', '333', '317857343733760004', '{\"id\":\"405556374160801815\",\"sort\":333,\"path\":\"notification-temp\",\"component\":\"alarm-manager/notificationTemp/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"NotificationTemp\",\"hidden\":false,\"meta\":{\"title\":\"通知模板\",\"icon\":\"ali-icon icon-alarm-log\",\"group\":0,\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686277216070', '1698201137530'); INSERT INTO `center_menu` VALUES ('409128588051218549', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.monitor-message.offline-download', '数据离线下载', null, '409128588051218549', '\0', '4', '317375196824600578', '{\"id\":\"409128588051218549\",\"sort\":4,\"path\":\"/offlineDownload\",\"component\":\"monitorMessage/offlineDownload/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"offlineDownload\",\"hidden\":false,\"meta\":{\"title\":\"数据离线下载\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1683252257587', '1683254035509'); INSERT INTO `center_menu` VALUES ('409128588051218710', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.monitor-message.monitor-data', '测点数据', null, '409128588051218710', '\0', '2', '317375196824600578', '{\"id\":\"409128588051218710\",\"sort\":2,\"path\":\"/monitorData\",\"component\":\"monitorData/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"monitorData\",\"hidden\":false,\"meta\":{\"title\":\"测点数据\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1683252309259', '1683270828948'); INSERT INTO `center_menu` VALUES ('409137784784158730', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.project-info', '工程信息', null, '409137784784158730', '\0', '8', '0', '{\"id\":\"409137784784158730\",\"sort\":8,\"path\":\"/reservoir\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"reserviorInformation\",\"hidden\":false,\"meta\":{\"title\":\"工程信息\",\"icon\":\"documentation\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1683193376426', '1683251333566'); INSERT INTO `center_menu` VALUES ('409138434922250309', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.project-info.reservoir-msg', '基础信息', null, '409138434922250309', '\0', '15', '409137784784158730', '{\"id\":\"409138434922250309\",\"sort\":15,\"path\":\"/reservoirInfo\",\"component\":\"reservoir/reservoirInfo/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"ReservoirInfo\",\"hidden\":false,\"meta\":{\"title\":\"基础信息\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1661321214914', '1683251392642'); INSERT INTO `center_menu` VALUES ('409138434926444576', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.project-info.file-manage', '文档管理', null, '409138434926444576', '\0', '16', '409137784784158730', '{\"id\":\"409138434926444576\",\"sort\":16,\"path\":\"/fileManager\",\"component\":\"reserviorInformation/fileManager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"FileManager\",\"hidden\":false,\"meta\":{\"title\":\"文档管理\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1664433576973', '1683251518174'); INSERT INTO `center_menu` VALUES ('413475227301838849', 'universal-monitoring-platform', 'universal-monitoring-platform.account-safe', '账号安全', null, '413475227301838849', '\0', '2', '0', '{\"id\":\"413475227301838849\",\"sort\":2,\"path\":\"/account\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"account\",\"hidden\":false,\"meta\":{\"title\":\"账号安全\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1686531248371', '1686531278132'); INSERT INTO `center_menu` VALUES ('413475227301838850', 'universal-monitoring-platform', 'universal-monitoring-platform.file-manage', '文档管理', null, '413475227301838850', '\0', '7', '0', '{\"id\":\"413475227301838850\",\"sort\":7,\"path\":\"/file\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"file\",\"hidden\":false,\"meta\":{\"title\":\"‘’\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1686530704868', '1686530725666'); INSERT INTO `center_menu` VALUES ('413475227301838851', 'universal-monitoring-platform', 'universal-monitoring-platform.smart-control', '智能监控', null, '413475227301838851', '\0', '3', '0', '{\"id\":\"413475227301838851\",\"sort\":3,\"path\":\"/intelligentMonitor\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"intelligentMonitor\",\"hidden\":false,\"meta\":{\"title\":\"智能监控\",\"icon\":\"智能监控\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1686529792189', '1686529996827'); INSERT INTO `center_menu` VALUES ('413475227301838852', 'universal-monitoring-platform', 'universal-monitoring-platform.monitor-config', '监测配置', null, '413475227301838852', '\0', '6', '0', '{\"id\":\"413475227301838852\",\"sort\":6,\"path\":\"/monitorConfig\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"monitorConfig\",\"hidden\":false,\"meta\":{\"title\":\"监测配置\",\"icon\":\"监测配置\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1686530474123', '1686530499568'); INSERT INTO `center_menu` VALUES ('413475227301838853', 'universal-monitoring-platform', 'universal-monitoring-platform.monitor-data', '监测数据', null, '413475227301838853', '\0', '1', '0', '{\"id\":\"413475227301838853\",\"sort\":1,\"path\":\"/monitorData\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"monitorDataWrap\",\"hidden\":false,\"meta\":{\"title\":\"监测数据\",\"icon\":\"监测数据\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1686301429490', '1686302572725'); INSERT INTO `center_menu` VALUES ('413475227301838854', 'universal-monitoring-platform', 'universal-monitoring-platform.warning-manage', '预警管理', null, '413475227301838854', '\0', '8', '0', '{\"id\":\"413475227301838854\",\"sort\":8,\"path\":\"/warningManager\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"warningManager\",\"hidden\":false,\"meta\":{\"title\":\"预警管理\",\"icon\":\"预警管理\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1686530762416', '1686530792704'); INSERT INTO `center_menu` VALUES ('413475227301838855', 'universal-monitoring-platform', 'universal-monitoring-platform.data-count', '数据统计', null, '413475227301838855', '\0', '2', '0', '{\"id\":\"413475227301838855\",\"sort\":2,\"path\":\"/statisticalAnalysis\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"statisticalAnalysis\",\"hidden\":false,\"meta\":{\"title\":\"数据统计\",\"icon\":\"数据统计\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1686302475366', '1686529645538'); INSERT INTO `center_menu` VALUES ('413475227301838856', 'universal-monitoring-platform', 'universal-monitoring-platform.project-info', '工程信息', null, '413475227301838856', '\0', '4', '0', '{\"id\":\"413475227301838856\",\"sort\":4,\"path\":\"/engineering\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"engineering\",\"hidden\":false,\"meta\":{\"title\":\"工程信息\",\"icon\":\"工程信息\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1686530198383', '1686536631782'); INSERT INTO `center_menu` VALUES ('413475227301838857', 'universal-monitoring-platform', 'universal-monitoring-platform.system-manage', '系统管理', null, '413475227301838857', '\0', '1', '0', '{\"id\":\"413475227301838857\",\"sort\":1,\"path\":\"/system\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"system\",\"hidden\":false,\"meta\":{\"title\":\"系统管理\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1686531059663', '1686531083764'); INSERT INTO `center_menu` VALUES ('413475227301838859', 'universal-monitoring-platform', 'universal-monitoring-platform.running-patrol', '管养巡检', null, '413475227301838859', '\0', '5', '0', '{\"id\":\"413475227301838859\",\"sort\":5,\"path\":\"/inspectionPatrol\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"inspectionPatrol\",\"hidden\":false,\"meta\":{\"title\":\"管养巡检\",\"icon\":\"管养巡检\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1686530326060', '1686530352696'); INSERT INTO `center_menu` VALUES ('413475227301838861', 'universal-monitoring-platform', 'universal-monitoring-platform.system-manage.notice-manage', '公告管理', null, '413475227301838861', '\0', '5', '413475227301838857', '{\"id\":\"413475227301838861\",\"sort\":5,\"path\":\"notice\",\"component\":\"noticeManager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"noticeManager\",\"hidden\":false,\"meta\":{\"title\":\"公告管理\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686531213953', null); INSERT INTO `center_menu` VALUES ('413475227301838867', 'universal-monitoring-platform', 'universal-monitoring-platform.system-manage.device-manage', '设备管理', null, '413475227301838867', '\0', '4', '413475227301838857', '{\"id\":\"413475227301838867\",\"sort\":4,\"path\":\"deviceManager\",\"component\":\"system/deviceManager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"deviceManager\",\"hidden\":false,\"meta\":{\"title\":\"设备管理\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686531187556', null); INSERT INTO `center_menu` VALUES ('413475227301838876', 'universal-monitoring-platform', 'universal-monitoring-platform.running-patrol.patrol-ledger', '巡检台账', null, '413475227301838876', '\0', '2', '413475227301838859', '{\"id\":\"413475227301838876\",\"sort\":2,\"path\":\"inspectionAccount\",\"component\":\"inspectionPatrol/inspectionAccount\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"inspectionAccount\",\"hidden\":false,\"meta\":{\"title\":\"巡检台账\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686530380333', null); INSERT INTO `center_menu` VALUES ('413475227301838890', 'universal-monitoring-platform', 'universal-monitoring-platform.monitor-config.warning-broadcast-setting', '预警广播配置', null, '413475227301838890', '\0', '5', '413475227301838852', '{\"id\":\"413475227301838890\",\"sort\":5,\"path\":\"broadcast\",\"component\":\"monitorConfig/broadcast\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"broadcast\",\"hidden\":false,\"meta\":{\"title\":\"预警广播配置\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686530656144', null); INSERT INTO `center_menu` VALUES ('413475227301838892', 'universal-monitoring-platform', 'universal-monitoring-platform.system-manage.screen-setting', '大屏管理', null, '413475227301838892', '\0', '2', '413475227301838857', '{\"id\":\"413475227301838892\",\"sort\":2,\"path\":\"screenManager\",\"component\":\"system/screenManager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"screenManager\",\"hidden\":false,\"meta\":{\"title\":\"大屏管理\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686531104937', null); INSERT INTO `center_menu` VALUES ('413475227301838894', 'universal-monitoring-platform', 'universal-monitoring-platform.monitor-data.offline-data-download', '数据离线下载', null, '413475227301838894', '\0', '3', '413475227301838853', '{\"id\":\"413475227301838894\",\"sort\":3,\"path\":\"offlineDownload\",\"component\":\"offlineDownload/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"offlineDownload\",\"hidden\":false,\"meta\":{\"title\":\"数据离线下载\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686301741839', '1686303583142'); INSERT INTO `center_menu` VALUES ('413475227301838901', 'universal-monitoring-platform', 'universal-monitoring-platform.file-manage.file-manage', '文档管理', null, '413475227301838901', '\0', '1', '413475227301838850', '{\"id\":\"413475227301838901\",\"sort\":1,\"path\":\"fileManager\",\"component\":\"fileManager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"fileManager\",\"hidden\":false,\"meta\":{\"title\":\"文档管理\",\"icon\":\"文档管理\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686530725668', null); INSERT INTO `center_menu` VALUES ('413475227301838906', 'universal-monitoring-platform', 'universal-monitoring-platform.monitor-config.monitor-deploy', '监测测点部署', null, '413475227301838906', '\0', '1', '413475227301838852', '{\"id\":\"413475227301838906\",\"sort\":1,\"path\":\"monitorPointDeploy\",\"component\":\"reservoirManager/monitorPointDeploy\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"monitorPointDeploy\",\"hidden\":false,\"meta\":{\"title\":\"监测测点部署\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686530499569', null); INSERT INTO `center_menu` VALUES ('413475227301838907', 'universal-monitoring-platform', 'universal-monitoring-platform.project-info.project-show', '工程信息查看', null, '413475227301838907', '\0', '1', '413475227301838856', '{\"id\":\"413475227301838907\",\"sort\":1,\"path\":\"viewing\",\"component\":\"engineering/viewing\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"engineeringViewing\",\"hidden\":false,\"meta\":{\"title\":\"工程信息查看\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686530248047', null); INSERT INTO `center_menu` VALUES ('413475227301838910', 'universal-monitoring-platform', 'universal-monitoring-platform.account-safe.user-center', '个人中心', null, '413475227301838910', '\0', '4', '413475227301838849', '{\"id\":\"413475227301838910\",\"sort\":4,\"path\":\"profile\",\"component\":\"profile\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"Profile\",\"hidden\":false,\"meta\":{\"title\":\"个人中心\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686531354050', '1686531550837'); INSERT INTO `center_menu` VALUES ('413475227301838915', 'universal-monitoring-platform', 'universal-monitoring-platform.smart-control.water-gate-control', '闸门控制', null, '413475227301838915', '\0', '3', '413475227301838851', '{\"id\":\"413475227301838915\",\"sort\":3,\"path\":\"gateControl\",\"component\":\"intelligentMonitor/gateControl\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"gateControl\",\"hidden\":false,\"meta\":{\"title\":\"闸门控制\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686530158168', null); INSERT INTO `center_menu` VALUES ('413475227301838920', 'universal-monitoring-platform', 'universal-monitoring-platform.data-count.patrol-analysis', '巡检分析', null, '413475227301838920', '\0', '2', '413475227301838855', '{\"id\":\"413475227301838920\",\"sort\":2,\"path\":\"patrolAnalysis\",\"component\":\"inspectionPatrol/patrolAnalysis\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"patrolAnalysis\",\"hidden\":false,\"meta\":{\"title\":\"巡检分析\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686529700507', null); INSERT INTO `center_menu` VALUES ('413475227301838922', 'universal-monitoring-platform', 'universal-monitoring-platform.running-patrol.problems-handle', '问题维修', null, '413475227301838922', '\0', '1', '413475227301838859', '{\"id\":\"413475227301838922\",\"sort\":1,\"path\":\"maintenanceManagement\",\"component\":\"inspectionPatrol/maintenanceManagement\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"maintenanceManagement\",\"hidden\":false,\"meta\":{\"title\":\"问题维修\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686530352702', null); INSERT INTO `center_menu` VALUES ('413475227301838927', 'universal-monitoring-platform', 'universal-monitoring-platform.system-manage.log-manage', '日志管理', null, '413475227301838927', '\0', '3', '413475227301838857', '{\"id\":\"413475227301838927\",\"sort\":3,\"path\":\"journalmanager\",\"component\":\"system/journalmanager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"journalmanager\",\"hidden\":false,\"meta\":{\"title\":\"日志管理\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686531126123', null); INSERT INTO `center_menu` VALUES ('413475227301838930', 'universal-monitoring-platform', 'universal-monitoring-platform.project-info.project-manage', '工程信息管理', null, '413475227301838930', '\0', '2', '413475227301838856', '{\"id\":\"413475227301838930\",\"sort\":2,\"path\":\"management\",\"component\":\"engineering/management\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"engineeringManagement\",\"hidden\":false,\"meta\":{\"title\":\"工程信息管理\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686530274941', null); INSERT INTO `center_menu` VALUES ('413475227301838931', 'universal-monitoring-platform', 'universal-monitoring-platform.account-safe.user-manage', '用户管理', null, '413475227301838931', '\0', '3', '413475227301838849', '{\"id\":\"413475227301838931\",\"sort\":3,\"path\":\"userManager\",\"component\":\"system/userManager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"UserManager\",\"hidden\":false,\"meta\":{\"title\":\"用户管理\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686531333283', null); INSERT INTO `center_menu` VALUES ('413475227301838936', 'universal-monitoring-platform', 'universal-monitoring-platform.smart-control.video-control', '视频监控', null, '413475227301838936', '\0', '1', '413475227301838851', '{\"id\":\"413475227301838936\",\"sort\":1,\"path\":\"videoMonitor\",\"component\":\"intelligentMonitor/videoMonitor\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"videoMonitor\",\"hidden\":false,\"meta\":{\"title\":\"视频监控\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686529996829', null); INSERT INTO `center_menu` VALUES ('413475227301838948', 'universal-monitoring-platform', 'universal-monitoring-platform.monitor-config.video-setting', '视频监控配置', null, '413475227301838948', '\0', '3', '413475227301838852', '{\"id\":\"413475227301838948\",\"sort\":3,\"path\":\"video\",\"component\":\"monitorConfig/monitorConfig\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"video\",\"hidden\":false,\"meta\":{\"title\":\"视频监控配置\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686530545647', null); INSERT INTO `center_menu` VALUES ('413475227301838955', 'universal-monitoring-platform', 'universal-monitoring-platform.warning-manage.warning-notice-table', '预警通知列表', null, '413475227301838955', '\0', '1', '413475227301838854', '{\"id\":\"413475227301838955\",\"sort\":1,\"path\":\"list\",\"component\":\"warningManager/warningNotice/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"warningNotice\",\"hidden\":false,\"meta\":{\"title\":\"预警通知列表\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686530792705', null); INSERT INTO `center_menu` VALUES ('413475227301838957', 'universal-monitoring-platform', 'universal-monitoring-platform.smart-control.broadcast-control', '预警广播', null, '413475227301838957', '\0', '2', '413475227301838851', '{\"id\":\"413475227301838957\",\"sort\":2,\"path\":\"broadcastPush\",\"component\":\"intelligentMonitor/broadcastPush\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"broadcastPush\",\"hidden\":false,\"meta\":{\"title\":\"预警广播\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686530030004', '1686530108239'); INSERT INTO `center_menu` VALUES ('413475227301838970', 'universal-monitoring-platform', 'universal-monitoring-platform.data-count.data-report-show', '数据报表查看', null, '413475227301838970', '\0', '1', '413475227301838855', '{\"id\":\"413475227301838970\",\"sort\":1,\"path\":\"dataShow\",\"component\":\"statisticalAnalysis/dataShow\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"dataShow\",\"hidden\":false,\"meta\":{\"title\":\"数据报表查看\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686529645542', null); INSERT INTO `center_menu` VALUES ('413475227301838973', 'universal-monitoring-platform', 'universal-monitoring-platform.monitor-data.view-deploy', '可视化监测面板', null, '413475227301838973', '\0', '2', '413475227301838853', '{\"id\":\"413475227301838973\",\"sort\":2,\"path\":\"monitorPoint\",\"component\":\"monitorPoint/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"monitorPoint\",\"hidden\":false,\"meta\":{\"title\":\"可视化监测面板\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686301704658', '1686303587607'); INSERT INTO `center_menu` VALUES ('413475227301838976', 'universal-monitoring-platform', 'universal-monitoring-platform.running-patrol.patrol-table', '巡检列表', null, '413475227301838976', '\0', '3', '413475227301838859', '{\"id\":\"413475227301838976\",\"sort\":3,\"path\":\"inspectionList\",\"component\":\"inspectionPatrol/inspectionList\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"inspectionList\",\"hidden\":false,\"meta\":{\"title\":\"巡检列表\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686530403853', null); INSERT INTO `center_menu` VALUES ('413475227301838984', 'universal-monitoring-platform', 'universal-monitoring-platform.monitor-config.monitor-setting', '监测测点配置', null, '413475227301838984', '\0', '2', '413475227301838852', '{\"id\":\"413475227301838984\",\"sort\":2,\"path\":\"monitorPointManager\",\"component\":\"reservoirManager/monitorPointManager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"monitorPointManager\",\"hidden\":false,\"meta\":{\"title\":\"监测测点配置\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686530521769', null); INSERT INTO `center_menu` VALUES ('413475227301838989', 'universal-monitoring-platform', 'universal-monitoring-platform.running-patrol.check-items-manage', '检查项管理', null, '413475227301838989', '\0', '4', '413475227301838859', '{\"id\":\"413475227301838989\",\"sort\":4,\"path\":\"checkListManager\",\"component\":\"inspectionPatrol/checkListManager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"checkListManager\",\"hidden\":false,\"meta\":{\"title\":\"检查项管理\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686530430185', null); INSERT INTO `center_menu` VALUES ('413475227301838993', 'universal-monitoring-platform', 'universal-monitoring-platform.account-safe.role-manage', '角色管理', null, '413475227301838993', '\0', '2', '413475227301838849', '{\"id\":\"413475227301838993\",\"sort\":2,\"path\":\"roleManager\",\"component\":\"system/roleManager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"RoleManager\",\"hidden\":false,\"meta\":{\"title\":\"角色管理\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686531308317', null); INSERT INTO `center_menu` VALUES ('413475227301838999', 'universal-monitoring-platform', 'universal-monitoring-platform.system-manage.style-setting', '个性化设置', null, '413475227301838999', '\0', '1', '413475227301838857', '{\"id\":\"413475227301838999\",\"sort\":1,\"path\":\"IndividualizationConfig\",\"component\":\"system/individualizationConfig\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"IndividualizationConfig\",\"hidden\":false,\"meta\":{\"title\":\"个性化设置\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686531083766', null); INSERT INTO `center_menu` VALUES ('413475227301839003', 'universal-monitoring-platform', 'universal-monitoring-platform.monitor-config.water-gate-setting', '闸门配置', null, '413475227301839003', '\0', '4', '413475227301838852', '{\"id\":\"413475227301839003\",\"sort\":4,\"path\":\"gateConfig\",\"component\":\"monitorConfig/gateConfig\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"gateConfig\",\"hidden\":false,\"meta\":{\"title\":\"闸门配置\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686530623079', null); INSERT INTO `center_menu` VALUES ('413475227301839007', 'universal-monitoring-platform', 'universal-monitoring-platform.account-safe.unit-manage', '单位管理', null, '413475227301839007', '\0', '1', '413475227301838849', '{\"id\":\"413475227301839007\",\"sort\":1,\"path\":\"companyManager\",\"component\":\"system/companyManager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"CompanyManager\",\"hidden\":false,\"meta\":{\"title\":\"单位管理\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686531278133', null); INSERT INTO `center_menu` VALUES ('413475227301839017', 'universal-monitoring-platform', 'universal-monitoring-platform.warning-manage.warning-notice-setting', '预警通知设置', null, '413475227301839017', '\0', '2', '413475227301838854', '{\"id\":\"413475227301839017\",\"sort\":2,\"path\":\"config\",\"component\":\"warningManager/warningEarlySet/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"warningEarlySet\",\"hidden\":false,\"meta\":{\"title\":\"预警通知设置\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686530814955', null); INSERT INTO `center_menu` VALUES ('413475227301839032', 'universal-monitoring-platform', 'universal-monitoring-platform.monitor-data.point-data', '测点数据', null, '413475227301839032', '\0', '1', '413475227301838853', '{\"id\":\"413475227301839032\",\"sort\":1,\"path\":\"monitorData\",\"component\":\"monitorData/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"monitorData\",\"hidden\":false,\"meta\":{\"title\":\"测点数据\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1686301477707', '1686303578670'); INSERT INTO `center_menu` VALUES ('418553328478191700', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.emergency.emergency-support', '应急保障', null, '418553328478191700', '\0', '3', '402144039186464774', '{\"id\":\"418553328478191700\",\"sort\":3,\"path\":\"emergencySupport\",\"component\":\"emergencyCommand/emergencySupport/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"emergencySupport\",\"hidden\":false,\"meta\":{\"title\":\"应急保障\",\"icon\":\"\",\"group\":1,\"noCache\":false,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1685591539969', '1686208729819'); INSERT INTO `center_menu` VALUES ('418902660272357642', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.emergency.emergency-plan', '预案管理', null, '418902660272357642', '\0', '2', '402144039186464774', '{\"id\":\"418902660272357642\",\"sort\":2,\"path\":\"emergencyPlanManagement\",\"component\":\"emergencyCommand/emergencyPlanManagement/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"emergencyPlanManagement\",\"hidden\":false,\"meta\":{\"title\":\"预案管理\",\"icon\":\"\",\"group\":1,\"noCache\":false,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1685952852735', '1685952954535'); INSERT INTO `center_menu` VALUES ('418902660272357730', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.emergency.emergency-alarm', '应急预警', null, '418902660272357730', '\0', '1', '402144039186464774', '{\"id\":\"418902660272357730\",\"sort\":1,\"path\":\"emergencyWarning\",\"component\":\"emergencyCommand/emergencyWarning/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"emergencyWarning\",\"hidden\":false,\"meta\":{\"title\":\"应急预警\",\"icon\":\"\",\"group\":1,\"noCache\":false,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1685670053009', '1685952951647'); INSERT INTO `center_menu` VALUES ('429802016877838401', 'device-manage', 'device-manage.device-operate-manage.oper-mount-upgrade-task', '设备升级挂测', null, '429802016877838401', '\0', '6', '315667317046378496', '{\"id\":\"429802016877838401\",\"sort\":6,\"path\":\"hanging-test\",\"component\":\"device-OPS-manager/hanging-test/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"HangingTest\",\"hidden\":false,\"meta\":{\"title\":\"设备升级挂测\",\"icon\":\"ali-icon icon-firmware-upgrade\",\"group\":0,\"noCache\":false,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1700534343380', null); INSERT INTO `center_menu` VALUES ('435875341202882561', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.account-safe', '账号安全', null, '435875341202882561', '\0', '98', '0', '{\"id\":\"435875341202882561\",\"sort\":2,\"path\":\"/account\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"account\",\"hidden\":false,\"meta\":{\"title\":\"账号安全\",\"icon\":\"账号安全\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1689579239752', '1689584598188'); INSERT INTO `center_menu` VALUES ('435875341202882562', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.emergency', '应急指挥', null, '435875341202882562', '\0', '7', '0', '{\"id\":\"435875341202882562\",\"sort\":7,\"path\":\"/emergencyCommand\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"emergencyCommand\",\"hidden\":false,\"meta\":{\"title\":\"应急指挥\",\"icon\":\"应急指挥\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1689578119389', '1689586919582'); INSERT INTO `center_menu` VALUES ('435875341202882563', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.irrigation-info', '灌区信息化', null, '435875341202882563', '\0', '1', '0', '{\"id\":\"435875341202882563\",\"sort\":1,\"path\":\"/irrigationInfomation\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"irrigationInfomation\",\"hidden\":false,\"meta\":{\"title\":\"灌区信息化\",\"icon\":\"监测数据\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1689574345308', '1689575493955'); INSERT INTO `center_menu` VALUES ('435875341202882565', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.water-meter', '用水计量', null, '435875341202882565', '\0', '4', '0', '{\"id\":\"435875341202882565\",\"sort\":4,\"path\":\"/waterMetering\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"waterMetering\",\"hidden\":false,\"meta\":{\"title\":\"用水计量\",\"icon\":\"用水计量\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1689575859923', '1689575898268'); INSERT INTO `center_menu` VALUES ('435875341202882566', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.smart-control', '智能监控', null, '435875341202882566', '\0', '2', '0', '{\"id\":\"435875341202882566\",\"sort\":2,\"path\":\"/intelligentMonitor\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"intelligentMonitor\",\"hidden\":false,\"meta\":{\"title\":\"智能监控\",\"icon\":\"智能监控\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1689574902020', '1689574959060'); INSERT INTO `center_menu` VALUES ('435875341202882567', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.warning-manage', '预警管理', null, '435875341202882567', '\0', '9', '0', '{\"id\":\"435875341202882567\",\"sort\":9,\"path\":\"/warningManager\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"warningManager\",\"hidden\":false,\"meta\":{\"title\":\"预警管理\",\"icon\":\"预警管理\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1689578711459', '1689578747981'); INSERT INTO `center_menu` VALUES ('435875341202882568', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.data-count', '数据统计', null, '435875341202882568', '\0', '5', '0', '{\"id\":\"435875341202882568\",\"sort\":5,\"path\":\"/statisticalAnalysis\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"statisticalAnalysis\",\"hidden\":false,\"meta\":{\"title\":\"数据统计\",\"icon\":\"数据统计\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1689577335225', '1689577483442'); INSERT INTO `center_menu` VALUES ('435875341202882569', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.water-config', '配水定额', null, '435875341202882569', '\0', '3', '0', '{\"id\":\"435875341202882569\",\"sort\":3,\"path\":\"/waterDistribution\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"waterDistribution\",\"hidden\":false,\"meta\":{\"title\":\"配水定额\",\"icon\":\"配水定额\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1689575081171', '1689575108950'); INSERT INTO `center_menu` VALUES ('435875341202882570', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.system-manage', '系统管理', null, '435875341202882570', '\0', '99', '0', '{\"id\":\"435875341202882570\",\"sort\":1,\"path\":\"/system\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"system\",\"hidden\":false,\"meta\":{\"title\":\"系统管理\",\"icon\":\"系统管理\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1689578845571', '1689584604746'); INSERT INTO `center_menu` VALUES ('435875341202882571', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.irrigation-config', '灌区配置', null, '435875341202882571', '\0', '8', '0', '{\"id\":\"435875341202882571\",\"sort\":8,\"path\":\"/irrigationConfig\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"irrigationConfigs\",\"hidden\":false,\"meta\":{\"title\":\"灌区配置\",\"icon\":\"监测配置\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1689578452455', '1695001560255'); INSERT INTO `center_menu` VALUES ('435875341202882573', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.running-patrol', '管养巡检', null, '435875341202882573', '\0', '6', '0', '{\"id\":\"435875341202882573\",\"sort\":6,\"path\":\"/inspectionPatrol\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"inspectionPatrol\",\"hidden\":false,\"meta\":{\"title\":\"管养巡检\",\"icon\":\"管养巡检\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1689577866661', '1689577900039'); INSERT INTO `center_menu` VALUES ('435875341202882582', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.data-count.data-report-show', '数据报表查看', null, '435875341202882582', '\0', '1', '435875341202882568', '{\"id\":\"435875341202882582\",\"sort\":1,\"path\":\"dataShow\",\"component\":\"statisticalAnalysis/dataShow\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"dataShow\",\"hidden\":false,\"meta\":{\"title\":\"数据报表查看\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689577483444', null); INSERT INTO `center_menu` VALUES ('435875341202882586', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.running-patrol.patrol-ledger', '巡检台账', null, '435875341202882586', '\0', '2', '435875341202882573', '{\"id\":\"435875341202882586\",\"sort\":2,\"path\":\"inspectionAccount\",\"component\":\"inspectionPatrol/inspectionAccount\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"inspectionAccount\",\"hidden\":false,\"meta\":{\"title\":\"巡检台账\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689577920155', null); INSERT INTO `center_menu` VALUES ('435875341202882589', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.irrigation-config.sand-table', '灌区沙盘管理', null, '435875341202882589', '\0', '8', '435875341202882571', '{\"id\":\"435875341202882589\",\"sort\":8,\"path\":\"sandboxSet\",\"component\":\"sandbox/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"sandboxSet\",\"hidden\":false,\"meta\":{\"title\":\"灌区沙盘管理\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689578667527', '1689846289917'); INSERT INTO `center_menu` VALUES ('435875341202882594', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.smart-control.pump-control', '泵站控制', null, '435875341202882594', '\0', '4', '435875341202882566', '{\"id\":\"435875341202882594\",\"sort\":4,\"path\":\"pumpControl\",\"component\":\"intelligentMonitor/pumpControl\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"pumpControl\",\"hidden\":false,\"meta\":{\"title\":\"泵站控制\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1692753694616', null); INSERT INTO `center_menu` VALUES ('435875341202882603', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.system-manage.log-manage', '日志管理', null, '435875341202882603', '\0', '4', '435875341202882570', '{\"id\":\"435875341202882603\",\"sort\":4,\"path\":\"journalmanager\",\"component\":\"system/journalmanager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"journalmanager\",\"hidden\":false,\"meta\":{\"title\":\"日志管理\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689579190301', '1694416892235'); INSERT INTO `center_menu` VALUES ('435875341202882608', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.water-config.charge-template', '收费模板设置', null, '435875341202882608', '\0', '4', '435875341202882569', '{\"id\":\"435875341202882608\",\"sort\":4,\"path\":\"feeTemplate\",\"component\":\"waterDistribution/feeTemplate\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"feeTemplate\",\"hidden\":false,\"meta\":{\"title\":\"收费模板设置\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689575661061', '1694417916311'); INSERT INTO `center_menu` VALUES ('435875341202882615', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.irrigation-config.video-setting', '视频监控配置', null, '435875341202882615', '\0', '3', '435875341202882571', '{\"id\":\"435875341202882615\",\"sort\":3,\"path\":\"video\",\"component\":\"monitorConfig/monitorConfig\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"video\",\"hidden\":false,\"meta\":{\"title\":\"视频监控配置\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689578543109', null); INSERT INTO `center_menu` VALUES ('435875341202882633', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.running-patrol.patrol-table', '巡检列表', null, '435875341202882633', '\0', '3', '435875341202882573', '{\"id\":\"435875341202882633\",\"sort\":3,\"path\":\"inspectionList\",\"component\":\"inspectionPatrol/inspectionList\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"inspectionList\",\"hidden\":false,\"meta\":{\"title\":\"巡检列表\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689577941197', null); INSERT INTO `center_menu` VALUES ('435875341202882637', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.system-manage.device-manage', '设备管理', null, '435875341202882637', '\0', '5', '435875341202882570', '{\"id\":\"435875341202882637\",\"sort\":5,\"path\":\"deviceManager\",\"component\":\"system/deviceManager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"deviceManager\",\"hidden\":false,\"meta\":{\"title\":\"设备管理\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689579211793', '1694416888118'); INSERT INTO `center_menu` VALUES ('435875341202882641', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.account-safe.unit-manage', '单位管理', null, '435875341202882641', '\0', '1', '435875341202882561', '{\"id\":\"435875341202882641\",\"sort\":1,\"path\":\"companyManager\",\"component\":\"system/companyManager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"companyManager\",\"hidden\":false,\"meta\":{\"title\":\"单位管理\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689579268339', null); INSERT INTO `center_menu` VALUES ('435875341202882655', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.system-manage.screen-setting', '大屏管理', null, '435875341202882655', '\0', '3', '435875341202882570', '{\"id\":\"435875341202882655\",\"sort\":3,\"path\":\"screenManager\",\"component\":\"system/screenManager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"screenManager\",\"hidden\":false,\"meta\":{\"title\":\"大屏管理\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689579163466', '1694416884299'); INSERT INTO `center_menu` VALUES ('435875341202882658', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.irrigation-config.pump-setting', '泵站配置', null, '435875341202882658', '\0', '6', '435875341202882571', '{\"id\":\"435875341202882658\",\"sort\":6,\"path\":\"pumpConfig\",\"component\":\"pumpConfig/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"pumpConfig\",\"hidden\":false,\"meta\":{\"title\":\"泵站配置\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1694417065067', null); INSERT INTO `center_menu` VALUES ('435875341202882659', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.running-patrol.check-items-manage', '检查项管理', null, '435875341202882659', '\0', '4', '435875341202882573', '{\"id\":\"435875341202882659\",\"sort\":4,\"path\":\"checkListManager\",\"component\":\"inspectionPatrol/checkListManager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"checkListManager\",\"hidden\":false,\"meta\":{\"title\":\"检查项管理\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689577963133', null); INSERT INTO `center_menu` VALUES ('435875341202882670', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.water-meter.chan-manage', '渠系用水计量', null, '435875341202882670', '\0', '3', '435875341202882565', '{\"id\":\"435875341202882670\",\"sort\":3,\"path\":\"canal\",\"component\":\"waterMetering/canal\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"canal\",\"hidden\":false,\"meta\":{\"title\":\"渠系用水计量\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689575898270', '1694417165942'); INSERT INTO `center_menu` VALUES ('435875341202882674', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.irrigation-info.offline-data-download', '离线数据下载', null, '435875341202882674', '\0', '4', '435875341202882563', '{\"id\":\"435875341202882674\",\"sort\":4,\"path\":\"offlineDownload\",\"component\":\"offlineDownload/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"offlineDownload\",\"hidden\":false,\"meta\":{\"title\":\"离线数据下载\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689574744494', null); INSERT INTO `center_menu` VALUES ('435875341202882678', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.data-count.patrol-analysis', '巡检分析', null, '435875341202882678', '\0', '2', '435875341202882568', '{\"id\":\"435875341202882678\",\"sort\":2,\"path\":\"patrolAnalysis\",\"component\":\"inspectionPatrol/patrolAnalysis\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"patrolAnalysis\",\"hidden\":false,\"meta\":{\"title\":\"巡检分析\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689577501111', null); INSERT INTO `center_menu` VALUES ('435875341202882682', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.irrigation-info.file-manage', '文档管理', null, '435875341202882682', '\0', '5', '435875341202882563', '{\"id\":\"435875341202882682\",\"sort\":5,\"path\":\"fileManager\",\"component\":\"fileManager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"fileManager\",\"hidden\":false,\"meta\":{\"title\":\"文档管理\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689574775530', null); INSERT INTO `center_menu` VALUES ('435875341202882695', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.smart-control.broadcast-control', '预警广播', null, '435875341202882695', '\0', '2', '435875341202882566', '{\"id\":\"435875341202882695\",\"sort\":2,\"path\":\"broadcastPush\",\"component\":\"intelligentMonitor/broadcastPush\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"broadcastPush\",\"hidden\":false,\"meta\":{\"title\":\"预警广播\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689574982781', null); INSERT INTO `center_menu` VALUES ('435875341202882715', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.water-config.irrigate-config', '灌溉配置', null, '435875341202882715', '\0', '5', '435875341202882569', '{\"id\":\"435875341202882715\",\"sort\":5,\"path\":\"irrigationConfig\",\"component\":\"waterDistribution/irrigationConfig\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"irrigationConfig\",\"hidden\":false,\"meta\":{\"title\":\"灌溉配置\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689575694188', '1694417920268'); INSERT INTO `center_menu` VALUES ('435875341202882724', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.irrigation-config.warning-broadcast-setting', '预警广播配置', null, '435875341202882724', '\0', '5', '435875341202882571', '{\"id\":\"435875341202882724\",\"sort\":5,\"path\":\"broadcast\",\"component\":\"monitorConfig/broadcast\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"broadcast\",\"hidden\":false,\"meta\":{\"title\":\"预警广播配置\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689578601517', null); INSERT INTO `center_menu` VALUES ('435875341202882727', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.emergency.emergency-support', '应急保障', null, '435875341202882727', '\0', '3', '435875341202882562', '{\"id\":\"435875341202882727\",\"sort\":3,\"path\":\"emergencySupport\",\"component\":\"emergencyCommand/emergencySupport/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"emergencySupport\",\"hidden\":false,\"meta\":{\"title\":\"应急保障\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689578200157', null); INSERT INTO `center_menu` VALUES ('435875341202882735', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.irrigation-config.monitor-deploy', '监测测点部署', null, '435875341202882735', '\0', '1', '435875341202882571', '{\"id\":\"435875341202882735\",\"sort\":1,\"path\":\"monitorPointDeploy\",\"component\":\"reservoirManager/monitorPointDeploy\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"monitorPointDeploy\",\"hidden\":false,\"meta\":{\"title\":\"监测测点部署\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689578487976', null); INSERT INTO `center_menu` VALUES ('435875341202882738', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.running-patrol.problems-handle', '问题维修', null, '435875341202882738', '\0', '1', '435875341202882573', '{\"id\":\"435875341202882738\",\"sort\":1,\"path\":\"maintenanceManagement\",\"component\":\"inspectionPatrol/maintenanceManagement\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"maintenanceManagement\",\"hidden\":false,\"meta\":{\"title\":\"问题维修\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689577900040', null); INSERT INTO `center_menu` VALUES ('435875341202882763', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.water-config.water-user', '用水户管理', null, '435875341202882763', '\0', '1', '435875341202882569', '{\"id\":\"435875341202882763\",\"sort\":1,\"path\":\"waterUsers\",\"component\":\"waterDistribution/waterUsers\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"waterUsers\",\"hidden\":false,\"meta\":{\"title\":\"用水户管理\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689575108952', null); INSERT INTO `center_menu` VALUES ('435875341202882779', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.smart-control.video-control', '视频监控', null, '435875341202882779', '\0', '1', '435875341202882566', '{\"id\":\"435875341202882779\",\"sort\":1,\"path\":\"videoMonitor\",\"component\":\"intelligentMonitor/videoMonitor\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"videoMonitor\",\"hidden\":false,\"meta\":{\"title\":\"视频监控\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689574959061', null); INSERT INTO `center_menu` VALUES ('435875341202882788', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.account-safe.role-manage', '角色管理', null, '435875341202882788', '\0', '2', '435875341202882561', '{\"id\":\"435875341202882788\",\"sort\":2,\"path\":\"roleManager\",\"component\":\"system/roleManager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"roleManager\",\"hidden\":false,\"meta\":{\"title\":\"角色管理\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689579291201', null); INSERT INTO `center_menu` VALUES ('435875341202882792', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.emergency.emergency-plan', '预案管理', null, '435875341202882792', '\0', '2', '435875341202882562', '{\"id\":\"435875341202882792\",\"sort\":2,\"path\":\"emergencyPlanManagement\",\"component\":\"emergencyCommand/emergencyPlanManagement/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"emergencyPlanManagement\",\"hidden\":false,\"meta\":{\"title\":\"预案管理\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689578181692', null); INSERT INTO `center_menu` VALUES ('435875341202882812', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.emergency.emergency-alarm', '应急预警', null, '435875341202882812', '\0', '1', '435875341202882562', '{\"id\":\"435875341202882812\",\"sort\":1,\"path\":\"emergencyWarning\",\"component\":\"emergencyCommand/emergencyWarning/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"emergencyWarning\",\"hidden\":false,\"meta\":{\"title\":\"应急预警\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689578154389', null); INSERT INTO `center_menu` VALUES ('435875341202882821', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.warning-manage.notice-list', '预警通知列表', null, '435875341202882821', '\0', '1', '435875341202882567', '{\"id\":\"435875341202882821\",\"sort\":1,\"path\":\"list\",\"component\":\"warningManager/warningNotice/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"warningNotice\",\"hidden\":false,\"meta\":{\"title\":\"预警通知列表\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689578747983', null); INSERT INTO `center_menu` VALUES ('435875341202882829', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.irrigation-info.sand-table-show', '灌区数字沙盘', null, '435875341202882829', '\0', '1', '435875341202882563', '{\"id\":\"435875341202882829\",\"sort\":1,\"path\":\"digitalSandTable\",\"component\":\"engineering/viewing\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"digitalSandTable\",\"hidden\":false,\"meta\":{\"title\":\"灌区数字沙盘\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689574626856', null); INSERT INTO `center_menu` VALUES ('435875341202882835', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.system-manage.style-setting', '个性化设置', null, '435875341202882835', '\0', '1', '435875341202882570', '{\"id\":\"435875341202882835\",\"sort\":1,\"path\":\"system/individualizationConfig\",\"component\":\"system/individualizationConfig\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"system/individualizationConfig\",\"hidden\":false,\"meta\":{\"title\":\"个性化设置\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689578931589', null); INSERT INTO `center_menu` VALUES ('435875341202882847', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.account-safe.user-manage', '用户管理', null, '435875341202882847', '\0', '3', '435875341202882561', '{\"id\":\"435875341202882847\",\"sort\":3,\"path\":\"userManager\",\"component\":\"system/userManager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"userManager\",\"hidden\":false,\"meta\":{\"title\":\"用户管理\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689579310297', null); INSERT INTO `center_menu` VALUES ('435875341202882857', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.emergency.emergency-exercise', '应急演练', null, '435875341202882857', '\0', '4', '435875341202882562', '{\"id\":\"435875341202882857\",\"sort\":4,\"path\":\"emergencyDrill\",\"component\":\"emergencyCommand/emergencyDrill/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"emergencyDrill\",\"hidden\":false,\"meta\":{\"title\":\"应急演练\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689578224282', null); INSERT INTO `center_menu` VALUES ('435875341202882859', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.irrigation-config.monitor-setting', '监测测点配置', null, '435875341202882859', '\0', '2', '435875341202882571', '{\"id\":\"435875341202882859\",\"sort\":2,\"path\":\"monitorPointManager\",\"component\":\"reservoirManager/monitorPointManager\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"monitorPointManager\",\"hidden\":false,\"meta\":{\"title\":\"监测测点配置\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689578511658', null); INSERT INTO `center_menu` VALUES ('435875341202882860', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.warning-manage.notice-config', '预警通知设置', null, '435875341202882860', '\0', '2', '435875341202882567', '{\"id\":\"435875341202882860\",\"sort\":2,\"path\":\"config\",\"component\":\"warningManager/warningEarlySet/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"warningEarlySet\",\"hidden\":false,\"meta\":{\"title\":\"预警通知设置\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689578777790', null); INSERT INTO `center_menu` VALUES ('435875341202882870', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.irrigation-config.water-gate-setting', '闸门配置', null, '435875341202882870', '\0', '4', '435875341202882571', '{\"id\":\"435875341202882870\",\"sort\":4,\"path\":\"gateConfig\",\"component\":\"monitorConfig/gateConfig\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"gateConfig\",\"hidden\":false,\"meta\":{\"title\":\"闸门配置\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689578564271', null); INSERT INTO `center_menu` VALUES ('435875341202882882', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.irrigation-info.point-data', '测点数据', null, '435875341202882882', '\0', '2', '435875341202882563', '{\"id\":\"435875341202882882\",\"sort\":2,\"path\":\"monitorData\",\"component\":\"monitorData/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"monitorData\",\"hidden\":false,\"meta\":{\"title\":\"测点数据\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689574666156', null); INSERT INTO `center_menu` VALUES ('435875341202882890', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.water-meter.water-user-manage', '渠系用水户计费', null, '435875341202882890', '\0', '4', '435875341202882565', '{\"id\":\"435875341202882890\",\"sort\":4,\"path\":\"user\",\"component\":\"waterMetering/user\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"user\",\"hidden\":false,\"meta\":{\"title\":\"渠系用水户计费\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689575918537', '1697419618724'); INSERT INTO `center_menu` VALUES ('435875341202882892', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.system-manage.notice-manage', '公告管理', null, '435875341202882892', '\0', '6', '435875341202882570', '{\"id\":\"435875341202882892\",\"sort\":6,\"path\":\"notice\",\"component\":\"noticeManager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"noticeManager\",\"hidden\":false,\"meta\":{\"title\":\"公告管理\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689578899612', '1694416880089'); INSERT INTO `center_menu` VALUES ('435875341202882906', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.account-safe.user-center', '个人中心', null, '435875341202882906', '\0', '4', '435875341202882561', '{\"id\":\"435875341202882906\",\"sort\":4,\"path\":\"profile\",\"component\":\"system/profile/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"profile\",\"hidden\":false,\"meta\":{\"title\":\"个人中心\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689579385225', '1689579747655'); INSERT INTO `center_menu` VALUES ('435875341202882908', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.irrigation-info.view-deploy', '可视化监测面板', null, '435875341202882908', '\0', '3', '435875341202882563', '{\"id\":\"435875341202882908\",\"sort\":3,\"path\":\"monitorPoint\",\"component\":\"monitorPoint/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"monitorPoint\",\"hidden\":false,\"meta\":{\"title\":\"可视化监测面板\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689574712109', null); INSERT INTO `center_menu` VALUES ('435875341202882918', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.irrigation-config.project-manage', '工程信息管理', null, '435875341202882918', '\0', '7', '435875341202882571', '{\"id\":\"435875341202882918\",\"sort\":7,\"path\":\"projectManagement\",\"component\":\"engineering/management\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"projectManagement\",\"hidden\":false,\"meta\":{\"title\":\"工程信息管理\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689578634162', null); INSERT INTO `center_menu` VALUES ('435875341202882919', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.smart-control.water-gate-control', '闸门控制', null, '435875341202882919', '\0', '3', '435875341202882566', '{\"id\":\"435875341202882919\",\"sort\":3,\"path\":\"gateControl\",\"component\":\"intelligentMonitor/gateControl\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"gateControl\",\"hidden\":false,\"meta\":{\"title\":\"闸门控制\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689575004914', null); INSERT INTO `center_menu` VALUES ('435923752530739546', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.water-config.water-consumption-quota', '用水定额', null, '435923752530739546', '\0', '3', '435875341202882569', '{\"id\":\"435923752530739546\",\"sort\":3,\"path\":\"quota\",\"component\":\"waterDistribution/quota\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"quota\",\"hidden\":false,\"meta\":{\"title\":\"用水定额\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1689577001972', '1694417923901'); INSERT INTO `center_menu` VALUES ('452291486889803778', 'device-assistant', 'device-assistant.product', '设备产品信息', null, '452291486889803778', '\0', '2', '0', '{\"path\":\"\",\"meta\":{\"group\":0},\"component\":\"Layout\",\"children\":[{\"id\":\"452291486889803778\",\"sort\":2,\"path\":\"product\",\"component\":\"product-manager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"ProductManager\",\"hidden\":false,\"meta\":{\"title\":\"设备产品信息\",\"icon\":\"ali-icon icon-product\",\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\",\"group\":0},\"children\":[],\"custom\":false}]}', '\0', '1693794774628', '1697771696416'); INSERT INTO `center_menu` VALUES ('452291486910775296', 'device-assistant', 'device-assistant.sys-manager', '系统管理', null, '452291486910775296', '\0', '12', '0', '{\"id\":\"452291486910775296\",\"sort\":12,\"path\":\"/system\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"system\",\"hidden\":false,\"meta\":{\"title\":\"系统管理\",\"icon\":\"ali-icon icon-setting\",\"group\":1,\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1693794558970', '1697769614327'); INSERT INTO `center_menu` VALUES ('452291486910775298', 'device-assistant', 'device-assistant.remote-oper', '远程配置', null, '452291486910775298', '\0', '5', '0', '{\"path\":\"\",\"meta\":{\"group\":0},\"component\":\"Layout\",\"children\":[{\"id\":\"452291486910775298\",\"sort\":5,\"path\":\"debugger\",\"component\":\"debugger/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"debugger\",\"hidden\":false,\"meta\":{\"title\":\"远程配置\",\"icon\":\"ali-icon icon-debugger\",\"group\":0,\"noCache\":false,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":false}]}', '\0', '1697616660553', '1697616773668'); INSERT INTO `center_menu` VALUES ('452291486910775299', 'device-assistant', 'device-assistant.upgrade', '固件升级', null, '452291486910775299', '\0', '3', '0', '{\"path\":\"\",\"meta\":{\"group\":1},\"component\":\"Layout\",\"children\":[{\"id\":\"452291486910775299\",\"sort\":3,\"path\":\"firmware-upgrade\",\"component\":\"firmware-upgrade/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"firmware-upgrade\",\"hidden\":false,\"meta\":{\"title\":\"固件升级\",\"icon\":\"ali-icon icon-firmware-upgrade\",\"group\":1,\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":false}]}', '\0', '1696930341771', '1697716310150'); INSERT INTO `center_menu` VALUES ('452291486914969602', 'device-assistant', 'device-assistant.cmd-task', '指令任务', null, '452291486914969602', '\0', '4', '0', '{\"path\":\"\",\"meta\":{\"group\":1},\"component\":\"Layout\",\"children\":[{\"id\":\"452291486914969602\",\"sort\":4,\"path\":\"instruct-manager\",\"component\":\"instruct-manager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"instruct-manager\",\"hidden\":false,\"meta\":{\"title\":\"指令任务\",\"icon\":\"ali-icon icon-order\",\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\",\"group\":1},\"children\":[],\"custom\":false}]}', '\0', '1697527270694', '1697716312414'); INSERT INTO `center_menu` VALUES ('452291486914969603', 'device-assistant', 'device-assistant.device', '设备列表', null, '452291486914969603', '\0', '1', '0', '{\"path\":\"\",\"meta\":{\"group\":1},\"component\":\"Layout\",\"children\":[{\"id\":\"452291486914969603\",\"sort\":1,\"path\":\"device\",\"component\":\"device-manager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"DeviceManager\",\"hidden\":false,\"meta\":{\"title\":\"设备列表\",\"icon\":\"ali-icon icon-device-list\",\"group\":1,\"noCache\":false,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":false}]}', '\0', '1696928839057', '1697712759569'); INSERT INTO `center_menu` VALUES ('452291486914969666', 'device-assistant', 'device-assistant.sys-manager.role-manager', '角色管理', null, '452291486914969666', '\0', '999', '452291486910775296', '{\"id\":\"452291486914969666\",\"sort\":999,\"path\":\"roleManager\",\"component\":\"system/roleManager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"roleManager\",\"hidden\":false,\"meta\":{\"title\":\"角色管理\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1693794619195', '1697769535721'); INSERT INTO `center_menu` VALUES ('452291486914969704', 'device-assistant', 'device-assistant.sys-manager.user-manager', '用户管理', null, '452291486914969704', '\0', '99', '452291486910775296', '{\"id\":\"452291486914969704\",\"sort\":99,\"path\":\"userManager\",\"component\":\"system/userManager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"userManager\",\"hidden\":false,\"meta\":{\"title\":\"用户管理\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1693794691242', '1697769539206'); INSERT INTO `center_menu` VALUES ('456219756916113411', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.water-rights-operation', '水权运营', null, '456219756916113411', '\0', '5', '0', '{\"id\":\"456219756916113411\",\"sort\":5,\"path\":\"/waterRight\",\"component\":\"Layout\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"waterRight\",\"hidden\":false,\"meta\":{\"title\":\"水权运营\",\"icon\":\"水权运营\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1694417318266', '1694417535768'); INSERT INTO `center_menu` VALUES ('456219756924502027', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.water-config.water-registration', '水权登记', null, '456219756924502027', '\0', '2', '435875341202882569', '{\"id\":\"456219756924502027\",\"sort\":2,\"path\":\"waterRights\",\"component\":\"waterDistribution/WaterRights\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"waterRights\",\"hidden\":false,\"meta\":{\"title\":\"水权登记\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1694417983949', null); INSERT INTO `center_menu` VALUES ('456219756924502111', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.data-count.water-user', '用水户用水统计', null, '456219756924502111', '\0', '4', '435875341202882568', '{\"id\":\"456219756924502111\",\"sort\":4,\"path\":\"userWaterStatistical\",\"component\":\"statisticalAnalysis/userWaterStatistical\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"userWaterStatistical\",\"hidden\":false,\"meta\":{\"title\":\"用水户用水统计\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1694416306714', null); INSERT INTO `center_menu` VALUES ('456219756924502205', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.data-count.flow-rain', '水雨情统计分析', null, '456219756924502205', '\0', '6', '435875341202882568', '{\"id\":\"456219756924502205\",\"sort\":6,\"path\":\"rainWaterStatistical\",\"component\":\"statisticalAnalysis/rainWaterStatistical\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"rainWaterStatistical\",\"hidden\":false,\"meta\":{\"title\":\"水雨情统计分析\",\"icon\":\"\",\"group\":0,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1694771652312', '1694771680212'); INSERT INTO `center_menu` VALUES ('456219756924502272', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.data-count.pump-water', '泵站用水统计', null, '456219756924502272', '\0', '3', '435875341202882568', '{\"id\":\"456219756924502272\",\"sort\":3,\"path\":\"pumpWaterStatistical\",\"component\":\"statisticalAnalysis/pumpWaterStatistical\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"pumpWaterStatistical\",\"hidden\":false,\"meta\":{\"title\":\"泵站用水统计\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1694416051784', null); INSERT INTO `center_menu` VALUES ('456219756924502275', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.water-rights-operation.rewards', '补贴奖励', null, '456219756924502275', '\0', '2', '456219756916113411', '{\"id\":\"456219756924502275\",\"sort\":2,\"path\":\"allowance\",\"component\":\"waterDistribution/allowance\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"allowance\",\"hidden\":false,\"meta\":{\"title\":\"补贴奖励\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1694417626502', null); INSERT INTO `center_menu` VALUES ('456219756924502391', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.water-rights-operation.water-rights-trade', '水权交易', null, '456219756924502391', '\0', '1', '456219756916113411', '{\"id\":\"456219756924502391\",\"sort\":1,\"path\":\"waterTrading\",\"component\":\"waterDistribution/waterTrading\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"waterTrading\",\"hidden\":false,\"meta\":{\"title\":\"水权交易\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1694417535769', null); INSERT INTO `center_menu` VALUES ('456219756924502413', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.data-count.irrigation-date', '灌区用水统计', null, '456219756924502413', '\0', '5', '435875341202882568', '{\"id\":\"456219756924502413\",\"sort\":5,\"path\":\"irrigationWaterStatistical\",\"component\":\"statisticalAnalysis/irrigationWaterStatistical\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"irrigationWaterStatistical\",\"hidden\":false,\"meta\":{\"title\":\"灌区用水统计\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1694771523076', null); INSERT INTO `center_menu` VALUES ('456225998392786968', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.system-manage.project-manage', '项目配置', null, '456225998392786968', '\0', '2', '435875341202882570', '{\"id\":\"456225998392786968\",\"sort\":2,\"path\":\"projectConfig\",\"component\":\"system/projectConfig\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"projectConfig\",\"hidden\":false,\"meta\":{\"title\":\"项目配置\",\"icon\":\"\",\"group\":2,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1694417776721', null); INSERT INTO `center_menu` VALUES ('456229482156523562', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.water-meter.water-user-card-recharge', '用水卡充值', null, '456229482156523562', '\0', '2', '435875341202882565', '{\"id\":\"456229482156523562\",\"sort\":2,\"path\":\"cardRecharge\",\"component\":\"waterMetering/cardRecharge\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"cardRecharge\",\"hidden\":false,\"meta\":{\"title\":\"用水卡充值\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1694419320453', null); INSERT INTO `center_menu` VALUES ('456229482156523563', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.water-meter.water-user-card-manage', '用水卡管理', null, '456229482156523563', '\0', '1', '435875341202882565', '{\"id\":\"456229482156523563\",\"sort\":1,\"path\":\"waterCard\",\"component\":\"waterMetering/waterCard\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"waterCard\",\"hidden\":false,\"meta\":{\"title\":\"用水卡管理\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1694419247301', null); INSERT INTO `center_menu` VALUES ('456229482156523823', 'irrigation-monitoring-platform', 'irrigation-monitoring-platform.water-meter.water-user-card-charging', '用水卡计费', null, '456229482156523823', '\0', '5', '435875341202882565', '{\"id\":\"456229482156523823\",\"sort\":5,\"path\":\"cardFee\",\"component\":\"waterMetering/cardFee\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"cardFee\",\"hidden\":false,\"meta\":{\"title\":\"用水卡计费\",\"icon\":\"\",\"group\":1,\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1694419350549', null); INSERT INTO `center_menu` VALUES ('467405733353226262', 'device-assistant', 'device-assistant.firmware', '固件升级包', null, '467405733353226262', '\0', '6', '0', '{\"path\":\"\",\"meta\":{\"group\":0},\"component\":\"Layout\",\"children\":[{\"id\":\"\",\"sort\":6,\"path\":\"upgrade-packet-manager\",\"component\":\"upgrade-packet-manager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"upgrade-packet-manager\",\"hidden\":false,\"meta\":{\"title\":\"固件升级包\",\"icon\":\"ali-icon icon-upgrade-packet\",\"group\":0,\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":false}]}', '\0', '1697525659760', '1698199948411'); INSERT INTO `center_menu` VALUES ('481863459860905998', 'device-manage', 'device-manage.dev-packet', '设备原始数据', null, '481863459860905998', '\0', '999', '0', '{\"path\":\"\",\"meta\":{\"group\":0},\"component\":\"Layout\",\"children\":[{\"id\":\"481863459860905998\",\"sort\":999,\"path\":\"raw-data\",\"component\":\"rawData/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"RawData\",\"hidden\":false,\"meta\":{\"title\":\"设备原始数据\",\"icon\":\"ali-icon icon-protocol\",\"group\":0,\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":false}]}', '\0', '1685591726081', '1698200983778'); INSERT INTO `center_menu` VALUES ('481863459865100378', 'device-manage', 'device-manage.device-operate-manage.command-task', '指令任务', null, '481863459865100378', '\0', '5', '315667317046378496', '{\"id\":\"481863459865100378\",\"sort\":5,\"path\":\"instruct-manager\",\"component\":\"instruct-manager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"InstructManager\",\"hidden\":false,\"meta\":{\"title\":\"指令任务\",\"icon\":\"ali-icon icon-order\",\"group\":0,\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1700534150922', null); INSERT INTO `center_menu` VALUES ('481863459865100419', 'device-manage', 'device-manage.device-operate-manage.command-panel', '指令面板', null, '481863459865100419', '\0', '4', '315667317046378496', '{\"id\":\"481863459865100419\",\"sort\":4,\"path\":\"instruct-panel-manager\",\"component\":\"instruct-panel-manager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"InstructPanelManager\",\"hidden\":false,\"meta\":{\"title\":\"指令面板\",\"icon\":\"ali-icon icon-order-panel\",\"group\":0,\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1700534207774', null); -- ---------------------------- -- Table structure for center_module -- ---------------------------- DROP TABLE IF EXISTS `center_module`; CREATE TABLE `center_module` ( `id` bigint(20) NOT NULL COMMENT '主键ID', `module_code` varchar(64) COLLATE utf8_bin DEFAULT NULL COMMENT '模块编码', `module_name` varchar(255) COLLATE utf8_bin DEFAULT NULL COMMENT '模块名称', `server_code` varchar(64) COLLATE utf8_bin DEFAULT NULL COMMENT '所属系统', `create_at` bigint(20) DEFAULT NULL COMMENT '创建时间', `update_at` bigint(20) DEFAULT NULL COMMENT '更新时间', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_bin COLLATE=utf8_bin ROW_FORMAT=DYNAMIC COMMENT='模块表'; -- ---------------------------- -- Records of center_module -- ---------------------------- INSERT INTO `center_module` VALUES ('287341152540033102', 'system', '系统设置', 'iot-user-center', '1652783372016', null); INSERT INTO `center_module` VALUES ('291762254179729408', 'dev', '设备', 'device-manage', '1655205810976', '1655205864135'); INSERT INTO `center_module` VALUES ('292077460147666944', 'dev-template', '设备模板管理', 'device-manage', '1655280961954', '1711448780777'); INSERT INTO `center_module` VALUES ('292077460147666945', 'dev-product', '产品管理', 'device-manage', '1655280961956', '1711448780785'); INSERT INTO `center_module` VALUES ('292077460147666946', 'dev-protocol', '协议管理', 'device-manage', '1655280961959', '1711448780842'); INSERT INTO `center_module` VALUES ('292077460147666947', 'dev-sys-dict', '数据字典类型管理', 'device-manage', '1655280961961', '1711448780796'); INSERT INTO `center_module` VALUES ('292077460147666948', 'dev-sys-dict-item', '数据字典管理', 'device-manage', '1655280961963', '1711448780801'); INSERT INTO `center_module` VALUES ('292113972969078784', 'dev-info', '设备管理', 'device-manage', '1655289667273', '1711448780808'); INSERT INTO `center_module` VALUES ('292460862642323457', 'dev-protocol-version', '协议版本管理', 'device-manage', '1655372372208', null); INSERT INTO `center_module` VALUES ('300037052513124357', 'dev-protocol-script', '消息协议脚本管理', 'device-manage', '1657178676649', '1711448780859'); INSERT INTO `center_module` VALUES ('315550289941757952', 'oper-dev-info', '设备白名单', 'device-manage', '1660877320867', '1711448780819'); INSERT INTO `center_module` VALUES ('315667317046378496', 'device-operate-manage', '设备运维管理', 'device-manage', '1660905222460', '1711448780766'); INSERT INTO `center_module` VALUES ('315667317050572804', 'log-manage', '日志管理', 'device-manage', '1660905222478', '1711448780791'); INSERT INTO `center_module` VALUES ('315668090794803207', 'oper-firmware-upgrade-task-batch', '固件升级', 'device-manage', '1660905406590', '1660907988281'); INSERT INTO `center_module` VALUES ('317375196803629057', 'system', '系统权限', 'reservoir-monitoring-platform', '1661312412402', '1669280125875'); INSERT INTO `center_module` VALUES ('317375196824600576', 'reservoir-msg', '水库基本信息', 'reservoir-monitoring-platform', '1661312412405', '1669280125878'); INSERT INTO `center_module` VALUES ('317375196824600577', 'work-bench-control', '监管工作台', 'reservoir-monitoring-platform', '1661312412408', '1669280125880'); INSERT INTO `center_module` VALUES ('317375196824600578', 'monitor-message', '监测信息', 'reservoir-monitoring-platform', '1661312412410', '1669280125883'); INSERT INTO `center_module` VALUES ('317375196824600579', 'my-reservoir', '水库信息管理', 'reservoir-monitoring-platform', '1661312412412', '1669280125886'); INSERT INTO `center_module` VALUES ('317375196824600580', 'person-config', '个人中心', 'reservoir-monitoring-platform', '1661312412415', '1669280125894'); INSERT INTO `center_module` VALUES ('317375196824600581', 'reservoir', '水库设置', 'reservoir-monitoring-platform', '1661312412417', '1669280125898'); INSERT INTO `center_module` VALUES ('317375196824600582', 'video', '智能监控', 'reservoir-monitoring-platform', '1661312412419', '1669280125902'); INSERT INTO `center_module` VALUES ('317375196824600583', 'notice', '公告管理', 'reservoir-monitoring-platform', '1661312412423', '1669280125904'); INSERT INTO `center_module` VALUES ('317857343733760004', 'alarm-manage', '告警管理', 'device-manage', '1661427365149', '1711448780836'); INSERT INTO `center_module` VALUES ('322527891399114752', 'file-manage', '文档管理', 'reservoir-monitoring-platform', '1662540910485', '1669280125864'); INSERT INTO `center_module` VALUES ('340700269832503305', 'home', '首页', 'structure-platform-backend', '1669257728931', '1682479494436'); INSERT INTO `center_module` VALUES ('341700269832503302', 'base-info', '基础信息', 'structure-platform-backend', '1669257728924', '1682479494430'); INSERT INTO `center_module` VALUES ('342700269832503301', 'video', '智能监控', 'structure-platform-backend', '1669257728922', '1682479494429'); INSERT INTO `center_module` VALUES ('343700269832503299', 'monitoring-management', '监测管理', 'structure-platform-backend', '1669257728919', '1682479494420'); INSERT INTO `center_module` VALUES ('344700269832503303', 'alarm-config', '超限管理', 'structure-platform-backend', '1669257728926', '1682479494432'); INSERT INTO `center_module` VALUES ('345700269832503306', 'statistics', '统计报表', 'structure-platform-backend', '1669257728932', '1682479494438'); INSERT INTO `center_module` VALUES ('346700269832503297', 'indicator', '指标管理', 'structure-platform-backend', '1669257728914', '1682479494384'); INSERT INTO `center_module` VALUES ('347700269832503304', 'structure', '结构设置', 'structure-platform-backend', '1669257728929', '1682479494434'); INSERT INTO `center_module` VALUES ('350700269832503298', 'system', '系统权限', 'structure-platform-backend', '1669257728917', '1682479494415'); INSERT INTO `center_module` VALUES ('350700269832503300', 'large-screen', '大屏', 'structure-platform-backend', '1669257728921', '1682479494424'); INSERT INTO `center_module` VALUES ('350794208287653893', 'monitor-data', '测点数据', 'reservoir-monitoring-platform', '1669280125889', null); INSERT INTO `center_module` VALUES ('393202012814049283', 'report', '报告管理', 'structure-platform-backend', '1679390934110', '1682479494427'); INSERT INTO `center_module` VALUES ('413475227301838849', 'account-safe', '账号安全', 'universal-monitoring-platform', '1684224445077', '1699234592054'); INSERT INTO `center_module` VALUES ('413475227301838850', 'file-manage', '文档管理', 'universal-monitoring-platform', '1684224445080', '1699234592095'); INSERT INTO `center_module` VALUES ('413475227301838851', 'smart-control', '智能监控', 'universal-monitoring-platform', '1684224445082', '1699234592198'); INSERT INTO `center_module` VALUES ('413475227301838852', 'monitor-config', '监测配置', 'universal-monitoring-platform', '1684224445084', '1699234592122'); INSERT INTO `center_module` VALUES ('413475227301838853', 'monitor-data', '监测数据', 'universal-monitoring-platform', '1684224445086', '1699234592147'); INSERT INTO `center_module` VALUES ('413475227301838854', 'warning-manage', '预警管理', 'universal-monitoring-platform', '1684224445088', '1699234592256'); INSERT INTO `center_module` VALUES ('413475227301838855', 'data-count', '数据统计', 'universal-monitoring-platform', '1684224445090', '1699234592290'); INSERT INTO `center_module` VALUES ('413475227301838856', 'project-info', '工程信息', 'universal-monitoring-platform', '1684224445092', '1699234592338'); INSERT INTO `center_module` VALUES ('413475227301838857', 'system-manage', '系统管理', 'universal-monitoring-platform', '1684224445094', '1699234592407'); INSERT INTO `center_module` VALUES ('413475227301838858', 'dashboard', '大屏管理', 'universal-monitoring-platform', '1684224445096', '1699234592440'); INSERT INTO `center_module` VALUES ('413475227301838859', 'running-patrol', '管养巡检', 'universal-monitoring-platform', '1684224445098', '1699234592473'); INSERT INTO `center_module` VALUES ('423143761086775301', 'warning-notice', '预警通知管理', 'universal-monitoring-platform', '1686529603322', '1699234592231'); INSERT INTO `center_module` VALUES ('435875341202882561', 'account-safe', '账号安全', 'irrigation-monitoring-platform', '1689565048406', '1699339573588'); INSERT INTO `center_module` VALUES ('435875341202882562', 'emergency', '应急指挥', 'irrigation-monitoring-platform', '1689565048409', '1699339573623'); INSERT INTO `center_module` VALUES ('435875341202882563', 'irrigation-info', '灌区信息化', 'irrigation-monitoring-platform', '1689565048411', '1699339573674'); INSERT INTO `center_module` VALUES ('435875341202882565', 'water-meter', '用水计量', 'irrigation-monitoring-platform', '1689565048415', '1699339573790'); INSERT INTO `center_module` VALUES ('435875341202882566', 'smart-control', '智能监控', 'irrigation-monitoring-platform', '1689565048417', '1699339573958'); INSERT INTO `center_module` VALUES ('435875341202882567', 'warning-manage', '预警管理', 'irrigation-monitoring-platform', '1689565048419', '1699339574032'); INSERT INTO `center_module` VALUES ('435875341202882568', 'data-count', '数据统计', 'irrigation-monitoring-platform', '1689565048421', '1699339574083'); INSERT INTO `center_module` VALUES ('435875341202882569', 'water-config', '配水定额', 'irrigation-monitoring-platform', '1689565048423', '1699339574231'); INSERT INTO `center_module` VALUES ('435875341202882570', 'system-manage', '系统管理', 'irrigation-monitoring-platform', '1689565048426', '1699339574292'); INSERT INTO `center_module` VALUES ('435875341202882571', 'irrigation-config', '灌区配置', 'irrigation-monitoring-platform', '1689565048428', '1699339574341'); INSERT INTO `center_module` VALUES ('435875341202882572', 'dashboard', '大屏管理', 'irrigation-monitoring-platform', '1689565048430', '1699339574506'); INSERT INTO `center_module` VALUES ('435875341202882573', 'running-patrol', '管养巡检', 'irrigation-monitoring-platform', '1689565048432', '1699339574723'); INSERT INTO `center_module` VALUES ('452291486889803778', 'product', '设备产品信息', 'device-assistant', '1693478962579', '1711448780724'); INSERT INTO `center_module` VALUES ('452291486910775296', 'sys-manager', '系统管理', 'device-assistant', '1693478962592', '1711448780734'); INSERT INTO `center_module` VALUES ('452291486910775298', 'remote-oper', '远程配置', 'device-assistant', '1693478962685', '1711448780751'); INSERT INTO `center_module` VALUES ('452291486910775299', 'upgrade', '固件升级', 'device-assistant', '1693478962700', '1711448780759'); INSERT INTO `center_module` VALUES ('452291486914969602', 'cmd-task', '指令任务', 'device-assistant', '1693478962722', '1711448780771'); INSERT INTO `center_module` VALUES ('452291486914969603', 'device', '设备列表', 'device-assistant', '1693478962867', '1711448780847'); INSERT INTO `center_module` VALUES ('456219756916113411', 'water-rights-operation', '水权运营', 'irrigation-monitoring-platform', '1694415535383', '1699339573857'); INSERT INTO `center_module` VALUES ('467405733353226262', 'firmware', '固件升级包', 'device-assistant', '1697082479789', '1711448780853'); INSERT INTO `center_module` VALUES ('481863459860905984', 'home-page', '首页', null, '1700529470592', null); INSERT INTO `center_module` VALUES ('481863459860905995', 'dev-user', '用户查询', null, '1700529470672', null); INSERT INTO `center_module` VALUES ('481863459860905997', 'user-manager', '用户管理', null, '1700529470684', null); INSERT INTO `center_module` VALUES ('481863459860905998', 'dev-packet', '设备原始数据', 'device-manage', '1700529470689', '1711448780831'); INSERT INTO `center_module` VALUES ('481881693515415556', 'home-page', '首页', null, '1700533817572', null); INSERT INTO `center_module` VALUES ('481881693515415567', 'dev-user', '用户查询', null, '1700533817619', null); INSERT INTO `center_module` VALUES ('481881693515415569', 'user-manager', '用户管理', null, '1700533817628', null); INSERT INTO `center_module` VALUES ('488163735064543233', 'home-page', '首页', null, '1702031573073', null); INSERT INTO `center_module` VALUES ('488163735064543244', 'dev-user', '用户查询', null, '1702031573130', null); INSERT INTO `center_module` VALUES ('488163735068737537', 'user-manager', '用户管理', null, '1702031573139', null); INSERT INTO `center_module` VALUES ('489117100678316033', 'home-page', '首页', null, '1702258873550', null); INSERT INTO `center_module` VALUES ('489117100678316044', 'dev-user', '用户查询', null, '1702258873697', null); INSERT INTO `center_module` VALUES ('489117100678316046', 'user-manager', '用户管理', null, '1702258873723', null); INSERT INTO `center_module` VALUES ('489134931759333377', 'home-page', '首页', null, '1702263124329', null); INSERT INTO `center_module` VALUES ('489134931759333388', 'dev-user', '用户查询', null, '1702263124363', null); INSERT INTO `center_module` VALUES ('489134931759333390', 'user-manager', '用户管理', null, '1702263124369', null); INSERT INTO `center_module` VALUES ('527658933855191041', 'home-page', '首页', null, '1711447962205', null); INSERT INTO `center_module` VALUES ('527658933855191052', 'dev-user', '用户查询', null, '1711447962287', null); INSERT INTO `center_module` VALUES ('527658933855191054', 'user-manager', '用户管理', null, '1711447962301', null); INSERT INTO `center_module` VALUES ('527662367018844164', 'home-page', '首页', null, '1711448780742', null); INSERT INTO `center_module` VALUES ('527662367018844175', 'dev-user', '用户查询', null, '1711448780814', null); INSERT INTO `center_module` VALUES ('527662367018844177', 'user-manager', '用户管理', null, '1711448780825', null); INSERT INTO `center_module` VALUES ('921008170094166021', 'app-server', 'APP服务', 'universal-monitoring-platform', '1686020438623', '1699234592173'); INSERT INTO `center_module` VALUES ('935875341202882564', 'app-server', 'App服务', 'irrigation-monitoring-platform', '1689565048413', '1699339573724'); -- ---------------------------- -- Table structure for center_role -- ---------------------------- DROP TABLE IF EXISTS `center_role`; CREATE TABLE `center_role` ( `id` bigint(20) NOT NULL COMMENT '主键ID', `role_code` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL COMMENT '角色编号', `role_name` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL COMMENT '角色名称', `application_id` bigint(20) DEFAULT NULL COMMENT '应用ID', `remark` varchar(255) DEFAULT NULL COMMENT '描述', `tenant_id` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL COMMENT '租户ID', `create_at` bigint(20) DEFAULT NULL COMMENT '创建时间', `update_at` bigint(20) DEFAULT NULL COMMENT '更新时间', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_bin ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of center_role -- ---------------------------- INSERT INTO `center_role` VALUES ('0', 'super_role', '超级管理员', '0', '超级管理员角色,无法删除和修改,设置该权限请到用户中心', '0', '1657522300971', null); INSERT INTO `center_role` VALUES ('357204117170421760', 'role', '测试角色', '349598914506129408', null, '0', '1670808367027', '1679391331615'); INSERT INTO `center_role` VALUES ('357204373870215168', 'test', '普通用户', '351043373307527168', null, '349601177236668416', '1670808428196', '1679391291844'); INSERT INTO `center_role` VALUES ('366353179866038272', 'sw01', '商务用户', '351043373307527168', '部门商务人员专用', '349601177236668416', '1672989673592', '1682479601650'); INSERT INTO `center_role` VALUES ('395723518198677504', 'demo', 'demo', '349598914506129408', '演示', '0', '1679992107846', '1679998050803'); INSERT INTO `center_role` VALUES ('481902546768625664', 'super_role', '超级管理员', '481890906165739520', '超级管理员角色,无法删除和修改,设置该权限请到用户中心', '0', '1700538789354', null); INSERT INTO `center_role` VALUES ('481903895191224320', 'super_role', '超级管理员', '288827602469126144', '超级管理员角色,无法删除和修改,设置该权限请到用户中心', '0', '1700539110843', null); -- ---------------------------- -- Table structure for center_role_authority_rel -- ---------------------------- DROP TABLE IF EXISTS `center_role_authority_rel`; CREATE TABLE `center_role_authority_rel` ( `id` bigint(20) NOT NULL COMMENT '主键ID', `role_id` bigint(20) DEFAULT NULL COMMENT '角色ID', `authority_id` bigint(20) DEFAULT NULL COMMENT '权限ID', `tenant_id` bigint(20) DEFAULT NULL COMMENT '租户ID', `create_at` bigint(20) DEFAULT NULL COMMENT '创建时间', `update_at` bigint(20) DEFAULT NULL COMMENT '更新时间', PRIMARY KEY (`id`) USING BTREE, KEY `authority_id_index` (`authority_id`) USING BTREE, KEY `role_id_index` (`role_id`) USING BTREE ) ENGINE=InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_bin ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of center_role_authority_rel -- ---------------------------- INSERT INTO `center_role_authority_rel` VALUES ('393203680028917760', '357204117170421760', '349598815898042369', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917761', '357204117170421760', '340700269832503305', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917762', '357204117170421760', '356167792971481127', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917763', '357204117170421760', '356167792971481117', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917764', '357204117170421760', '356167792971481124', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917765', '357204117170421760', '356167792971481125', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917766', '357204117170421760', '356167792971481131', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917767', '357204117170421760', '356167792971481167', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917768', '357204117170421760', '356167792971481196', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917769', '357204117170421760', '356167792971481202', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917770', '357204117170421760', '356167792971481204', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917771', '357204117170421760', '341700269832503302', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917772', '357204117170421760', '356167792971481099', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917773', '357204117170421760', '356167792971481134', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917774', '357204117170421760', '356167792971481152', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917775', '357204117170421760', '356167792971481155', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917776', '357204117170421760', '356167792971481174', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917777', '357204117170421760', '356167792971481199', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917778', '357204117170421760', '356167792971481142', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917779', '357204117170421760', '356167792971481118', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917780', '357204117170421760', '356167792971481201', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917781', '357204117170421760', '342700269832503301', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917782', '357204117170421760', '356167792971481150', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917783', '357204117170421760', '356167792971481170', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917784', '357204117170421760', '343700269832503299', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917785', '357204117170421760', '356167792971481129', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917786', '357204117170421760', '356167792971481104', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917787', '357204117170421760', '356167792971481109', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917788', '357204117170421760', '356167792971481120', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917789', '357204117170421760', '356167792971481163', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917790', '357204117170421760', '356167792971481180', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917791', '357204117170421760', '356167792971481189', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917792', '357204117170421760', '356167792971481193', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917793', '357204117170421760', '356167792971481195', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917794', '357204117170421760', '356167792971481154', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917795', '357204117170421760', '356167792971481169', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917796', '357204117170421760', '356167792971481173', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917797', '357204117170421760', '356167792971481194', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917798', '357204117170421760', '356167792971481166', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917799', '357204117170421760', '356167792971481111', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917800', '357204117170421760', '356167792971481130', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917801', '357204117170421760', '356167792971481133', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917802', '357204117170421760', '356167792971481137', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917803', '357204117170421760', '356167792971481159', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917804', '357204117170421760', '356167792971481168', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917805', '357204117170421760', '356167792971481191', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917806', '357204117170421760', '356167792971481200', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917807', '357204117170421760', '344700269832503303', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917808', '357204117170421760', '356167792971481114', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917809', '357204117170421760', '356167792971481136', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917810', '357204117170421760', '357213496745656436', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917811', '357204117170421760', '356167792971481135', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917812', '357204117170421760', '356167792971481100', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917813', '357204117170421760', '356167792971481190', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917814', '357204117170421760', '356167792971481143', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917815', '357204117170421760', '356167792971481107', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917816', '357204117170421760', '356167792971481151', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917817', '357204117170421760', '356167792971481156', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917818', '357204117170421760', '356167792971481164', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917819', '357204117170421760', '356167792971481132', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917820', '357204117170421760', '356167792971481181', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917821', '357204117170421760', '356167792971481187', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917822', '357204117170421760', '356167792971481183', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917823', '357204117170421760', '345700269832503306', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917824', '357204117170421760', '356167792971481102', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917825', '357204117170421760', '356167792971481126', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917826', '357204117170421760', '357229937129685108', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917827', '357204117170421760', '346700269832503297', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917828', '357204117170421760', '356167792971481098', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680028917829', '357204117170421760', '356167792971481095', '0', '1670808367027', '1679391331578'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112064', '357204117170421760', '356167792971481192', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112065', '357204117170421760', '356167792971481116', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112066', '357204117170421760', '356167792971481115', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112067', '357204117170421760', '356167792971481186', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112068', '357204117170421760', '356167792971481119', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112069', '357204117170421760', '356167792971481157', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112070', '357204117170421760', '356167792971481165', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112071', '357204117170421760', '347700269832503304', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112072', '357204117170421760', '356167792971481096', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112073', '357204117170421760', '356167792971481172', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112074', '357204117170421760', '356167792971481106', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112075', '357204117170421760', '356167792971481108', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112076', '357204117170421760', '356167792971481141', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112077', '357204117170421760', '356167792971481145', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112078', '357204117170421760', '356167792971481158', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112079', '357204117170421760', '356167792971481171', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112080', '357204117170421760', '356167792971481176', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112081', '357204117170421760', '356167792971481184', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112082', '357204117170421760', '350700269832503298', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112083', '357204117170421760', '356167792971481097', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112084', '357204117170421760', '356167792971481113', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112085', '357204117170421760', '356167792971481121', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112086', '357204117170421760', '356167792971481149', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112087', '357204117170421760', '356167792971481105', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112088', '357204117170421760', '356167792971481144', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112089', '357204117170421760', '356167792971481177', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112090', '357204117170421760', '356167792971481179', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112091', '357204117170421760', '356167792971481188', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112092', '357204117170421760', '356167792971481198', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112093', '357204117170421760', '356167792971481123', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112094', '357204117170421760', '356167792971481103', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112095', '357204117170421760', '356167792971481197', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112096', '357204117170421760', '356167792971481148', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112097', '357204117170421760', '356167792971481203', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112098', '357204117170421760', '356167792971481153', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112099', '357204117170421760', '357213496745656362', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112100', '357204117170421760', '357213496745656380', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112101', '357204117170421760', '350700269832503300', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112102', '357204117170421760', '356167792971481162', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112103', '357204117170421760', '356167792971481101', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112104', '357204117170421760', '356167792971481128', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112105', '357204117170421760', '356167792971481138', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112106', '357204117170421760', '356167792971481140', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112107', '357204117170421760', '356167792971481160', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112108', '357204117170421760', '356167792971481161', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112109', '357204117170421760', '356167792971481175', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112110', '357204117170421760', '356167792971481178', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112111', '357204117170421760', '356167792971481182', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112112', '357204117170421760', '356167792971481185', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112113', '357204117170421760', '393202012814049283', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112114', '357204117170421760', '393202012814049320', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('393203680033112115', '357204117170421760', '393202012814049350', '0', '1670808367027', '1679391331579'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829908992', '395723518198677504', '340700269832503305', '0', '1679992107846', '1679998050786'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829908993', '395723518198677504', '356167792971481127', '0', '1679992107846', '1679998050786'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829908994', '395723518198677504', '356167792971481117', '0', '1679992107846', '1679998050786'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829908995', '395723518198677504', '356167792971481124', '0', '1679992107846', '1679998050786'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829908996', '395723518198677504', '356167792971481125', '0', '1679992107846', '1679998050786'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829908997', '395723518198677504', '356167792971481131', '0', '1679992107846', '1679998050786'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829908998', '395723518198677504', '356167792971481167', '0', '1679992107846', '1679998050786'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829908999', '395723518198677504', '356167792971481196', '0', '1679992107846', '1679998050786'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829909000', '395723518198677504', '356167792971481202', '0', '1679992107846', '1679998050786'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829909001', '395723518198677504', '356167792971481204', '0', '1679992107846', '1679998050786'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829909002', '395723518198677504', '341700269832503302', '0', '1679992107846', '1679998050786'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829909003', '395723518198677504', '356167792971481099', '0', '1679992107846', '1679998050786'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829909004', '395723518198677504', '356167792971481134', '0', '1679992107846', '1679998050786'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829909005', '395723518198677504', '356167792971481152', '0', '1679992107846', '1679998050786'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829909006', '395723518198677504', '356167792971481155', '0', '1679992107846', '1679998050786'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829909007', '395723518198677504', '356167792971481174', '0', '1679992107846', '1679998050786'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829909008', '395723518198677504', '356167792971481199', '0', '1679992107846', '1679998050786'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829909009', '395723518198677504', '356167792971481142', '0', '1679992107846', '1679998050786'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829909010', '395723518198677504', '356167792971481118', '0', '1679992107846', '1679998050786'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829909011', '395723518198677504', '356167792971481201', '0', '1679992107846', '1679998050786'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829909012', '395723518198677504', '342700269832503301', '0', '1679992107846', '1679998050786'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829909013', '395723518198677504', '356167792971481150', '0', '1679992107846', '1679998050786'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829909014', '395723518198677504', '356167792971481170', '0', '1679992107846', '1679998050786'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829909015', '395723518198677504', '356167792971481104', '0', '1679992107846', '1679998050786'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829909016', '395723518198677504', '356167792971481109', '0', '1679992107846', '1679998050786'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829909017', '395723518198677504', '356167792971481120', '0', '1679992107846', '1679998050786'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829909018', '395723518198677504', '356167792971481163', '0', '1679992107846', '1679998050786'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829909019', '395723518198677504', '356167792971481180', '0', '1679992107846', '1679998050786'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829909020', '395723518198677504', '356167792971481195', '0', '1679992107846', '1679998050786'); INSERT INTO `center_role_authority_rel` VALUES ('395748444829909021', '395723518198677504', '356167792971481137', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103296', '395723518198677504', '356167792971481159', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103297', '395723518198677504', '356167792971481168', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103298', '395723518198677504', '356167792971481191', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103299', '395723518198677504', '356167792971481200', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103300', '395723518198677504', '356167792971481164', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103301', '395723518198677504', '356167792971481132', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103302', '395723518198677504', '356167792971481181', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103303', '395723518198677504', '345700269832503306', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103304', '395723518198677504', '356167792971481102', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103305', '395723518198677504', '356167792971481126', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103306', '395723518198677504', '357229937129685108', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103307', '395723518198677504', '356167792971481096', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103308', '395723518198677504', '356167792971481106', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103309', '395723518198677504', '356167792971481108', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103310', '395723518198677504', '356167792971481141', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103311', '395723518198677504', '356167792971481145', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103312', '395723518198677504', '356167792971481158', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103313', '395723518198677504', '356167792971481176', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103314', '395723518198677504', '356167792971481184', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103315', '395723518198677504', '356167792971481113', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103316', '395723518198677504', '356167792971481144', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103317', '395723518198677504', '356167792971481153', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103318', '395723518198677504', '357213496745656362', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103319', '395723518198677504', '357213496745656380', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103320', '395723518198677504', '350700269832503300', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103321', '395723518198677504', '356167792971481162', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103322', '395723518198677504', '356167792971481101', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103323', '395723518198677504', '356167792971481128', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103324', '395723518198677504', '356167792971481138', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103325', '395723518198677504', '356167792971481140', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103326', '395723518198677504', '356167792971481160', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103327', '395723518198677504', '356167792971481161', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103328', '395723518198677504', '356167792971481175', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103329', '395723518198677504', '356167792971481178', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103330', '395723518198677504', '356167792971481182', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103331', '395723518198677504', '356167792971481185', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103332', '395723518198677504', '393202012814049283', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103333', '395723518198677504', '393202012814049320', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103334', '395723518198677504', '393202012814049350', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103335', '395723518198677504', '349598815898042369', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103336', '395723518198677504', '343700269832503299', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103337', '395723518198677504', '356167792971481129', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103338', '395723518198677504', '356167792971481166', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103339', '395723518198677504', '344700269832503303', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103340', '395723518198677504', '347700269832503304', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103341', '395723518198677504', '356167792971481172', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103342', '395723518198677504', '350700269832503298', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103343', '395723518198677504', '356167792971481097', '0', '1679992107846', '1679998050787'); INSERT INTO `center_role_authority_rel` VALUES ('395748444834103344', '395723518198677504', '356167792971481105', '0', '1679992107846', '1679998050787'); -- ---------------------------- -- Table structure for center_server -- ---------------------------- DROP TABLE IF EXISTS `center_server`; CREATE TABLE `center_server` ( `id` bigint(20) NOT NULL COMMENT '主键ID', `server_code` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL COMMENT '服务编码', `server_name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL COMMENT '服务名称', `server_type` varchar(20) DEFAULT NULL COMMENT '服务类型', `access_key` varchar(32) DEFAULT NULL COMMENT 'accessKey', `secret_key` varchar(32) DEFAULT NULL COMMENT 'secretKey', `server_public` tinyint(3) unsigned DEFAULT '0' COMMENT '服务器是否发布', `server_status` tinyint(1) DEFAULT '0' COMMENT '服务器状态 1发布 0未发布', `link_address` varchar(255) DEFAULT NULL COMMENT '服务链接地址', `login_duration` int(11) DEFAULT NULL COMMENT '服务应用登录保持时长(单位:分钟)', `sort` int(11) DEFAULT '999' COMMENT '排序', `create_at` bigint(20) DEFAULT NULL COMMENT '创建时间', `update_at` bigint(20) DEFAULT NULL COMMENT '更新时间', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_bin ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of center_server -- ---------------------------- INSERT INTO `center_server` VALUES ('2815970668980', 'iot-user-center', '用户中心', '非SaaS服务', '3E9A771DA000000', '57969662D94544E881FE66E4359ECE40', '0', '1', '/user-center/#/user', '10080', '999', '1652782241649', '1659693402841'); INSERT INTO `center_server` VALUES ('287049310363713536', 'device-manage', '设备管家', '非SaaS服务', '3FBCDD3B1400000', 'E1B75282A3154552A0BC9F20565BEB58', '0', '1', '/device-cloud/', '10080', '999', '1654082157605', '1659693421451'); INSERT INTO `center_server` VALUES ('287296519478968320', 'reservoir-monitoring-platform', '水库平台', 'SaaS服务', '3FCAEA98CC00000', '52481D6E1FE940AA81E5D7F425E8ACB4', '0', '0', '/reservoir-monitoring-platform/', '10080', '999', '1654141096852', '1659693437759'); INSERT INTO `center_server` VALUES ('349598815898042369', 'structure-platform-backend', '结构健康云平台', 'SaaS服务', '4DA064553800001', '814A0C1F86344D938A2D79FDAF7A169C', '0', '0', '/structure-platform-frontend/', '360', '999', '1668995121834', '1668995406561'); INSERT INTO `center_server` VALUES ('433773795396812800', 'universal-monitoring-platform', '通用监测平台', 'SaaS服务', '60512F7FB800000', '027911FAAFD54901B1FF705BC20F6277', '0', '0', '/universal-monitoring-platform/', null, '999', '1689064000842', '1689065588343'); INSERT INTO `center_server` VALUES ('446723989008547840', 'irrigation-monitoring-platform', '智慧灌区平台', 'SaaS服务', '6331519E5800000', '519E5A7502124C4AA2307293018D2376', '0', '0', '/irrigation-monitoring-platform/', null, '999', '1692151567605', null); INSERT INTO `center_server` VALUES ('452293872152739852', 'device-assistant', '设备运维助手', 'SaaS服务', '646DEE15FC0000C', '122990B2318D4C3EBFEEB4EF3226A877', '0', '1', '/device-assistant/', '1440', '999', '1693479531226', '1694075846372'); -- ---------------------------- -- Table structure for center_server_application_rel -- ---------------------------- DROP TABLE IF EXISTS `center_server_application_rel`; CREATE TABLE `center_server_application_rel` ( `id` bigint(20) NOT NULL COMMENT '主键ID', `tenant_id` bigint(20) DEFAULT NULL COMMENT '租户ID', `server_code` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL COMMENT '服务编码', `application_name` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL COMMENT '应用名称', `application_icon` varchar(255) DEFAULT NULL COMMENT '应用图标', `application_validity` datetime DEFAULT NULL COMMENT '应用有效期', `application_status` tinyint(1) DEFAULT NULL COMMENT '应用状态 0-停用 1-启用', `application_url` varchar(255) DEFAULT NULL COMMENT '应用路径', `sort` int(10) unsigned DEFAULT '999' COMMENT '排序', `subdomains` varchar(225) DEFAULT NULL COMMENT '二级域名', `remark` varchar(225) DEFAULT NULL COMMENT '声明', `logo_url` varchar(128) DEFAULT NULL COMMENT '平台logo', `adcode` varchar(20) DEFAULT NULL COMMENT '地址编码', `address` varchar(128) DEFAULT NULL COMMENT '地址', `lng` decimal(10,6) DEFAULT NULL COMMENT '经度', `lat` decimal(10,6) DEFAULT NULL COMMENT '纬度', `create_at` bigint(20) DEFAULT NULL COMMENT '创建时间', `update_at` bigint(20) DEFAULT NULL COMMENT '更新时间', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `uniq_application_name` (`application_name`) USING BTREE ) ENGINE=InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_bin ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of center_server_application_rel -- ---------------------------- INSERT INTO `center_server_application_rel` VALUES ('281905070042251264', '0', 'iot-user-center', '用户中心', null, '2039-12-31 00:00:00', '1', null, '999', null, null, null, null, null, null, null, '1652855675152', '1663981425749'); INSERT INTO `center_server_application_rel` VALUES ('288827602469126144', '0', 'device-manage', '设备管家', null, '2039-12-31 00:00:00', '1', null, '999', null, null, null, null, null, null, null, '1654506135479', '1700532381573'); INSERT INTO `center_server_application_rel` VALUES ('481890906165739520', '0', 'device-assistant', '设备运维助手', null, '2039-12-31 00:00:00', '1', null, '999', '', null, null, null, null, null, null, '1700536014080', '1700547300945'); -- ---------------------------- -- Table structure for center_tenant -- ---------------------------- DROP TABLE IF EXISTS `center_tenant`; CREATE TABLE `center_tenant` ( `id` bigint(20) NOT NULL COMMENT '主键ID', `tenant_name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL COMMENT '租户名称', `remark` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL COMMENT '备注', `tenant_super` int(11) DEFAULT '0' COMMENT '是否可见其他租户权限 0-否,1-是', `super_tenant_flag` int(1) DEFAULT '0' COMMENT '超级租户可以进行平台管理 0-否,1-是', `create_at` bigint(20) DEFAULT NULL COMMENT '创建时间', `update_at` bigint(20) DEFAULT NULL COMMENT '更新时间', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `uniq_tenant_name` (`tenant_name`) USING BTREE ) ENGINE=InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_bin ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of center_tenant -- ---------------------------- INSERT INTO `center_tenant` VALUES ('0', '四信', '四信', '1', '0', '1652855901622', '1663981267736'); -- ---------------------------- -- Table structure for center_tenant_authority_rel -- ---------------------------- DROP TABLE IF EXISTS `center_tenant_authority_rel`; CREATE TABLE `center_tenant_authority_rel` ( `id` bigint(20) NOT NULL COMMENT '主键ID', `tenant_id` bigint(20) DEFAULT NULL COMMENT '租户ID', `authority_id` bigint(20) DEFAULT NULL COMMENT '权限ID', `application_id` bigint(20) DEFAULT NULL COMMENT '应用id', `create_at` bigint(20) DEFAULT NULL COMMENT '创建时间', `update_at` bigint(20) DEFAULT NULL COMMENT '更新时间', PRIMARY KEY (`id`) USING BTREE, KEY `authority_id_index` (`authority_id`) USING BTREE ) ENGINE=InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_bin ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of center_tenant_authority_rel -- ---------------------------- INSERT INTO `center_tenant_authority_rel` VALUES ('328569850169393153', '0', '287341152540033102', '281905070042251264', '1663981425701', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850173587456', '0', '289087445859827719', '281905070042251264', '1663981425702', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850173587457', '0', '289087445859827713', '281905070042251264', '1663981425702', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850177781760', '0', '289087445859827715', '281905070042251264', '1663981425703', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850181976064', '0', '289087445859827717', '281905070042251264', '1663981425704', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850181976065', '0', '289087445859827721', '281905070042251264', '1663981425704', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850186170368', '0', '289087445859827723', '281905070042251264', '1663981425705', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850186170369', '0', '289087445859827725', '281905070042251264', '1663981425705', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850190364672', '0', '289087445859827727', '281905070042251264', '1663981425706', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850194558976', '0', '289087445859827729', '281905070042251264', '1663981425707', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850194558977', '0', '305039208500690955', '281905070042251264', '1663981425707', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850198753280', '0', '305039208500690959', '281905070042251264', '1663981425708', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850198753281', '0', '289087445859827731', '281905070042251264', '1663981425708', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850202947584', '0', '289087445859827733', '281905070042251264', '1663981425709', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850207141888', '0', '289087445859827735', '281905070042251264', '1663981425710', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850207141889', '0', '289087445859827737', '281905070042251264', '1663981425710', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850211336192', '0', '289087445859827739', '281905070042251264', '1663981425711', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850215530496', '0', '305039208500690971', '281905070042251264', '1663981425712', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850215530497', '0', '289087445859827745', '281905070042251264', '1663981425712', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850219724800', '0', '289087445859827741', '281905070042251264', '1663981425713', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850219724801', '0', '289087445859827743', '281905070042251264', '1663981425713', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850223919104', '0', '289087445859827747', '281905070042251264', '1663981425714', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850223919105', '0', '289087445859827749', '281905070042251264', '1663981425714', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850228113408', '0', '289087445859827751', '281905070042251264', '1663981425715', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850228113409', '0', '289531875234414595', '281905070042251264', '1663981425715', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850232307712', '0', '305039208500690985', '281905070042251264', '1663981425716', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850232307713', '0', '289087445859827761', '281905070042251264', '1663981425716', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850236502016', '0', '289087445859827753', '281905070042251264', '1663981425717', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850236502017', '0', '289087445859827755', '281905070042251264', '1663981425717', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850240696320', '0', '289087445859827757', '281905070042251264', '1663981425718', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850244890624', '0', '289087445859827759', '281905070042251264', '1663981425719', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850244890625', '0', '289087445859827763', '281905070042251264', '1663981425719', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850249084928', '0', '289087445859827765', '281905070042251264', '1663981425720', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850249084929', '0', '305039208500690999', '281905070042251264', '1663981425720', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850253279232', '0', '289087445859827771', '281905070042251264', '1663981425721', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850257473536', '0', '289087445859827767', '281905070042251264', '1663981425722', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850257473537', '0', '289087445859827769', '281905070042251264', '1663981425722', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850261667840', '0', '289087445859827773', '281905070042251264', '1663981425723', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850261667841', '0', '289087445859827775', '281905070042251264', '1663981425723', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850265862144', '0', '289200119922819137', '281905070042251264', '1663981425724', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850270056448', '0', '289453694578065467', '281905070042251264', '1663981425725', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850270056449', '0', '289529199058747417', '281905070042251264', '1663981425725', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850274250752', '0', '305039208500691017', '281905070042251264', '1663981425726', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850274250753', '0', '289087445864022023', '281905070042251264', '1663981425726', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850278445056', '0', '289087445864022017', '281905070042251264', '1663981425727', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850282639360', '0', '289087445864022019', '281905070042251264', '1663981425728', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850282639361', '0', '289087445864022021', '281905070042251264', '1663981425728', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850286833664', '0', '289087445864022025', '281905070042251264', '1663981425729', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850291027968', '0', '289087445864022029', '281905070042251264', '1663981425730', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850295222272', '0', '289087445864022031', '281905070042251264', '1663981425731', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850295222273', '0', '305039208500691027', '281905070042251264', '1663981425731', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850303610880', '0', '305039208500691031', '281905070042251264', '1663981425733', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850307805184', '0', '289087445864022037', '281905070042251264', '1663981425734', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850311999488', '0', '289087445864022027', '281905070042251264', '1663981425735', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850316193792', '0', '289087445864022033', '281905070042251264', '1663981425736', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850316193793', '0', '289087445864022035', '281905070042251264', '1663981425736', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850320388096', '0', '289087445864022039', '281905070042251264', '1663981425737', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850324582400', '0', '289087445864022041', '281905070042251264', '1663981425738', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850328776704', '0', '305039208500691045', '281905070042251264', '1663981425739', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850332971008', '0', '289087445864022047', '281905070042251264', '1663981425740', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850332971009', '0', '289087445864022043', '281905070042251264', '1663981425740', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850337165312', '0', '289087445864022045', '281905070042251264', '1663981425741', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850337165313', '0', '289087445864022049', '281905070042251264', '1663981425741', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850341359616', '0', '289087445864022051', '281905070042251264', '1663981425742', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850345553920', '0', '289087445864022053', '281905070042251264', '1663981425743', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850345553921', '0', '289087445864022055', '281905070042251264', '1663981425743', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850349748224', '0', '289087445864022057', '281905070042251264', '1663981425744', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850353942528', '0', '289087445864022059', '281905070042251264', '1663981425745', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850358136832', '0', '289087445864022061', '281905070042251264', '1663981425746', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850358136833', '0', '289087445864022063', '281905070042251264', '1663981425746', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850362331136', '0', '305039208500691057', '281905070042251264', '1663981425747', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850362331137', '0', '305039208500690987', '281905070042251264', '1663981425747', null); INSERT INTO `center_tenant_authority_rel` VALUES ('328569850366525440', '0', '305041984144277547', '281905070042251264', '1663981425748', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670259990529', '0', '291762254179729408', '288827602469126144', '1700532381495', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670264184832', '0', '292077460147666944', '288827602469126144', '1700532381496', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670268379136', '0', '292077460147666953', '288827602469126144', '1700532381497', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670268379137', '0', '292113972969078803', '288827602469126144', '1700532381497', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670272573440', '0', '292113972969078810', '288827602469126144', '1700532381498', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670276767744', '0', '292113972969078818', '288827602469126144', '1700532381499', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670276767745', '0', '300037052513124361', '288827602469126144', '1700532381499', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670280962048', '0', '315550289945952310', '288827602469126144', '1700532381500', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670280962049', '0', '481863459865100289', '288827602469126144', '1700532381500', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670285156352', '0', '292077460147666945', '288827602469126144', '1700532381501', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670285156353', '0', '292077460147666949', '288827602469126144', '1700532381501', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670289350656', '0', '292077460147666959', '288827602469126144', '1700532381502', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670289350657', '0', '292077460147666961', '288827602469126144', '1700532381502', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670293544960', '0', '292077460147666964', '288827602469126144', '1700532381503', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670297739264', '0', '292077460147666969', '288827602469126144', '1700532381504', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670301933568', '0', '315550289941757971', '288827602469126144', '1700532381505', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670306127872', '0', '315550289945952300', '288827602469126144', '1700532381506', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670306127873', '0', '292077460147666946', '288827602469126144', '1700532381506', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670310322176', '0', '292077460147666956', '288827602469126144', '1700532381507', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670310322177', '0', '292077460147666962', '288827602469126144', '1700532381507', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670314516480', '0', '292077460147666973', '288827602469126144', '1700532381508', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670318710784', '0', '292077460147666977', '288827602469126144', '1700532381509', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670318710785', '0', '292077460147666978', '288827602469126144', '1700532381509', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670322905088', '0', '315550289941757970', '288827602469126144', '1700532381510', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670327099392', '0', '315550289945952280', '288827602469126144', '1700532381511', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670331293696', '0', '315550289945952298', '288827602469126144', '1700532381512', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670331293697', '0', '315550289945952304', '288827602469126144', '1700532381512', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670335488000', '0', '292077460147666947', '288827602469126144', '1700532381513', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670335488001', '0', '292077460147666951', '288827602469126144', '1700532381513', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670343876608', '0', '300037052513124381', '288827602469126144', '1700532381515', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670348070912', '0', '300037052513124393', '288827602469126144', '1700532381516', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670352265216', '0', '300037052513124396', '288827602469126144', '1700532381517', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670352265217', '0', '315550289945952292', '288827602469126144', '1700532381517', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670356459520', '0', '292077460147666948', '288827602469126144', '1700532381518', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670356459521', '0', '292077460147666968', '288827602469126144', '1700532381518', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670360653824', '0', '300037052513124371', '288827602469126144', '1700532381519', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670360653825', '0', '300037052513124375', '288827602469126144', '1700532381519', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670369042432', '0', '300037052513124378', '288827602469126144', '1700532381521', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670373236736', '0', '300037052513124382', '288827602469126144', '1700532381522', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670377431040', '0', '300037052513124386', '288827602469126144', '1700532381523', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670377431041', '0', '315550289941757973', '288827602469126144', '1700532381523', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670381625344', '0', '330392420569055249', '288827602469126144', '1700532381524', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670381625345', '0', '481863459865100383', '288827602469126144', '1700532381524', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670385819648', '0', '292113972969078784', '288827602469126144', '1700532381525', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670385819649', '0', '292077460147666952', '288827602469126144', '1700532381525', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670390013952', '0', '292077460147666955', '288827602469126144', '1700532381526', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670394208256', '0', '292077460147666957', '288827602469126144', '1700532381527', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670394208257', '0', '292077460147666960', '288827602469126144', '1700532381527', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670398402560', '0', '292077460147666963', '288827602469126144', '1700532381528', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670402596864', '0', '292077460147666965', '288827602469126144', '1700532381529', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670402596865', '0', '292077460147666966', '288827602469126144', '1700532381529', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670406791168', '0', '292077460147666967', '288827602469126144', '1700532381530', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670406791169', '0', '292077460147666970', '288827602469126144', '1700532381530', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670406791170', '0', '292077460147666971', '288827602469126144', '1700532381530', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670410985472', '0', '292077460147666972', '288827602469126144', '1700532381531', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670410985473', '0', '292077460147666974', '288827602469126144', '1700532381531', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670415179776', '0', '292077460147666975', '288827602469126144', '1700532381532', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670415179777', '0', '300037052513124389', '288827602469126144', '1700532381532', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670415179778', '0', '315550289945952260', '288827602469126144', '1700532381532', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670419374080', '0', '315550289945952261', '288827602469126144', '1700532381533', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670419374081', '0', '315550289945952288', '288827602469126144', '1700532381533', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670423568384', '0', '315550289945952295', '288827602469126144', '1700532381534', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670423568385', '0', '315550289945952308', '288827602469126144', '1700532381534', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670423568386', '0', '315550289945952312', '288827602469126144', '1700532381534', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670427762688', '0', '330392420564860970', '288827602469126144', '1700532381535', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670427762689', '0', '330392420564860973', '288827602469126144', '1700532381535', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670427762690', '0', '330392420569055263', '288827602469126144', '1700532381535', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670431956992', '0', '429802016877838370', '288827602469126144', '1700532381536', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670436151296', '0', '481863459865100301', '288827602469126144', '1700532381537', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670440345600', '0', '481863459865100376', '288827602469126144', '1700532381538', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670452928512', '0', '481863459865100399', '288827602469126144', '1700532381541', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670457122816', '0', '481863459865100418', '288827602469126144', '1700532381542', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670457122817', '0', '481863459865100420', '288827602469126144', '1700532381542', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670461317120', '0', '292460862642323457', '288827602469126144', '1700532381543', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670461317121', '0', '292113972969078795', '288827602469126144', '1700532381543', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670461317122', '0', '300037052513124357', '288827602469126144', '1700532381543', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670465511424', '0', '300037052513124365', '288827602469126144', '1700532381544', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670465511425', '0', '300037052513124380', '288827602469126144', '1700532381544', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670469705728', '0', '300037052513124383', '288827602469126144', '1700532381545', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670469705729', '0', '300037052513124392', '288827602469126144', '1700532381545', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670469705730', '0', '315550289941757952', '288827602469126144', '1700532381545', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670473900032', '0', '315550289941757966', '288827602469126144', '1700532381546', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670473900033', '0', '315550289945952273', '288827602469126144', '1700532381546', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670478094336', '0', '315550289945952286', '288827602469126144', '1700532381547', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670478094337', '0', '315550289945952293', '288827602469126144', '1700532381547', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670478094338', '0', '481863459865100302', '288827602469126144', '1700532381547', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670482288640', '0', '481863459865100353', '288827602469126144', '1700532381548', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670482288641', '0', '481863459865100359', '288827602469126144', '1700532381548', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670486482944', '0', '481863459865100371', '288827602469126144', '1700532381549', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670486482945', '0', '481863459865100388', '288827602469126144', '1700532381549', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670486482946', '0', '315667317046378496', '288827602469126144', '1700532381549', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670490677248', '0', '315667317054767106', '288827602469126144', '1700532381550', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670490677249', '0', '315667317054767145', '288827602469126144', '1700532381550', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670490677250', '0', '315667317054767162', '288827602469126144', '1700532381550', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670494871552', '0', '429802016877838401', '288827602469126144', '1700532381551', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670499065856', '0', '481863459865100378', '288827602469126144', '1700532381552', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670503260160', '0', '481863459865100419', '288827602469126144', '1700532381553', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670503260161', '0', '315667317050572804', '288827602469126144', '1700532381553', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670507454464', '0', '315667317054767125', '288827602469126144', '1700532381554', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670511648768', '0', '315668090794803207', '288827602469126144', '1700532381555', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670515843072', '0', '315668090794803230', '288827602469126144', '1700532381556', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670515843073', '0', '315668090794803262', '288827602469126144', '1700532381556', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670515843074', '0', '315668090794803269', '288827602469126144', '1700532381556', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670520037376', '0', '315668090794803286', '288827602469126144', '1700532381557', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670520037377', '0', '317857343733760004', '288827602469126144', '1700532381557', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670524231680', '0', '317857343733760060', '288827602469126144', '1700532381558', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670524231681', '0', '317857343733760086', '288827602469126144', '1700532381558', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670524231682', '0', '405556374160801815', '288827602469126144', '1700532381558', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670528425984', '0', '481863459860905998', '288827602469126144', '1700532381559', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670528425985', '0', '481863459865100315', '288827602469126144', '1700532381559', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670528425986', '0', '481863459865100362', '288827602469126144', '1700532381559', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670532620288', '0', '317857343733760043', '288827602469126144', '1700532381560', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670532620289', '0', '317857343733760028', '288827602469126144', '1700532381560', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670532620290', '0', '317857343733760047', '288827602469126144', '1700532381560', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670536814592', '0', '317857343733760065', '288827602469126144', '1700532381561', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670536814593', '0', '317857343733760091', '288827602469126144', '1700532381561', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670536814594', '0', '317857343733760093', '288827602469126144', '1700532381561', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670541008896', '0', '481863459865100360', '288827602469126144', '1700532381562', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670541008897', '0', '406124305026383895', '288827602469126144', '1700532381562', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670545203200', '0', '406124305026383920', '288827602469126144', '1700532381563', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670545203201', '0', '406124305026383936', '288827602469126144', '1700532381563', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670549397504', '0', '406124305026383973', '288827602469126144', '1700532381564', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670549397505', '0', '406210892686950419', '288827602469126144', '1700532381564', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670549397506', '0', '315667317054767138', '288827602469126144', '1700532381564', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670553591808', '0', '315667317054767150', '288827602469126144', '1700532381565', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670553591809', '0', '315667317054767152', '288827602469126144', '1700532381565', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670553591810', '0', '315667317054767154', '288827602469126144', '1700532381565', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670557786112', '0', '315667317054767168', '288827602469126144', '1700532381566', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670557786113', '0', '315667317054767174', '288827602469126144', '1700532381566', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670566174720', '0', '315667317054767107', '288827602469126144', '1700532381568', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670570369024', '0', '315667317054767132', '288827602469126144', '1700532381569', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670570369025', '0', '315667317054767133', '288827602469126144', '1700532381569', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670574563328', '0', '315667317054767170', '288827602469126144', '1700532381570', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670574563329', '0', '317851198625415245', '288827602469126144', '1700532381570', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670578757632', '0', '315667317054767148', '288827602469126144', '1700532381571', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670582951936', '0', '481863459865100317', '288827602469126144', '1700532381572', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481875670587146240', '0', '481863459865100373', '288827602469126144', '1700532381573', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481938246943637505', '0', '452291486889803778', '481890906165739520', '1700547300939', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481938246952026112', '0', '472216780027199518', '481890906165739520', '1700547300941', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481938246952026113', '0', '452291486910775296', '481890906165739520', '1700547300941', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481938246952026114', '0', '452291486914969666', '481890906165739520', '1700547300941', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481938246952026115', '0', '452291486914969704', '481890906165739520', '1700547300941', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481938246956220416', '0', '452291486910775298', '481890906165739520', '1700547300942', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481938246956220417', '0', '472216780027199598', '481890906165739520', '1700547300942', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481938246956220418', '0', '452291486910775299', '481890906165739520', '1700547300942', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481938246960414720', '0', '472216780027199510', '481890906165739520', '1700547300943', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481938246960414721', '0', '452291486914969602', '481890906165739520', '1700547300943', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481938246960414722', '0', '472216780027199525', '481890906165739520', '1700547300943', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481938246960414723', '0', '452291486914969603', '481890906165739520', '1700547300943', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481938246964609024', '0', '472216780027199502', '481890906165739520', '1700547300944', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481938246964609025', '0', '472216780027199565', '481890906165739520', '1700547300944', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481938246964609026', '0', '472216780027199618', '481890906165739520', '1700547300944', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481938246964609027', '0', '467405733353226262', '481890906165739520', '1700547300944', null); INSERT INTO `center_tenant_authority_rel` VALUES ('481938246968803328', '0', '472216780027199542', '481890906165739520', '1700547300945', null); -- ---------------------------- -- Table structure for center_user -- ---------------------------- DROP TABLE IF EXISTS `center_user`; CREATE TABLE `center_user` ( `id` bigint(20) NOT NULL COMMENT '主键ID', `tenant_id` bigint(20) DEFAULT NULL COMMENT '租户ID', `user_name` varchar(64) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL COMMENT '用户名', `password` varchar(128) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL COMMENT '密码', `phone_number` varchar(20) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL COMMENT '手机号码', `locked` int(11) DEFAULT NULL COMMENT '是否锁定,0-否,1-是', `email` varchar(64) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL COMMENT '邮件', `user_center_super` tinyint(1) DEFAULT '0' COMMENT '是否为用户中心超级管理员 0-否,1-是', `create_at` bigint(20) DEFAULT NULL COMMENT '创建时间', `update_at` bigint(20) DEFAULT NULL COMMENT '更新时间', `avatar` varchar(255) DEFAULT NULL, `real_name` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_bin ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of center_user -- ---------------------------- INSERT INTO `center_user` VALUES ('1099', '0', 'admin', '$2a$10$VGCOn4s8bXAdtinB13sKIOvNF8QcYuGma.LUE1LxFbb9087nYDYhK', '', '0', '123123@qq.com', '1', '1656647788357', '1668995736042', null, null); -- ---------------------------- -- Table structure for center_user_role_rel -- ---------------------------- DROP TABLE IF EXISTS `center_user_role_rel`; CREATE TABLE `center_user_role_rel` ( `id` bigint(20) NOT NULL COMMENT '主键ID', `user_id` bigint(20) DEFAULT NULL COMMENT '用户ID', `role_id` bigint(20) DEFAULT NULL COMMENT '角色ID', `tenant_id` bigint(20) DEFAULT NULL COMMENT '租户ID', `application_id` bigint(20) DEFAULT NULL COMMENT '应用ID', `create_at` bigint(20) DEFAULT NULL COMMENT '创建时间', `update_at` bigint(20) DEFAULT NULL COMMENT '更新时间', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_bin ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of center_user_role_rel -- ---------------------------- INSERT INTO `center_user_role_rel` VALUES ('357204227853910017', '357204227283484673', '357204117170421760', null, null, '1670808393342', null); INSERT INTO `center_user_role_rel` VALUES ('360182320444997633', '360182319782297601', '357204373870215168', null, null, '1671518425946', null); INSERT INTO `center_user_role_rel` VALUES ('366353479138017281', '366353478525648897', '366353179866038272', null, null, '1672989744833', null); INSERT INTO `center_user_role_rel` VALUES ('395723823728558081', '395723823137161217', '395723518198677504', null, null, '1679992180658', null); INSERT INTO `center_user_role_rel` VALUES ('527668540388409345', '1099', '481903895191224320', '0', '288827602469126144', '1711450252524', null); INSERT INTO `center_user_role_rel` VALUES ('527668540405186561', '1099', '481902546768625664', '0', '481890906165739520', '1711450252528', null);