4x/iot-user-center-standard-ba.../doc/init.sql

983 lines
266 KiB
MySQL
Raw Permalink Normal View History

2024-12-26 19:24:07 +08:00
/*
Navicat MySQL Data Transfer
Source Server : localhost_3307
Source Server Version : 50725
Source Host : localhost:3307
Source Database : user_center
Target Server Type : MYSQL
Target Server Version : 50725
File Encoding : 65001
Date: 2022-07-27 13:35:29
*/
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 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
-- ----------------------------
-- Records of center_application_user_rel
-- ----------------------------
INSERT INTO `center_application_user_rel` VALUES ('292047255353950209', '0', '1099', '288827602469126144', '1', '1655273760540', null);
INSERT INTO `center_application_user_rel` VALUES ('292048251136245760', '0', '1099', '281905070042251264', '1', '1655273997953', null);
INSERT INTO `center_application_user_rel` VALUES ('300433960524054528', '0', '1099', '287296677323210752', '1', '1657273306870', null);
INSERT INTO `center_application_user_rel` VALUES ('307230841841385472', '307194684663398400', '307194684663398401', '307230482683133952', '1', '1658893809656', null);
-- ----------------------------
-- Table structure for center_authority
-- ----------------------------
DROP TABLE IF EXISTS `center_authority`;
CREATE TABLE `center_authority` (
`id` bigint(20) NOT NULL COMMENT '主键ID',
`server_code` varchar(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT '所属系统(第一段)',
`module_code` varchar(64) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT '所属模块(第二段)',
`permission` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT '三段式-菜单权限 四段式-按钮权限',
`description` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT '权限描述',
`hidden` tinyint(2) unsigned DEFAULT NULL COMMENT '是否隐藏 1隐藏 0不隐藏只作用于用户中心菜单层级下的按钮是否展示',
`sort_string` char(10) CHARACTER SET utf8 COLLATE utf8_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 DEFAULT CHARSET=utf8 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 ('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', '获取产品分页列表', '1', '9999999999', '1655280961973', '1658139756154');
INSERT INTO `center_authority` VALUES ('292077460147666951', 'device-manage', 'dev-sys-dict', 'device-manage.dev-sys-dict.sys-dict-list', '获取字典类型列表', '1', '9999999999', '1655280961978', '1658139756164');
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', '获取模板详情及要素列表', '1', '9999999999', '1655280961981', '1658139756171');
INSERT INTO `center_authority` VALUES ('292077460147666954', 'device-manage', 'dev-info', 'device-manage.dev-info', '获取设备分页列表', '1', '9999999999', '1655280961982', '1658139756182');
INSERT INTO `center_authority` VALUES ('292077460147666955', 'device-manage', 'dev-info', 'device-manage.dev-info.run-status', '获取设备运行信息', '1', '9999999999', '1655280961983', '1658139756193');
INSERT INTO `center_authority` VALUES ('292077460147666956', 'device-manage', 'dev-protocol', 'device-manage.dev-protocol.add', '新增协议', '1', '9999999999', '1655280961985', '1658139756200');
INSERT INTO `center_authority` VALUES ('292077460147666957', 'device-manage', 'dev-info', 'device-manage.dev-info.update', '编辑设备', '1', '9999999999', '1655280961986', '1658139756218');
INSERT INTO `center_authority` VALUES ('292077460147666958', 'device-manage', 'dev-template', 'device-manage.dev-template', '获取设备模板分页列表', '1', '9999999999', '1655280961987', '1658139756227');
INSERT INTO `center_authority` VALUES ('292077460147666959', 'device-manage', 'dev-product', 'device-manage.dev-product.add', '新增产品', '1', '9999999999', '1655280961988', '1658139756237');
INSERT INTO `center_authority` VALUES ('292077460147666960', 'device-manage', 'dev-info', 'device-manage.dev-info.log-info', '获取设备日志分页列表', '1', '9999999999', '1655280961990', '1658139756265');
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', '升级协议', '1', '9999999999', '1655280961992', '1658139756285');
INSERT INTO `center_authority` VALUES ('292077460147666963', 'device-manage', 'dev-info', 'device-manage.dev-info.model-info', '获取设备物模型信息', '1', '9999999999', '1655280961994', '1658139756294');
INSERT INTO `center_authority` VALUES ('292077460147666964', 'device-manage', 'dev-product', 'device-manage.dev-product.change-release-status', '发布或停用', '1', '9999999999', '1655280961995', '1658139756300');
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', '导出设备接入信息', '1', '9999999999', '1655280961998', '1658139756318');
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', '编辑产品', '1', '9999999999', '1655280962001', '1658139756344');
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', '获取设备配置信息', '1', '9999999999', '1655280962009', '1658139756396');
INSERT INTO `center_authority` VALUES ('292077460147666973', 'device-manage', 'dev-protocol', 'device-manage.dev-protocol.history-version-page', '获取协议历史版本分页列表', '1', '9999999999', '1655280962010', '1658139756429');
INSERT INTO `center_authority` VALUES ('292077460147666974', 'device-manage', 'dev-info', 'device-manage.dev-info.add', '新增设备', '1', '9999999999', '1655280962011', '1658139756446');
INSERT INTO `center_authority` VALUES ('292077460147666975', 'device-manage', 'dev-info', 'device-manage.dev-info.base-info', '获取单设备基本信息', '1', '9999999999', '1655280962012', '1658139756461');
INSERT INTO `center_authority` VALUES ('292077460147666976', 'device-manage', 'dev-protocol', 'device-manage.dev-protocol', '获取协议分页列表', '1', '9999999999', '1655280962014', '1658139756467');
INSERT INTO `center_authority` VALUES ('292077460147666977', 'device-manage', 'dev-protocol', 'device-manage.dev-protocol.update', '编辑协议', '1', '9999999999', '1655280962015', '1658139756490');
INSERT INTO `center_authority` VALUES ('292077460147666978', 'device-manage', 'dev-protocol', 'device-manage.dev-protocol.change-release-status', '发布或停用', '1', '9999999999', '1655280962020', '1658139756505');
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', '获取模板详情(含已选要素列表)', '1', '9999999999', '1655289667330', '1658139756249');
INSERT INTO `center_authority` VALUES ('292113972969078810', 'device-manage', 'dev-template', 'device-manage.dev-template.change-release-status', '发布或停用', '1', '9999999999', '1655289667348', '1658139756309');
INSERT INTO `center_authority` VALUES ('292113972969078818', 'device-manage', 'dev-template', 'device-manage.dev-template.add', '新增设备模板', '1', '9999999999', '1655289667369', '1658139756404');
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 ('296845741328957446', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.reservoir-info.add', '水库基础信息新增', '1', '9999999999', '1656417808760', '1657768550820');
INSERT INTO `center_authority` VALUES ('296845741328957447', 'reservoir-monitoring-platform', 'notice', 'reservoir-monitoring-platform.notice.notice-info.page', '公告分页列表', '1', '9999999999', '1656417808760', '1657768550828');
INSERT INTO `center_authority` VALUES ('296845741328957448', 'reservoir-monitoring-platform', 'site', 'reservoir-monitoring-platform.site.site-info.add', '站点基础信息新增', '1', '9999999999', '1656417808761', '1657768550832');
INSERT INTO `center_authority` VALUES ('296845741328957449', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.unit.tree', '单位信息树', '1', '9999999999', '1656417808762', '1657768550836');
INSERT INTO `center_authority` VALUES ('296845741328957450', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.reservoir-info.remove', '批量水库信息删除', '1', '9999999999', '1656417808763', '1657768550840');
INSERT INTO `center_authority` VALUES ('296845741328957451', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.site', '站点管理', '1', '9999999999', '1656417808764', '1657768550845');
INSERT INTO `center_authority` VALUES ('296845741328957452', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.area.tree', '区域信息树', '1', '9999999999', '1656417808765', '1657768550849');
INSERT INTO `center_authority` VALUES ('296845741328957453', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.reservoir-info.get-by-id', '水库信息详情', '1', '9999999999', '1656417808766', '1657768550853');
INSERT INTO `center_authority` VALUES ('296845741328957454', 'reservoir-monitoring-platform', 'data-monitor', 'reservoir-monitoring-platform.data-monitor.info.data-update', '指定数据修正', '1', '9999999999', '1656417808767', '1657768550858');
INSERT INTO `center_authority` VALUES ('296845741328957455', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.manage.modify', '水库管理人员信息编辑', '1', '9999999999', '1656417808768', '1657768550862');
INSERT INTO `center_authority` VALUES ('296845741328957456', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.unit.remove', '单位信息删除', '1', '9999999999', '1656417808769', '1657768550866');
INSERT INTO `center_authority` VALUES ('296845741328957457', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.site-type.page', '站点类型管理', '1', '9999999999', '1656417808770', '1657768550871');
INSERT INTO `center_authority` VALUES ('296845741328957458', 'reservoir-monitoring-platform', 'notice', 'reservoir-monitoring-platform.notice.notice-info', '公告管理', '1', '9999999999', '1656417808771', '1657768550875');
INSERT INTO `center_authority` VALUES ('296845741328957459', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.site-type.remove', '站点类型删除', '1', '9999999999', '1656417808771', '1657768550880');
INSERT INTO `center_authority` VALUES ('296845741328957460', 'reservoir-monitoring-platform', 'user-permission', 'reservoir-monitoring-platform.user-permission.info.get', '获取用户数据权限', '1', '9999999999', '1656417808772', '1657768550883');
INSERT INTO `center_authority` VALUES ('296845741328957461', 'reservoir-monitoring-platform', 'notice', 'reservoir-monitoring-platform.notice.notice-info.add', '公告信息新增', '1', '9999999999', '1656417808773', '1657768550887');
INSERT INTO `center_authority` VALUES ('296845741328957462', 'reservoir-monitoring-platform', 'site', 'reservoir-monitoring-platform.site.site-info.import-data', '站点信息导入', '1', '9999999999', '1656417808774', '1657768550892');
INSERT INTO `center_authority` VALUES ('296845741328957463', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.area.modify', '区域信息编辑', '1', '9999999999', '1656417808775', '1657768550896');
INSERT INTO `center_authority` VALUES ('296845741328957464', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.platform.get', '平台个性化信息获取', '1', '9999999999', '1656417808776', '1657181450871');
INSERT INTO `center_authority` VALUES ('296845741328957465', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.feature.add', '水库水文信息新增', '1', '9999999999', '1656417808777', '1657768550898');
INSERT INTO `center_authority` VALUES ('296845741328957466', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.feature.get-by-rscd', '获取水库水文信息', '1', '9999999999', '1656417808778', '1657768550901');
INSERT INTO `center_authority` VALUES ('296845741328957467', 'reservoir-monitoring-platform', 'data-monitor', 'reservoir-monitoring-platform.data-monitor.info.page-history', '历史数据-分页列表', '1', '9999999999', '1656417808779', '1657768550905');
INSERT INTO `center_authority` VALUES ('296845741328957468', 'reservoir-monitoring-platform', 'site', 'reservoir-monitoring-platform.site.site-info.export-data', '站点信息导出', '1', '9999999999', '1656417808780', '1657768550909');
INSERT INTO `center_authority` VALUES ('296845741328957469', 'reservoir-monitoring-platform', 'data-monitor', 'reservoir-monitoring-platform.data-monitor.info.page', '数据监测-分页列表', '1', '9999999999', '1656417808781', '1657768550922');
INSERT INTO `center_authority` VALUES ('296845741328957470', 'reservoir-monitoring-platform', 'data-monitor', 'reservoir-monitoring-platform.data-monitor.info.excel-template', '数据监测-历史数据-导入模板下载', '1', '9999999999', '1656417808782', '1657768550926');
INSERT INTO `center_authority` VALUES ('296845741328957471', 'reservoir-monitoring-platform', 'site', 'reservoir-monitoring-platform.site.site-info.export', '站点信息新增模板下载', '1', '9999999999', '1656417808783', '1657768550930');
INSERT INTO `center_authority` VALUES ('296845741328957472', 'reservoir-monitoring-platform', 'site', 'reservoir-monitoring-platform.site.site-info.getDevice', '获取设备中心信息:设备ID、要素编码、要素名称', '1', '9999999999', '1656417808783', '1657768550933');
INSERT INTO `center_authority` VALUES ('296845741328957473', 'reservoir-monitoring-platform', 'notice', 'reservoir-monitoring-platform.notice.notice-info.get-new', '获取平台最新指定条数公告', '1', '9999999999', '1656417808787', '1657768550937');
INSERT INTO `center_authority` VALUES ('296845741328957474', 'reservoir-monitoring-platform', 'video', 'reservoir-monitoring-platform.video.info.get-tree', '获取指定水库的视频设备树', '1', '9999999999', '1656417808789', '1657768550941');
INSERT INTO `center_authority` VALUES ('296845741328957475', 'reservoir-monitoring-platform', 'notice', 'reservoir-monitoring-platform.notice.notice-info.modify', '公告信息编辑', '1', '9999999999', '1656417808790', '1657768550947');
INSERT INTO `center_authority` VALUES ('296845741328957476', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.manage.add', '水库管理人员信息新增', '1', '9999999999', '1656417808791', '1657768550954');
INSERT INTO `center_authority` VALUES ('296845741328957477', 'reservoir-monitoring-platform', 'data-monitor', 'reservoir-monitoring-platform.data-monitor.info.get-elements', '获取站点监测要素集合', '1', '9999999999', '1656417808792', '1657768550958');
INSERT INTO `center_authority` VALUES ('296845741328957478', 'reservoir-monitoring-platform', 'screen-menu', 'reservoir-monitoring-platform.screen-menu.info.get-reservoir-site-tree', '水库站点树(多水库一张图)', '1', '9999999999', '1656417808793', '1657768550961');
INSERT INTO `center_authority` VALUES ('296845741328957479', 'reservoir-monitoring-platform', 'operation-log', 'reservoir-monitoring-platform.operation-log.info.page', '系统日志分页列表', '1', '9999999999', '1656417808794', '1657768550964');
INSERT INTO `center_authority` VALUES ('296845741328957480', 'reservoir-monitoring-platform', 'screen-menu', 'reservoir-monitoring-platform.screen-menu.info.get', '查看菜单拖拽隐藏信息', '1', '9999999999', '1656417808795', '1657768550968');
INSERT INTO `center_authority` VALUES ('296845741328957481', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.dam.modify', '大坝信息编辑', '1', '9999999999', '1656417808796', '1657768550971');
INSERT INTO `center_authority` VALUES ('296845741328957482', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.get-by-id', '水库详情', '1', '9999999999', '1656417808796', '1657768550975');
INSERT INTO `center_authority` VALUES ('296845741328957483', 'reservoir-monitoring-platform', 'data-monitor', 'reservoir-monitoring-platform.data-monitor.info.excel', '数据监测-历史数据-导入excel', '1', '9999999999', '1656417808797', '1657768550979');
INSERT INTO `center_authority` VALUES ('296845741328957484', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.reservoir-info', '水库管理', '1', '9999999999', '1656417808798', '1657768550983');
INSERT INTO `center_authority` VALUES ('296845741328957485', 'reservoir-monitoring-platform', 'user-permission', 'reservoir-monitoring-platform.user-permission.info.add-or-update', '用户数据权限新增编辑', '1', '9999999999', '1656417808799', '1657768550986');
INSERT INTO `center_authority` VALUES ('296845741328957486', 'reservoir-monitoring-platform', 'screen-menu', 'reservoir-monitoring-platform.screen-menu.info.get-site-total', '站点分类统计', '1', '9999999999', '1656417808800', '1657768550991');
INSERT INTO `center_authority` VALUES ('296845741328957487', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.area', '区域信息管理', '1', '9999999999', '1656417808801', '1657768550995');
INSERT INTO `center_authority` VALUES ('296845741328957488', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.dam.add', '水库大坝信息新增', '1', '9999999999', '1656417808802', '1657768550998');
INSERT INTO `center_authority` VALUES ('296845741328957489', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.unit.add', '单位信息新增', '1', '9999999999', '1656417808803', '1657768551002');
INSERT INTO `center_authority` VALUES ('296845741328957490', 'reservoir-monitoring-platform', 'site', 'reservoir-monitoring-platform.site.site-info.modify', '站点基础信息编辑', '1', '9999999999', '1656417808804', '1657768551006');
INSERT INTO `center_authority` VALUES ('296845741328957491', 'reservoir-monitoring-platform', 'screen-menu', 'reservoir-monitoring-platform.screen-menu.info.get-site-msg', '全部站点的数据、状态信息(多水库一张图)', '1', '9999999999', '1656417808805', '1657768551010');
INSERT INTO `center_authority` VALUES ('296845741328957492', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.style.get', '水库风貌图信息查看', '1', '9999999999', '1656417808806', '1657768551016');
INSERT INTO `center_authority` VALUES ('296845741328957493', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.area.remove', '区域信息删除', '1', '9999999999', '1656417808807', '1657768551020');
INSERT INTO `center_authority` VALUES ('296845741328957494', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.platform.add-or-modify', '平台个性化信息新增、编辑', '1', '9999999999', '1656417808808', '1657768551024');
INSERT INTO `center_authority` VALUES ('296845741328957495', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.reservoir-info', '水库列表', '1', '9999999999', '1656417808809', '1657768551028');
INSERT INTO `center_authority` VALUES ('296845741328957496', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.reservoir-info.modify', '水库基础信息编辑', '1', '9999999999', '1656417808810', '1657768551035');
INSERT INTO `center_authority` VALUES ('296845741328957497', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.feature.modify', '水库水文信息编辑', '1', '9999999999', '1656417808811', '1657768551039');
INSERT INTO `center_authority` VALUES ('296845741328957498', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.site-type.get-site-icon-type', '字典表种获取全部站点图标类型', '1', '9999999999', '1656417808812', '1657768551043');
INSERT INTO `center_authority` VALUES ('296845741328957499', 'reservoir-monitoring-platform', 'operation-log', 'reservoir-monitoring-platform.operation-log.info.get-operation-type', '获取系统日志类型', '1', '9999999999', '1656417808813', '1657768551047');
INSERT INTO `center_authority` VALUES ('296845741328957500', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.dam.get-by-rscd', '水库大坝信息', '1', '9999999999', '1656417808814', '1657768551052');
INSERT INTO `center_authority` VALUES ('296845741328957501', 'reservoir-monitoring-platform', 'site', 'reservoir-monitoring-platform.site.site-info.page', '站点分页列表', '1', '9999999999', '1656417808815', '1657768551055');
INSERT INTO `center_authority` VALUES ('296845741328957502', 'reservoir-monitoring-platform', 'notice', 'reservoir-monitoring-platform.notice.notice-info.remove', '公告信息删除', '1', '9999999999', '1656417808816', '1657768551059');
INSERT INTO `center_authority` VALUES ('296845741328957503', 'reservoir-monitoring-platform', 'data-monitor', 'reservoir-monitoring-platform.data-monitor.info.get-site-labels', '获取站点标签集合', '1', '9999999999', '1656417808817', '1657768551063');
INSERT INTO `center_authority` VALUES ('296845741328957504', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.manage.get-by-rscd', '获取水库管理人员信息', '1', '9999999999', '1656417808818', '1657768551067');
INSERT INTO `center_authority` VALUES ('296845741328957505', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.temp2', '视频回放', '1', '9999999999', '1656417808819', '1657768551070');
INSERT INTO `center_authority` VALUES ('296845741328957506', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.style.add-or-update', '水库风貌图信息新增', '1', '9999999999', '1656417808820', '1657768551074');
INSERT INTO `center_authority` VALUES ('296845741328957507', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir.temp3', '视频抓拍', '1', '9999999999', '1656417808821', '1657768551077');
INSERT INTO `center_authority` VALUES ('296845741328957508', 'reservoir-monitoring-platform', 'screen-menu', 'reservoir-monitoring-platform.screen-menu.info.add-or-modify', '菜单拖拽隐藏信息新增、编辑', '1', '9999999999', '1656417808822', '1657768551080');
INSERT INTO `center_authority` VALUES ('296845741328957509', 'reservoir-monitoring-platform', 'screen-menu', 'reservoir-monitoring-platform.screen-menu.info.get-video-channels', '获取大屏实时视频-用户可看到的视频设备及通道(多水库一张图)', '1', '9999999999', '1656417808823', '1657768551084');
INSERT INTO `center_authority` VALUES ('296845741328957510', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.site-type.add-or-modify', '站点类型新增、编辑', '1', '9999999999', '1656417808824', '1657768551093');
INSERT INTO `center_authority` VALUES ('296845741328957511', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.unit.modify', '单位信息编辑', '1', '9999999999', '1656417808825', '1657768551097');
INSERT INTO `center_authority` VALUES ('296845741328957512', 'reservoir-monitoring-platform', 'site', 'reservoir-monitoring-platform.site.site-info', '站点管理', '1', '9999999999', '1656417808826', '1657768551101');
INSERT INTO `center_authority` VALUES ('296845741328957513', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.reservoir-info.page', '水库分页列表', '1', '9999999999', '1656417808827', '1657768551104');
INSERT INTO `center_authority` VALUES ('299329530722517045', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.unit', '单位信息管理', '1', '9999999999', '1657009990475', '1657069069138');
INSERT INTO `center_authority` VALUES ('299341811434913802', 'reservoir-monitoring-platform', 'data-monitor', 'reservoir-monitoring-platform.data-monitor.info', '数据监测', '1', '9999999999', '1657012918376', '1657181450841');
INSERT INTO `center_authority` VALUES ('299341811434913808', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.manage', '水库管理人员管理', '1', '9999999999', '1657012918400', '1657181450864');
INSERT INTO `center_authority` VALUES ('299341811434913817', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.style', '水库风貌图管理', '1', '9999999999', '1657012918431', '1657181450897');
INSERT INTO `center_authority` VALUES ('299341811434913822', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.feature', '水库水文信息管理', '1', '9999999999', '1657012918448', '1657181450918');
INSERT INTO `center_authority` VALUES ('299341811434913828', 'reservoir-monitoring-platform', 'screen-menu', 'reservoir-monitoring-platform.screen-menu.info', '大屏管理', '1', '9999999999', '1657012918469', '1657181450939');
INSERT INTO `center_authority` VALUES ('299341811434913840', 'reservoir-monitoring-platform', 'reservoir', 'reservoir-monitoring-platform.reservoir.dam', '大坝信息管理', '1', '9999999999', '1657012918512', '1657181450983');
INSERT INTO `center_authority` VALUES ('299341811434913843', 'reservoir-monitoring-platform', 'my-reservoir', 'reservoir-monitoring-platform.my-reservoir', '\'\'管理', '1', '9999999999', '1657012918522', '1657181450992');
INSERT INTO `center_authority` VALUES ('299341811434913859', 'reservoir-monitoring-platform', 'user-permission', 'reservoir-monitoring-platform.user-permission.info', '获取用户数据权限', '1', '9999999999', '1657012918579', '1657181451052');
INSERT INTO `center_authority` VALUES ('299341811434913862', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.site-type', '站点类型管理', '1', '9999999999', '1657012918589', '1657181451063');
INSERT INTO `center_authority` VALUES ('299341811434913864', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.platform', '平台个性化管理', '1', '9999999999', '1657012918594', '1657181451071');
INSERT INTO `center_authority` VALUES ('300037052513124361', 'device-manage', 'dev-template', 'device-manage.dev-template.update', '编辑设备模板', '1', '9999999999', '1657178676671', '1658139756176');
INSERT INTO `center_authority` VALUES ('300037052513124365', 'device-manage', 'dev-protocol-script', 'device-manage.dev-protocol-script.protocol-domain', '根据协议类型获取接入域名', '1', '9999999999', '1657178676723', '1658139756211');
INSERT INTO `center_authority` VALUES ('300037052513124371', 'device-manage', 'dev-sys-dict-item', 'device-manage.dev-sys-dict-item.update', '编辑字典', '1', '9999999999', '1657178676744', '1658139756277');
INSERT INTO `center_authority` VALUES ('300037052513124375', 'device-manage', 'dev-sys-dict-item', 'device-manage.dev-sys-dict-item.remove', '删除字典', '1', '9999999999', '1657178676757', '1658139756304');
INSERT INTO `center_authority` VALUES ('300037052513124378', 'device-manage', 'dev-sys-dict-item', 'device-manage.dev-sys-dict-item.product-type-list', '获取产品类型列表', '1', '9999999999', '1657178676767', '1658139756330');
INSERT INTO `center_authority` VALUES ('300037052513124380', 'device-manage', 'dev-protocol-script', 'device-manage.dev-protocol-script.protocol-script-upload', '上传指定协议类型的协议脚本', '1', '9999999999', '1657178676774', '1658139756353');
INSERT INTO `center_authority` VALUES ('300037052513124381', 'device-manage', 'dev-sys-dict', 'device-manage.dev-sys-dict.remove', '删除字典类型', '1', '9999999999', '1657178676776', '1658139756365');
INSERT INTO `center_authority` VALUES ('300037052513124382', 'device-manage', 'dev-sys-dict-item', 'device-manage.dev-sys-dict-item.industry-list', '获取所属行业列表', '1', '9999999999', '1657178676779', '1658139756371');
INSERT INTO `center_authority` VALUES ('300037052513124383', 'device-manage', 'dev-protocol-script', 'device-manage.dev-protocol-script.protocol-type-list', '获取协议类型列表', '1', '9999999999', '1657178676782', '1658139756386');
INSERT INTO `center_authority` VALUES ('300037052513124386', 'device-manage', 'dev-sys-dict-item', 'device-manage.dev-sys-dict-item.add', '新增字典', '1', '9999999999', '1657178676792', '1658139756417');
INSERT INTO `center_authority` VALUES ('300037052513124389', 'device-manage', 'dev-info', 'device-manage.dev-info.factor-data', '获取要素监测数据', '1', '9999999999', '1657178676800', '1658139756453');
INSERT INTO `center_authority` VALUES ('300037052513124392', 'device-manage', 'dev-protocol-script', 'device-manage.dev-protocol-script.protocol-script-download', '根据协议类型和协议版本id下载协议脚本', '1', '9999999999', '1657178676809', '1658139756473');
INSERT INTO `center_authority` VALUES ('300037052513124393', 'device-manage', 'dev-sys-dict', 'device-manage.dev-sys-dict.update', '编辑字典类型', '1', '9999999999', '1657178676811', '1658139756478');
INSERT INTO `center_authority` VALUES ('300037052513124394', 'device-manage', 'dev-sys-dict-item', 'device-manage.dev-sys-dict-item', '获取字典类型值分页列表', '1', '9999999999', '1657178676813', '1658139756484');
INSERT INTO `center_authority` VALUES ('300037052513124396', 'device-manage', 'dev-sys-dict', 'device-manage.dev-sys-dict.add', '新增字典类型', '1', '9999999999', '1657178676818', '1658139756496');
INSERT INTO `center_authority` VALUES ('300048688036708388', 'reservoir-monitoring-platform', 'system', 'reservoir-monitoring-platform.system.site-type.get-all', '站点类型下拉框', '1', '9999999999', '1657181450912', '1657768550944');
INSERT INTO `center_authority` VALUES ('302511163948662811', 'reservoir-monitoring-platform', 'screen-menu', 'reservoir-monitoring-platform.screen-menu.info.get-site-data', '获取指定站点数据信息(多水库一张图)', '1', '9999999999', '1657768550912', null);
INSERT INTO `center_authority` VALUES ('302511163948662820', 'reservoir-monitoring-platform', 'screen-menu', 'reservoir-monitoring-platform.screen-menu.info.get-rain-data', '雨情分析(多水库一张图)', '1', '9999999999', '1657768550951', null);
INSERT INTO `center_authority` VALUES ('302511163948662837', 'reservoir-monitoring-platform', 'screen-menu', 'reservoir-monitoring-platform.screen-menu.info.get-site-element-data', '大屏站点历多要素史数据查询(多水库一张图)', '1', '9999999999', '1657768551013', null);
INSERT INTO `center_authority` VALUES ('302511163948662842', 'reservoir-monitoring-platform', 'screen-menu', 'reservoir-monitoring-platform.screen-menu.info.get-water-data', '水库水情(多水库一张图)', '1', '9999999999', '1657768551032', null);
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', '日志分页查询', null, '9999999999', '1658371945628', null);
-- ----------------------------
-- 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 utf8 COLLATE utf8_bin DEFAULT NULL COMMENT '请求者ip',
`request_url` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT '请求url',
`request_time` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT '请求耗时',
`request_body` text CHARACTER SET utf8 COLLATE utf8_bin COMMENT '请求参数',
`request_tenantId` bigint(20) DEFAULT NULL COMMENT '租户id',
`request_applicationId` bigint(20) DEFAULT NULL COMMENT '请求的应用id',
`request_userId` bigint(20) unsigned DEFAULT NULL COMMENT '请求用户id',
`operation_module` varchar(40) DEFAULT NULL COMMENT '操作模块名称',
`request_username` varchar(40) DEFAULT NULL COMMENT '请求用户名',
`operation_type` int(2) 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 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
-- ----------------------------
-- Records of center_log
-- ----------------------------
INSERT INTO `center_log` VALUES ('307230160208265216', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '42毫秒', 0x5B7B2273657276657254797065223A2253616153E69C8DE58AA1227D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658893647142', null);
INSERT INTO `center_log` VALUES ('307230161361698816', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '21毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658893647417', null);
INSERT INTO `center_log` VALUES ('307230191342583808', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '66毫秒', 0x5B7B227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658893654565', null);
INSERT INTO `center_log` VALUES ('307230483526189056', '127.0.0.1', 'http://localhost/api/system/application/create', '402毫秒', 0x5B7B226170706C69636174696F6E4E616D65223A22E6B0B4E5BA93E4BFA1E681AFE58C96E79B91E6B58BE9A284E8ADA6E5B9B3E58FB0222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A323038323637323030303030302C227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0222C2274656E616E74417574686F7269747952656C506172616D223A7B226170706C69636174696F6E4964223A3330373233303438323638333133333935322C22617574686F726974794964223A5B302C3239363834353734313332383935373434312C3239363834353734313332383935373438372C3239393332393533303732323531373034352C3239393334313831313433343931333836322C3239393334313831313433343931333836342C3239363834353734313332383935373434322C3239363834353734313332383935373438322C3239363834353734313332383935373439352C3239363834353734313332383935373530352C3239363834353734313332383935373530372C3239363834353734313332383935373434332C3239393334313831313433343931333832382C3239363834353734313332383935373434342C3239363834353734313332383935373435312C3239363834353734313332383935373438342C3239393334313831313433343931333830382C3239393334313831313433343931333831372C3239393334313831313433343931333832322C3239393334313831313433343931333834302C3239363834353734313332383935373434352C3239363834353734313332383935373435382C3239393334313831313433303731393439312C3239393334313831313433343931333835392C3330303034383638383032343132353434302C3239363834353734313332383935373531325D2C2274656E616E744964223A3330373139343638343636333339383430307D2C2274656E616E744E616D65223A22E8BEB0E8BF88E699BAE685A7E7A791E68A80227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '新增应用', '1658893724227', null);
INSERT INTO `center_log` VALUES ('307230484725760000', '127.0.0.1', 'http://localhost/api/system/server/get-list', '4毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '获取服务列表', '1658893724513', null);
INSERT INTO `center_log` VALUES ('307230485103247360', '127.0.0.1', 'http://localhost/api/system/application/get-list', '12毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用列表', '1658893724603', null);
INSERT INTO `center_log` VALUES ('307230485497511936', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '4毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658893724697', null);
INSERT INTO `center_log` VALUES ('307230485954691072', '127.0.0.1', 'http://localhost/api/system/application/page', '296毫秒', 0x5B7B226170706C69636174696F6E4E616D65223A22222C226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C227365727665724E616D65223A22222C2274656E616E744E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用分页查询', '1658893724806', null);
INSERT INTO `center_log` VALUES ('307230570721574912', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '5毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658893745016', null);
INSERT INTO `center_log` VALUES ('307230721477443584', '127.0.0.1', 'http://localhost/api/system/user/reset-pwd', '245毫秒', 0x5B7B2270617373776F7264223A224368656E4D616932303232222C22757365724E616D65223A226368656E6D6169227D5D, '281905070042251264', '281905070042251264', '1099', '用户管理', 'admin', '1', '系统操作', '重置密码', '1658893780959', null);
INSERT INTO `center_log` VALUES ('307230743623368704', '127.0.0.1', 'http://localhost/api/system/user/get-app-list', '4毫秒', 0x5B7B2273657276657254797065223A2253616153E69C8DE58AA1222C2274656E616E744E616D65223A22E8BEB0E8BF88E699BAE685A7E7A791E68A80227D5D, '281905070042251264', '281905070042251264', '1099', '用户管理', 'admin', '1', '系统操作', '获取用户应用列表', '1658893786239', null);
INSERT INTO `center_log` VALUES ('307230743724032000', '127.0.0.1', 'http://localhost/api/system/user/get-super-app-id', '5毫秒', 0x5B7B226964223A3330373139343638343636333339383430317D5D, '281905070042251264', '281905070042251264', '1099', '用户管理', 'admin', '1', '系统操作', '获取用户作为超管的应用id', '1658893786264', null);
INSERT INTO `center_log` VALUES ('307230842147569664', '127.0.0.1', 'http://localhost/api/system/user/update-user-super', '82毫秒', 0x5B7B226E6F745375706572417070496473223A5B5D2C227375706572417070496473223A5B3330373233303438323638333133333935325D2C2274656E616E744964223A3330373139343638343636333339383430302C22757365724964223A3330373139343638343636333339383430317D5D, '281905070042251264', '281905070042251264', '1099', '用户管理', 'admin', '1', '系统操作', '更新用户为超管', '1658893809729', null);
INSERT INTO `center_log` VALUES ('307230843296808960', '127.0.0.1', 'http://localhost/api/system/user/page', '42毫秒', 0x5B7B22656D61696C223A22222C226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C2270686F6E654E756D626572223A22222C2274656E616E744E616D65223A22222C22757365724E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '用户管理', 'admin', '1', '系统操作', '用户分页查询', '1658893810003', null);
INSERT INTO `center_log` VALUES ('307230872736628736', '127.0.0.1', 'http://localhost/api/system/user/get-app-list', '4毫秒', 0x5B7B2273657276657254797065223A2253616153E69C8DE58AA1222C2274656E616E744E616D65223A22E8BEB0E8BF88E699BAE685A7E7A791E68A80227D5D, '281905070042251264', '281905070042251264', '1099', '用户管理', 'admin', '1', '系统操作', '获取用户应用列表', '1658893817022', null);
INSERT INTO `center_log` VALUES ('307230872786960384', '127.0.0.1', 'http://localhost/api/system/user/get-super-app-id', '4毫秒', 0x5B7B226964223A3330373139343638343636333339383430317D5D, '281905070042251264', '281905070042251264', '1099', '用户管理', 'admin', '1', '系统操作', '获取用户作为超管的应用id', '1658893817034', null);
INSERT INTO `center_log` VALUES ('307231170083422208', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '3毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658893887915', null);
INSERT INTO `center_log` VALUES ('307231170133753856', '127.0.0.1', 'http://localhost/api/system/user/page', '14毫秒', 0x5B7B22656D61696C223A22222C226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C2270686F6E654E756D626572223A22222C2274656E616E744E616D65223A22222C22757365724E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '用户管理', 'admin', '1', '系统操作', '用户分页查询', '1658893887927', null);
INSERT INTO `center_log` VALUES ('307231191029776384', '127.0.0.1', 'http://localhost/api/system/user/get-app-list', '2毫秒', 0x5B7B2273657276657254797065223A2253616153E69C8DE58AA1222C2274656E616E744E616D65223A22E8BEB0E8BF88E699BAE685A7E7A791E68A80227D5D, '281905070042251264', '281905070042251264', '1099', '用户管理', 'admin', '1', '系统操作', '获取用户应用列表', '1658893892909', null);
INSERT INTO `center_log` VALUES ('307231191075913728', '127.0.0.1', 'http://localhost/api/system/user/get-super-app-id', '3毫秒', 0x5B7B226964223A3330373139343638343636333339383430317D5D, '281905070042251264', '281905070042251264', '1099', '用户管理', 'admin', '1', '系统操作', '获取用户作为超管的应用id', '1658893892920', null);
INSERT INTO `center_log` VALUES ('307231247967453184', '127.0.0.1', 'http://localhost/api/system/server/get-list', '5毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '获取服务列表', '1658893906484', null);
INSERT INTO `center_log` VALUES ('307231248168779776', '127.0.0.1', 'http://localhost/api/system/server/page', '52毫秒', 0x5B7B226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C227365727665724E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '服务分页查询', '1658893906532', null);
INSERT INTO `center_log` VALUES ('307231285372256256', '127.0.0.1', 'http://localhost/api/system/user/page', '3毫秒', 0x5B7B22656D61696C223A22222C226C616E677561676554797065223A227A682D434E222C22706167654E6F223A322C227061676553697A65223A31302C2270686F6E654E756D626572223A22222C2274656E616E744E616D65223A22222C22757365724E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '用户管理', 'admin', '1', '系统操作', '用户分页查询', '1658893915402', null);
INSERT INTO `center_log` VALUES ('307231298647228416', '127.0.0.1', 'http://localhost/api/system/user/page', '6毫秒', 0x5B7B22656D61696C223A22222C226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C2270686F6E654E756D626572223A22222C2274656E616E744E616D65223A22222C22757365724E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '用户管理', 'admin', '1', '系统操作', '用户分页查询', '1658893918568', null);
INSERT INTO `center_log` VALUES ('307231518575558656', '127.0.0.1', 'http://localhost/api/system/server/page', '9毫秒', 0x5B7B226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C227365727665724E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '服务分页查询', '1658893971002', null);
INSERT INTO `center_log` VALUES ('307231518592335872', '127.0.0.1', 'http://localhost/api/system/server/get-list', '2毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '获取服务列表', '1658893971006', null);
INSERT INTO `center_log` VALUES ('307231602298060800', '127.0.0.1', 'http://localhost/api/system/user/page', '4毫秒', 0x5B7B22656D61696C223A22222C226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C2270686F6E654E756D626572223A22222C2274656E616E744E616D65223A22222C22757365724E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '用户管理', 'admin', '1', '系统操作', '用户分页查询', '1658893990963', null);
INSERT INTO `center_log` VALUES ('307231607498997760', '127.0.0.1', 'http://localhost/api/system/user/page', '4毫秒', 0x5B7B22656D61696C223A22222C226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C2270686F6E654E756D626572223A22222C2274656E616E744E616D65223A22222C22757365724E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '用户管理', 'admin', '1', '系统操作', '用户分页查询', '1658893992203', null);
INSERT INTO `center_log` VALUES ('307231615392677888', '127.0.0.1', 'http://localhost/api/system/server/get-list', '3毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '获取服务列表', '1658893994085', null);
INSERT INTO `center_log` VALUES ('307231615426232320', '127.0.0.1', 'http://localhost/api/system/server/page', '10毫秒', 0x5B7B226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C227365727665724E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '服务分页查询', '1658893994093', null);
INSERT INTO `center_log` VALUES ('307231650675163136', '127.0.0.1', 'http://localhost/api/system/server/get-list', '2毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '获取服务列表', '1658894002497', null);
INSERT INTO `center_log` VALUES ('307231650696134657', '127.0.0.1', 'http://localhost/api/system/server/page', '8毫秒', 0x5B7B226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C227365727665724E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '服务分页查询', '1658894002503', null);
INSERT INTO `center_log` VALUES ('307231746519203840', '127.0.0.1', 'http://localhost/api/system/server/page', '5毫秒', 0x5B7B226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C227365727665724E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '服务分页查询', '1658894025348', null);
INSERT INTO `center_log` VALUES ('307231763401277440', '127.0.0.1', 'http://localhost/api/system/server/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '获取服务列表', '1658894029373', null);
INSERT INTO `center_log` VALUES ('307231763560660992', '127.0.0.1', 'http://localhost/api/system/application/page', '38毫秒', 0x5B7B226170706C69636174696F6E4E616D65223A22222C226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C227365727665724E616D65223A22222C2274656E616E744E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用分页查询', '1658894029411', null);
INSERT INTO `center_log` VALUES ('307231763736821760', '127.0.0.1', 'http://localhost/api/system/application/get-list', '7毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用列表', '1658894029453', null);
INSERT INTO `center_log` VALUES ('307231763837485056', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '2毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658894029477', null);
INSERT INTO `center_log` VALUES ('307232203392155648', '127.0.0.1', 'http://localhost/api/system/application/page', '22毫秒', 0x5B7B226170706C69636174696F6E4E616D65223A22222C226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C227365727665724E616D65223A22222C2274656E616E744E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用分页查询', '1658894134276', null);
INSERT INTO `center_log` VALUES ('307232366475083776', '127.0.0.1', 'http://localhost/api/system/application/get-list', '4毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用列表', '1658894173157', null);
INSERT INTO `center_log` VALUES ('307232366659633152', '127.0.0.1', 'http://localhost/api/system/application/page', '47毫秒', 0x5B7B226170706C69636174696F6E4E616D65223A22222C226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0222C2274656E616E744E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用分页查询', '1658894173201', null);
INSERT INTO `center_log` VALUES ('307232366693187584', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '2毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658894173209', null);
INSERT INTO `center_log` VALUES ('307232386444165121', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '3毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658894177918', null);
INSERT INTO `center_log` VALUES ('307232386448359424', '127.0.0.1', 'http://localhost/api/system/application/get-list', '4毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用列表', '1658894177919', null);
INSERT INTO `center_log` VALUES ('307232386549022720', '127.0.0.1', 'http://localhost/api/system/application/page', '24毫秒', 0x5B7B226170706C69636174696F6E4E616D65223A22222C226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C227365727665724E616D65223A22E8AEBEE5A487E7AEA1E5AEB6222C2274656E616E744E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用分页查询', '1658894177943', null);
INSERT INTO `center_log` VALUES ('307241031781318659', '127.0.0.1', 'http://localhost/api/system/server/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '获取服务列表', '1658896239127', null);
INSERT INTO `center_log` VALUES ('307241031819067392', '127.0.0.1', 'http://localhost/api/system/server/page', '9毫秒', 0x5B7B226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C227365727665724E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '服务分页查询', '1658896239136', null);
INSERT INTO `center_log` VALUES ('307244121972539394', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '2毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658896975886', null);
INSERT INTO `center_log` VALUES ('307244121985122304', '127.0.0.1', 'http://localhost/api/system/user/page', '3毫秒', 0x5B7B22656D61696C223A22222C226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C2270686F6E654E756D626572223A22222C2274656E616E744E616D65223A22222C22757365724E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '用户管理', 'admin', '1', '系统操作', '用户分页查询', '1658896975889', null);
INSERT INTO `center_log` VALUES ('307244140901433346', '127.0.0.1', 'http://localhost/api/system/server/get-list', '2毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '获取服务列表', '1658896980399', null);
INSERT INTO `center_log` VALUES ('307244140909821953', '127.0.0.1', 'http://localhost/api/system/application/get-list', '4毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用列表', '1658896980401', null);
INSERT INTO `center_log` VALUES ('307244141106954240', '127.0.0.1', 'http://localhost/api/system/user/get-user-app-page', '9毫秒', 0x5B7B22706167654E6F223A312C227061676553697A65223A31302C227365727665724E616D65223A22222C22757365724964223A313039397D5D, '281905070042251264', '281905070042251264', '1099', '用户管理', 'admin', '1', '系统操作', '用户应用分页', '1658896980448', null);
INSERT INTO `center_log` VALUES ('307244168680308736', '127.0.0.1', 'http://localhost/api/system/server/get-list', '22毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '获取服务列表', '1658896987022', null);
INSERT INTO `center_log` VALUES ('307244177194745856', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658896989052', null);
INSERT INTO `center_log` VALUES ('307244177446404096', '127.0.0.1', 'http://localhost/api/system/tenant/page', '17毫秒', 0x5B7B226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C2274656E616E744E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '租户分页查询', '1658896989112', null);
INSERT INTO `center_log` VALUES ('307244184786436096', '127.0.0.1', 'http://localhost/api/system/application/get-list', '2毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用列表', '1658896990862', null);
INSERT INTO `center_log` VALUES ('307244184832573440', '127.0.0.1', 'http://localhost/api/system/server/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '获取服务列表', '1658896990873', null);
INSERT INTO `center_log` VALUES ('307244184861933568', '127.0.0.1', 'http://localhost/api/system/application/page', '20毫秒', 0x5B7B226170706C69636174696F6E4E616D65223A22222C226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C227365727665724E616D65223A22222C2274656E616E744E616D65223A22E59B9BE4BFA1E789A9E88194E7BD91227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用分页查询', '1658896990880', null);
INSERT INTO `center_log` VALUES ('307244203346231296', '127.0.0.1', 'http://localhost/api/system/tenant/update', '61毫秒', 0x5B7B226372656174654174223A313635383838353138393136372C226964223A3330373139343638343636333339383430302C2274656E616E744E616D65223A22E8BEB0E8BF88E699BAE685A7E7A791E68A80222C2274656E616E745375706572223A302C227570646174654174223A313635383839363939353233327D5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '更新租户', '1658896995287', null);
INSERT INTO `center_log` VALUES ('307244203992154112', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '2毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658896995441', null);
INSERT INTO `center_log` VALUES ('307244204000542720', '127.0.0.1', 'http://localhost/api/system/tenant/page', '4毫秒', 0x5B7B226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C2274656E616E744E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '租户分页查询', '1658896995443', null);
INSERT INTO `center_log` VALUES ('307244213257371648', '127.0.0.1', 'http://localhost/api/system/tenant/update', '40毫秒', 0x5B7B226372656174654174223A313635323835353930313632322C226964223A302C2272656D61726B223A22E59B9BE4BFA1222C2274656E616E744E616D65223A22E59B9BE4BFA1E789A9E88194E7BD91222C2274656E616E745375706572223A312C227570646174654174223A313635383839363939373631327D5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '更新租户', '1658896997650', null);
INSERT INTO `center_log` VALUES ('307244214125592576', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '2毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658896997857', null);
INSERT INTO `center_log` VALUES ('307244214138175488', '127.0.0.1', 'http://localhost/api/system/tenant/page', '3毫秒', 0x5B7B226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C2274656E616E744E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '租户分页查询', '1658896997860', null);
INSERT INTO `center_log` VALUES ('307244218332479488', '127.0.0.1', 'http://localhost/api/system/tenant/page', '4毫秒', 0x5B7B226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C2274656E616E744E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '租户分页查询', '1658896998860', null);
INSERT INTO `center_log` VALUES ('307244224166756358', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658897000251', null);
INSERT INTO `center_log` VALUES ('307244224166756360', '127.0.0.1', 'http://localhost/api/system/server/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '获取服务列表', '1658897000252', null);
INSERT INTO `center_log` VALUES ('307244224170950658', '127.0.0.1', 'http://localhost/api/system/application/get-list', '2毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用列表', '1658897000252', null);
INSERT INTO `center_log` VALUES ('307244224225476608', '127.0.0.1', 'http://localhost/api/system/application/page', '15毫秒', 0x5B7B226170706C69636174696F6E4E616D65223A22222C226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C227365727665724E616D65223A22222C2274656E616E744E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用分页查询', '1658897000265', null);
INSERT INTO `center_log` VALUES ('307244232119156736', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '5毫秒', 0x5B7B226964223A3330373233303438323638333133333935327D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658897002147', null);
INSERT INTO `center_log` VALUES ('307244244161003520', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '21毫秒', 0x5B7B226964223A3330373233303438323638333133333935327D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658897005018', null);
INSERT INTO `center_log` VALUES ('307244244827897856', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '15毫秒', 0x5B7B227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658897005177', null);
INSERT INTO `center_log` VALUES ('307244245763227648', '127.0.0.1', 'http://localhost/api/system/authority/get-tree-child-id', '35毫秒', 0x5B7B226170706C69636174696F6E4964223A3330373233303438323638333133333935327D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取树子节点', '1658897005400', null);
INSERT INTO `center_log` VALUES ('307244246191046656', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '5毫秒', 0x5B7B7D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658897005502', null);
INSERT INTO `center_log` VALUES ('307244246581116929', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '2毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658897005595', null);
INSERT INTO `center_log` VALUES ('307245859446194176', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '4毫秒', 0x5B7B226964223A3330373233303438323638333133333935327D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658897390132', null);
INSERT INTO `center_log` VALUES ('307245860066951168', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '10毫秒', 0x5B7B227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658897390280', null);
INSERT INTO `center_log` VALUES ('307245860972920832', '127.0.0.1', 'http://localhost/api/system/authority/get-tree-child-id', '9毫秒', 0x5B7B226170706C69636174696F6E4964223A3330373233303438323638333133333935327D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取树子节点', '1658897390496', null);
INSERT INTO `center_log` VALUES ('307245861367185408', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '1毫秒', 0x5B7B7D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658897390590', null);
INSERT INTO `center_log` VALUES ('307245861719506944', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658897390674', null);
INSERT INTO `center_log` VALUES ('307245871353823232', '127.0.0.1', 'http://localhost/api/system/application/update', '55毫秒', 0x5B7B226170706C69636174696F6E4964223A3330373233303438323638333133333935322C226170706C69636174696F6E4E616D65223A22E6B0B4E5BA93E4BFA1E681AFE58C96E79B91E6B58BE9A284E8ADA6E5B9B3E58FB0222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A323038323637323030303030302C22736572766572436F6465223A227265736572766F69722D6D6F6E69746F72696E672D706C6174666F726D222C227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0222C22736F7274223A3939392C2274656E616E74417574686F7269747952656C506172616D223A7B226170706C69636174696F6E4964223A3330373233303438323638333133333935322C22617574686F726974794964223A5B302C3239363834353734313332383935373434312C3239363834353734313332383935373438372C3239393332393533303732323531373034352C3239393334313831313433343931333836322C3239393334313831313433343931333836342C3239363834353734313332383935373434322C3239363834353734313332383935373438322C3239363834353734313332383935373439352C3239363834353734313332383935373530352C3239363834353734313332383935373530372C3239363834353734313332383935373434332C3239393334313831313433343931333832382C3239363834353734313332383935373434342C3239363834353734313332383935373435312C3239363834353734313332383935373438342C3239393334313831313433343931333830382C3239393334313831313433343931333831372C3239393334313831313433343931333832322C3239393334313831313433343931333834302C3239363834353734313332383935373434352C3239363834353734313332383935373435382C3239393334313831313433303731393439312C3239393334313831313433343931333835392C3330303034383638383032343132353434302C3239363834353734313332383935373531325D2C2274656E616E744964223A3330373139343638343636333339383430307D2C2274656E616E744964223A3330373139343638343636333339383430302C2274656E616E744E616D65223A22E8BEB0E8BF88E699BAE685A7E7A791E68A80227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '更新应用', '1658897392971', null);
INSERT INTO `center_log` VALUES ('307245889812955136', '127.0.0.1', 'http://localhost/api/system/application/update', '9毫秒', 0x5B7B226170706C69636174696F6E4964223A3330373233303438323638333133333935322C226170706C69636174696F6E4E616D65223A22E6B0B4E5BA93E4BFA1E681AFE58C96E79B91E6B58BE9A284E8ADA6E5B9B3E58FB0222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A323038323637323030303030302C22736572766572436F6465223A227265736572766F69722D6D6F6E69746F72696E672D706C6174666F726D222C227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0222C22736F7274223A3939392C2274656E616E74417574686F7269747952656C506172616D223A7B226170706C69636174696F6E4964223A3330373233303438323638333133333935322C22617574686F726974794964223A5B302C3239363834353734313332383935373434312C3239363834353734313332383935373438372C3239393332393533303732323531373034352C3239393334313831313433343931333836322C3239393334313831313433343931333836342C3239363834353734313332383935373434322C3239363834353734313332383935373438322C3239363834353734313332383935373439352C3239363834353734313332383935373530352C3239363834353734313332383935373530372C3239363834353734313332383935373434332C3239393334313831313433343931333832382C3239363834353734313332383935373434342C3239363834353734313332383935373435312C3239363834353734313332383935373438342C3239393334313831313433343931333830382C3239393334313831313433343931333831372C3239393334313831313433343931333832322C3239393334313831313433343931333834302C3239363834353734313332383935373434352C3239363834353734313332383935373435382C3239393334313831313433303731393439312C3239393334313831313433343931333835392C3330303034383638383032343132353434302C3239363834353734313332383935373531325D2C2274656E616E744964223A3330373139343638343636333339383430307D2C2274656E616E744964223A3330373139343638343636333339383430302C2274656E616E744E616D65223A22E8BEB0E8BF88E699BAE685A7E7A791E68A80227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '更新应用', '1658897397372', null);
INSERT INTO `center_log` VALUES ('307245901322125312', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '5毫秒', 0x5B7B226964223A3330373233303438323638333133333935327D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658897400116', null);
INSERT INTO `center_log` VALUES ('307245909614264320', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '7毫秒', 0x5B7B226964223A3330373233303438323638333133333935327D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658897402093', null);
INSERT INTO `center_log` VALUES ('307245910239215619', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '10毫秒', 0x5B7B227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658897402242', null);
INSERT INTO `center_log` VALUES ('307245911002578944', '127.0.0.1', 'http://localhost/api/system/authority/get-tree-child-id', '7毫秒', 0x5B7B226170706C69636174696F6E4964223A3330373233303438323638333133333935327D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取树子节点', '1658897402424', null);
INSERT INTO `center_log` VALUES ('307245911447175168', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '1毫秒', 0x5B7B7D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658897402530', null);
INSERT INTO `center_log` VALUES ('307245911849828352', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658897402626', null);
INSERT INTO `center_log` VALUES ('307245943399383040', '127.0.0.1', 'http://localhost/api/system/application/update', '9毫秒', 0x5B7B226170706C69636174696F6E4964223A3330373233303438323638333133333935322C226170706C69636174696F6E4E616D65223A22E6B0B4E5BA93E4BFA1E681AFE58C96E79B91E6B58BE9A284E8ADA6E5B9B3E58FB0222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A323038323637323030303030302C22736572766572436F6465223A227265736572766F69722D6D6F6E69746F72696E672D706C6174666F726D222C227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0222C22736F7274223A3939392C2274656E616E74417574686F7269747952656C506172616D223A7B226170706C69636174696F6E4964223A3330373233303438323638333133333935322C22617574686F726974794964223A5B302C3239363834353734313332383935373434312C3239363834353734313332383935373438372C3239393332393533303732323531373034352C3239393334313831313433343931333836322C3239393334313831313433343931333836342C3239363834353734313332383935373434322C3239363834353734313332383935373438322C3239363834353734313332383935373439352C3239363834353734313332383935373530352C3239363834353734313332383935373530372C3239363834353734313332383935373434332C3239393334313831313433343931333832382C3239363834353734313332383935373434342C3239363834353734313332383935373435312C3239363834353734313332383935373438342C3239393334313831313433343931333830382C3239393334313831313433343931333831372C3239393334313831313433343931333832322C3239393334313831313433343931333834302C3239363834353734313332383935373434352C3239363834353734313332383935373435382C3239393334313831313433303731393439312C3239393334313831313433343931333835392C3330303034383638383032343132353434302C3239363834353734313332383935373531325D2C2274656E616E744964223A3330373139343638343636333339383430307D2C2274656E616E744964223A3330373139343638343636333339383430302C2274656E616E744E616D65223A22E8BEB0E8BF88E699BAE685A7E7A791E68A80227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '更新应用', '1658897410148', null);
INSERT INTO `center_log` VALUES ('307246005508636672', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '4毫秒', 0x5B7B226964223A3238373239363637373332333231303735327D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658897424956', null);
INSERT INTO `center_log` VALUES ('307246014106959872', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '4毫秒', 0x5B7B226964223A3238373239363637373332333231303735327D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658897427006', null);
INSERT INTO `center_log` VALUES ('307246014664802304', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '9毫秒', 0x5B7B227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658897427139', null);
INSERT INTO `center_log` VALUES ('307246015642075136', '127.0.0.1', 'http://localhost/api/system/authority/get-tree-child-id', '22毫秒', 0x5B7B226170706C69636174696F6E4964223A3238373239363637373332333231303735327D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取树子节点', '1658897427372', null);
INSERT INTO `center_log` VALUES ('307246015910510592', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '2毫秒', 0x5B7B7D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658897427436', null);
INSERT INTO `center_log` VALUES ('307246016313163776', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '2毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658897427532', null);
INSERT INTO `center_log` VALUES ('307246044595355648', '127.0.0.1', 'http://localhost/api/system/application/update', '10毫秒', 0x5B7B226170706C69636174696F6E49636F6E223A22687474703A2F2F3132352E37372E3230322E3136323A32343130302F77617465722F33373864643837393032633834326635613536343966373563386361366237362E706E67222C226170706C69636174696F6E4964223A3238373239363637373332333231303735322C226170706C69636174696F6E4E616D65223A22E695B0E5AD97E6B0B4E5BA93E5B9B3E58FB0222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A313735313234313630303030302C22736572766572436F6465223A227265736572766F69722D6D6F6E69746F72696E672D706C6174666F726D222C227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0222C22736F7274223A3939392C2274656E616E74417574686F7269747952656C506172616D223A7B226170706C69636174696F6E4964223A3238373239363637373332333231303735322C22617574686F726974794964223A5B302C3239363834353734313332383935373434312C3239363834353734313332383935373438372C3239393332393533303732323531373034352C3239393334313831313433343931333836322C3239393334313831313433343931333836342C3239363834353734313332383935373434322C3239363834353734313332383935373438322C3239363834353734313332383935373439352C3239363834353734313332383935373530352C3239363834353734313332383935373530372C3239363834353734313332383935373434332C3239393334313831313433343931333832382C3239363834353734313332383935373434342C3239363834353734313332383935373435312C3239363834353734313332383935373438342C3239393334313831313433343931333830382C3239393334313831313433343931333831372C3239393334313831313433343931333832322C3239393334313831313433343931333834302C3239363834353734313332383935373434352C3239363834353734313332383935373435382C3239393334313831313433303731393439312C3239393334313831313433343931333835392C3330303034383638383032343132353434302C3239363834353734313332383935373531325D2C2274656E616E744964223A307D2C2274656E616E744964223A302C2274656E616E744E616D65223A22E59B9BE4BFA1E789A9E88194E7BD91227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '更新应用', '1658897434275', null);
INSERT INTO `center_log` VALUES ('307246559894962176', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '13毫秒', 0x5B7B226964223A3238383832373630323436393132363134347D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658897557132', null);
INSERT INTO `center_log` VALUES ('307246567826391040', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '5毫秒', 0x5B7B226964223A3238383832373630323436393132363134347D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658897559023', null);
INSERT INTO `center_log` VALUES ('307246568396816384', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '8毫秒', 0x5B7B227365727665724E616D65223A22E8AEBEE5A487E7AEA1E5AEB6227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658897559159', null);
INSERT INTO `center_log` VALUES ('307246569508306944', '127.0.0.1', 'http://localhost/api/system/authority/get-tree-child-id', '6毫秒', 0x5B7B226170706C69636174696F6E4964223A3238383832373630323436393132363134347D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取树子节点', '1658897559424', null);
INSERT INTO `center_log` VALUES ('307246570150035456', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '1毫秒', 0x5B7B7D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658897559577', null);
INSERT INTO `center_log` VALUES ('307246570976313346', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658897559775', null);
INSERT INTO `center_log` VALUES ('307246588697247744', '127.0.0.1', 'http://localhost/api/system/application/update', '10毫秒', 0x5B7B226170706C69636174696F6E49636F6E223A22687474703A2F2F3132352E37372E3230322E3136323A32343130302F77617465722F33373864643837393032633834326635613536343966373563386361366237362E706E67222C226170706C69636174696F6E4964223A3238383832373630323436393132363134342C226170706C69636174696F6E4E616D65223A22E59B9BE4BFA1E8AEBEE5A487E7AEA1E5AEB6222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A313735303436343030303030302C22736572766572436F6465223A226465766963652D6D616E616765222C227365727665724E616D65223A22E8AEBEE5A487E7AEA1E5AEB6222C22736F7274223A3939392C2274656E616E74417574686F7269747952656C506172616D223A7B226170706C69636174696F6E4964223A3238383832373630323436393132363134342C22617574686F726974794964223A5B302C3239313736323235343137393732393430382C3239323037373436303134373636363934342C3239323037373436303134373636363935332C3239323131333937323936393037383830332C3239323131333937323936393037383831302C3239323131333937323936393037383831382C3330303033373035323531333132343336312C3239323037373436303134373636363934352C3239323037373436303134373636363934392C3239323037373436303134373636363935392C3239323037373436303134373636363936312C3239323037373436303134373636363936342C3239323037373436303134373636363936392C3239323037373436303134373636363934362C3239323037373436303134373636363935362C3239323037373436303134373636363936322C3239323037373436303134373636363937332C3239323037373436303134373636363937372C3239323037373436303134373636363937382C3239323037373436303134373636363934372C3239323037373436303134373636363935312C3330303033373035323531333132343338312C3330303033373035323531333132343339332C3330303033373035323531333132343339362C3239323037373436303134373636363934382C3239323037373436303134373636363936382C3330303033373035323531333132343337312C3330303033373035323531333132343337352C3330303033373035323531333132343337382C3330303033373035323531333132343338322C3330303033373035323531333132343338362C3239323131333937323936393037383738342C3239323037373436303134373636363935322C3239323037373436303134373636363935352C3239323037373436303134373636363935372C3239323037373436303134373636363936302C3239323037373436303134373636363936332C3239323037373436303134373636363936352C3239323037373436303134373636363936362C3239323037373436303134373636363936372C3239323037373436303134373636363937302C3239323037373436303134373636363937312C3239323037373436303134373636363937322C3239323037373436303134373636363937342C3239323037373436303134373636363937352C3330303033373035323531333132343338392C3239323436303836323634323332333435372C3239323131333937323936393037383739352C3330303033373035323531333132343335372C3330303033373035323531333132343336352C3330303033373035323531333132343338302C3330303033373035323531333132343338332C3330303033373035323531333132343339325D2C2274656E616E744964223A307D2C2274656E616E744964223A302C2274656E616E744E616D65223A22E59B9BE4BFA1E789A9E88194E7BD91227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '更新应用', '1658897563999', null);
INSERT INTO `center_log` VALUES ('307246999760011264', '127.0.0.1', 'http://localhost/api/system/server/get-list', '3毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '获取服务列表', '1658897662004', null);
INSERT INTO `center_log` VALUES ('307246999768399873', '127.0.0.1', 'http://localhost/api/system/application/get-list', '2毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用列表', '1658897662006', null);
INSERT INTO `center_log` VALUES ('307246999780982784', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658897662009', null);
INSERT INTO `center_log` VALUES ('307246999827120128', '127.0.0.1', 'http://localhost/api/system/application/page', '19毫秒', 0x5B7B226170706C69636174696F6E4E616D65223A22222C226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C227365727665724E616D65223A22222C2274656E616E744E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用分页查询', '1658897662020', null);
INSERT INTO `center_log` VALUES ('307247013169201152', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '4毫秒', 0x5B7B226964223A3238373239363637373332333231303735327D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658897665201', null);
INSERT INTO `center_log` VALUES ('307247013852872715', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '10毫秒', 0x5B7B227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658897665364', null);
INSERT INTO `center_log` VALUES ('307247014742065152', '127.0.0.1', 'http://localhost/api/system/authority/get-tree-child-id', '7毫秒', 0x5B7B226170706C69636174696F6E4964223A3238373239363637373332333231303735327D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取树子节点', '1658897665576', null);
INSERT INTO `center_log` VALUES ('307247015052443648', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '2毫秒', 0x5B7B7D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658897665650', null);
INSERT INTO `center_log` VALUES ('307247015564148738', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658897665772', null);
INSERT INTO `center_log` VALUES ('307247098972078080', '127.0.0.1', 'http://localhost/api/system/application/update', '10毫秒', 0x5B7B226170706C69636174696F6E49636F6E223A22687474703A2F2F3132352E37372E3230322E3136323A32343130302F77617465722F33373864643837393032633834326635613536343966373563386361366237362E706E67222C226170706C69636174696F6E4964223A3238373239363637373332333231303735322C226170706C69636174696F6E4E616D65223A22E695B0E5AD97E6B0B4E5BA93E5B9B3E58FB0222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A313735313234313630303030302C22736572766572436F6465223A227265736572766F69722D6D6F6E69746F72696E672D706C6174666F726D222C227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0222C22736F7274223A3939392C2274656E616E74417574686F7269747952656C506172616D223A7B226170706C69636174696F6E4964223A3238373239363637373332333231303735322C22617574686F726974794964223A5B302C3239363834353734313332383935373434312C3239363834353734313332383935373438372C3239393332393533303732323531373034352C3239393334313831313433343931333836322C3239393334313831313433343931333836342C3239363834353734313332383935373434322C3239363834353734313332383935373438322C3239363834353734313332383935373439352C3239363834353734313332383935373530352C3239363834353734313332383935373530372C3239363834353734313332383935373434332C3239393334313831313433343931333832382C3239363834353734313332383935373434342C3239363834353734313332383935373435312C3239363834353734313332383935373438342C3239393334313831313433343931333830382C3239393334313831313433343931333831372C3239393334313831313433343931333832322C3239393334313831313433343931333834302C3239363834353734313332383935373434352C3239363834353734313332383935373435382C3239393334313831313433303731393439312C3239393334313831313433343931333835392C3330303034383638383032343132353434302C3239363834353734313332383935373531325D2C2274656E616E744964223A307D2C2274656E616E744964223A302C2274656E616E744E616D65223A22E59B9BE4BFA1E789A9E88194E7BD91227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '更新应用', '1658897685658', null);
INSERT INTO `center_log` VALUES ('307247293537452032', '127.0.0.1', 'http://localhost/api/system/application/update', '9毫秒', 0x5B7B226170706C69636174696F6E49636F6E223A22687474703A2F2F3132352E37372E3230322E3136323A32343130302F77617465722F33373864643837393032633834326635613536343966373563386361366237362E706E67222C226170706C69636174696F6E4964223A3238373239363637373332333231303735322C226170706C69636174696F6E4E616D65223A22E695B0E5AD97E6B0B4E5BA93E5B9B3E58FB0222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A313735313234313630303030302C22736572766572436F6465223A227265736572766F69722D6D6F6E69746F72696E672D706C6174666F726D222C227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0222C22736F7274223A3939392C2274656E616E74417574686F7269747952656C506172616D223A7B226170706C69636174696F6E4964223A3238373239363637373332333231303735322C22617574686F726974794964223A5B302C3239363834353734313332383935373434312C3239363834353734313332383935373438372C3239393332393533303732323531373034352C3239393334313831313433343931333836322C3239393334313831313433343931333836342C3239363834353734313332383935373434322C3239363834353734313332383935373438322C3239363834353734313332383935373439352C3239363834353734313332383935373530352C3239363834353734313332383935373530372C3239363834353734313332383935373434332C3239393334313831313433343931333832382C3239363834353734313332383935373434342C3239363834353734313332383935373435312C3239363834353734313332383935373438342C3239393334313831313433343931333830382C3239393334313831313433343931333831372C3239393334313831313433343931333832322C3239393334313831313433343931333834302C3239363834353734313332383935373434352C3239363834353734313332383935373435382C3239393334313831313433303731393439312C3239393334313831313433343931333835392C3330303034383638383032343132353434302C3239363834353734313332383935373531325D2C2274656E616E744964223A307D2C2274656E616E744964223A302C2274656E616E744E616D65223A22E59B9BE4BFA1E789A9E88194E7BD91227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '更新应用', '1658897732046', null);
INSERT INTO `center_log` VALUES ('307247333790187520', '127.0.0.1', 'http://localhost/api/system/application/page', '14毫秒', 0x5B7B226170706C69636174696F6E4E616D65223A22222C226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C227365727665724E616D65223A22222C22737570657254756265536F7274223A2264657363656E64696E67222C2274656E616E744E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用分页查询', '1658897741643', null);
INSERT INTO `center_log` VALUES ('307247336931721216', '127.0.0.1', 'http://localhost/api/system/application/page', '14毫秒', 0x5B7B226170706C69636174696F6E4E616D65223A22222C226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C227365727665724E616D65223A22222C2274656E616E744E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用分页查询', '1658897742392', null);
INSERT INTO `center_log` VALUES ('307247366199574528', '127.0.0.1', 'http://localhost/api/system/server/page', '5毫秒', 0x5B7B226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C227365727665724E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '服务分页查询', '1658897749370', null);
INSERT INTO `center_log` VALUES ('307247366388318211', '127.0.0.1', 'http://localhost/api/system/server/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '获取服务列表', '1658897749415', null);
INSERT INTO `center_log` VALUES ('307247377171873792', '127.0.0.1', 'http://localhost/api/system/server/get-by-id', '72毫秒', 0x5B7B226964223A3238373239363531393437383936383332307D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据id获取服务', '1658897751986', null);
INSERT INTO `center_log` VALUES ('307247416371838976', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658897761332', null);
INSERT INTO `center_log` VALUES ('307247416392810496', '127.0.0.1', 'http://localhost/api/system/tenant/page', '4毫秒', 0x5B7B226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C2274656E616E744E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '租户分页查询', '1658897761337', null);
INSERT INTO `center_log` VALUES ('307247429080580096', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '4毫秒', 0x5B7B226964223A3330373233303438323638333133333935327D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658897764362', null);
INSERT INTO `center_log` VALUES ('307247451062927360', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '6毫秒', 0x5B7B226964223A3238383832373630323436393132363134347D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658897769603', null);
INSERT INTO `center_log` VALUES ('307247451742404608', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '7毫秒', 0x5B7B227365727665724E616D65223A22E8AEBEE5A487E7AEA1E5AEB6227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658897769765', null);
INSERT INTO `center_log` VALUES ('307247452950364160', '127.0.0.1', 'http://localhost/api/system/authority/get-tree-child-id', '7毫秒', 0x5B7B226170706C69636174696F6E4964223A3238383832373630323436393132363134347D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取树子节点', '1658897770053', null);
INSERT INTO `center_log` VALUES ('307247453369794560', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '3毫秒', 0x5B7B7D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658897770153', null);
INSERT INTO `center_log` VALUES ('307247453726310402', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658897770238', null);
INSERT INTO `center_log` VALUES ('307247469249429504', '127.0.0.1', 'http://localhost/api/system/application/update', '10毫秒', 0x5B7B226170706C69636174696F6E49636F6E223A22687474703A2F2F3132352E37372E3230322E3136323A32343130302F77617465722F33373864643837393032633834326635613536343966373563386361366237362E706E67222C226170706C69636174696F6E4964223A3238383832373630323436393132363134342C226170706C69636174696F6E4E616D65223A22E59B9BE4BFA1E8AEBEE5A487E7AEA1E5AEB6222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A313735303436343030303030302C22736572766572436F6465223A226465766963652D6D616E616765222C227365727665724E616D65223A22E8AEBEE5A487E7AEA1E5AEB6222C22736F7274223A3939392C2274656E616E74417574686F7269747952656C506172616D223A7B226170706C69636174696F6E4964223A3238383832373630323436393132363134342C22617574686F726974794964223A5B302C3239323037373436303134373636363934342C3239323131333937323936393037383831385D2C2274656E616E744964223A307D2C2274656E616E744964223A302C2274656E616E744E616D65223A22E59B9BE4BFA1E789A9E88194E7BD91227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '更新应用', '1658897773939', null);
INSERT INTO `center_log` VALUES ('307247576673943552', '127.0.0.1', 'http://localhost/api/system/application/update', '9毫秒', 0x5B7B226170706C69636174696F6E49636F6E223A22687474703A2F2F3132352E37372E3230322E3136323A32343130302F77617465722F33373864643837393032633834326635613536343966373563386361366237362E706E67222C226170706C69636174696F6E4964223A3238383832373630323436393132363134342C226170706C69636174696F6E4E616D65223A22E59B9BE4BFA1E8AEBEE5A487E7AEA1E5AEB6222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A313735303436343030303030302C22736572766572436F6465223A226465766963652D6D616E616765222C227365727665724E616D65223A22E8AEBEE5A487E7AEA1E5AEB6222C22736F7274223A3939392C2274656E616E74417574686F7269747952656C506172616D223A7B226170706C69636174696F6E4964223A3238383832373630323436393132363134342C22617574686F726974794964223A5B302C3239323037373436303134373636363934372C3330303033373035323531333132343338315D2C2274656E616E744964223A307D2C2274656E616E744964223A302C2274656E616E744E616D65223A22E59B9BE4BFA1E789A9E88194E7BD91227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '更新应用', '1658897799551', null);
INSERT INTO `center_log` VALUES ('307248017558208512', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '5毫秒', 0x5B7B226964223A3238383832373630323436393132363134347D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658897904666', null);
INSERT INTO `center_log` VALUES ('307248018074107943', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '8毫秒', 0x5B7B227365727665724E616D65223A22E8AEBEE5A487E7AEA1E5AEB6227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658897904789', null);
INSERT INTO `center_log` VALUES ('307248019143655424', '127.0.0.1', 'http://localhost/api/system/authority/get-tree-child-id', '7毫秒', 0x5B7B226170706C69636174696F6E4964223A3238383832373630323436393132363134347D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取树子节点', '1658897905044', null);
INSERT INTO `center_log` VALUES ('307248019680526336', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '2毫秒', 0x5B7B7D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658897905172', null);
INSERT INTO `center_log` VALUES ('307248020087373826', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658897905269', null);
INSERT INTO `center_log` VALUES ('307248036810063872', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '4毫秒', 0x5B7B226964223A3238373239363637373332333231303735327D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658897909256', null);
INSERT INTO `center_log` VALUES ('307248037351129088', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '7毫秒', 0x5B7B227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658897909385', null);
INSERT INTO `center_log` VALUES ('307248038181601280', '127.0.0.1', 'http://localhost/api/system/authority/get-tree-child-id', '7毫秒', 0x5B7B226170706C69636174696F6E4964223A3238373239363637373332333231303735327D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取树子节点', '1658897909583', null);
INSERT INTO `center_log` VALUES ('307248038521339904', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '1毫秒', 0x5B7B7D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658897909664', null);
INSERT INTO `center_log` VALUES ('307248039347617794', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658897909861', null);
INSERT INTO `center_log` VALUES ('307248048394731520', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '4毫秒', 0x5B7B226964223A3330373233303438323638333133333935327D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658897912018', null);
INSERT INTO `center_log` VALUES ('307248066497347584', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '3毫秒', 0x5B7B226964223A3330373233303438323638333133333935327D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658897916334', null);
INSERT INTO `center_log` VALUES ('307248067080355840', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '8毫秒', 0x5B7B227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658897916473', null);
INSERT INTO `center_log` VALUES ('307248067814359040', '127.0.0.1', 'http://localhost/api/system/authority/get-tree-child-id', '7毫秒', 0x5B7B226170706C69636174696F6E4964223A3330373233303438323638333133333935327D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取树子节点', '1658897916648', null);
INSERT INTO `center_log` VALUES ('307248068095377408', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '2毫秒', 0x5B7B7D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658897916715', null);
INSERT INTO `center_log` VALUES ('307248068552556545', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658897916824', null);
INSERT INTO `center_log` VALUES ('307248146331729920', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '4毫秒', 0x5B7B226964223A3238313930353037303034323235313236347D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658897935368', null);
INSERT INTO `center_log` VALUES ('307248146906349568', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '9毫秒', 0x5B7B227365727665724E616D65223A22E794A8E688B7E4B8ADE5BF83227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658897935505', null);
INSERT INTO `center_log` VALUES ('307248147443220480', '127.0.0.1', 'http://localhost/api/system/authority/get-tree-child-id', '6毫秒', 0x5B7B226170706C69636174696F6E4964223A3238313930353037303034323235313236347D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取树子节点', '1658897935633', null);
INSERT INTO `center_log` VALUES ('307248147975897088', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '1毫秒', 0x5B7B7D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658897935760', null);
INSERT INTO `center_log` VALUES ('307248148340801536', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658897935847', null);
INSERT INTO `center_log` VALUES ('307248172047007744', '127.0.0.1', 'http://localhost/api/system/application/update', '10毫秒', 0x5B7B226170706C69636174696F6E49636F6E223A22687474703A2F2F3132352E37372E3230322E3136323A32343130302F77617465722F33373864643837393032633834326635613536343966373563386361366237362E706E67222C226170706C69636174696F6E4964223A3238313930353037303034323235313236342C226170706C69636174696F6E4E616D65223A22E794A8E688B7E4B8ADE5BF83222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A313837373535383430303030302C22736572766572436F6465223A22696F742D757365722D63656E746572222C227365727665724E616D65223A22E794A8E688B7E4B8ADE5BF83222C22736F7274223A3939392C2274656E616E74417574686F7269747952656C506172616D223A7B226170706C69636174696F6E4964223A3238313930353037303034323235313236342C22617574686F726974794964223A5B302C3238373334313135323534303033333130322C3238393038373434353835393832373731392C3238393038373434353835393832373733312C3238393038373434353835393832373734352C3238393038373434353835393832373736312C3238393038373434353835393832373737312C3238393038373434353836343032323032332C3238393038373434353836343032323033372C3238393038373434353836343032323034372C3330353033393230383530303639303938375D2C2274656E616E744964223A307D2C2274656E616E744964223A302C2274656E616E744E616D65223A22E59B9BE4BFA1E789A9E88194E7BD91227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '更新应用', '1658897941500', null);
INSERT INTO `center_log` VALUES ('307248376762597376', '127.0.0.1', 'http://localhost/api/system/application/update', '8毫秒', 0x5B7B226170706C69636174696F6E49636F6E223A22687474703A2F2F3132352E37372E3230322E3136323A32343130302F77617465722F33373864643837393032633834326635613536343966373563386361366237362E706E67222C226170706C69636174696F6E4964223A3238313930353037303034323235313236342C226170706C69636174696F6E4E616D65223A22E794A8E688B7E4B8ADE5BF83222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A313837373535383430303030302C22736572766572436F6465223A22696F742D757365722D63656E746572222C227365727665724E616D65223A22E794A8E688B7E4B8ADE5BF83222C22736F7274223A3939392C2274656E616E74417574686F7269747952656C506172616D223A7B226170706C69636174696F6E4964223A3238313930353037303034323235313236342C22617574686F726974794964223A5B302C3238373334313135323534303033333130322C3238393038373434353835393832373731392C3238393038373434353835393832373733312C3238393038373434353835393832373734352C3238393038373434353835393832373736312C3238393038373434353835393832373737312C3238393038373434353836343032323032332C3238393038373434353836343032323033372C3238393038373434353836343032323034372C3330353033393230383530303639303938375D2C2274656E616E744964223A307D2C2274656E616E744964223A302C2274656E616E744E616D65223A22E59B9BE4BFA1E789A9E88194E7BD91227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '更新应用', '1658897990307', null);
INSERT INTO `center_log` VALUES ('307248381074341888', '127.0.0.1', 'http://localhost/api/system/application/update', '10毫秒', 0x5B7B226170706C69636174696F6E49636F6E223A22687474703A2F2F3132352E37372E3230322E3136323A32343130302F77617465722F33373864643837393032633834326635613536343966373563386361366237362E706E67222C226170706C69636174696F6E4964223A3238313930353037303034323235313236342C226170706C69636174696F6E4E616D65223A22E794A8E688B7E4B8ADE5BF83222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A313837373535383430303030302C22736572766572436F6465223A22696F742D757365722D63656E746572222C227365727665724E616D65223A22E794A8E688B7E4B8ADE5BF83222C22736F7274223A3939392C2274656E616E74417574686F7269747952656C506172616D223A7B226170706C69636174696F6E4964223A3238313930353037303034323235313236342C22617574686F726974794964223A5B302C3238373334313135323534303033333130322C3238393038373434353835393832373731392C3238393038373434353835393832373733312C3238393038373434353835393832373734352C3238393038373434353835393832373736312C3238393038373434353835393832373737312C3238393038373434353836343032323032332C3238393038373434353836343032323033372C3238393038373434353836343032323034372C3330353033393230383530303639303938375D2C2274656E616E744964223A307D2C2274656E616E744964223A302C2274656E616E744E616D65223A22E59B9BE4BFA1E789A9E88194E7BD91227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '更新应用', '1658897991335', null);
INSERT INTO `center_log` VALUES ('307248382223581184', '127.0.0.1', 'http://localhost/api/system/application/update', '9毫秒', 0x5B7B226170706C69636174696F6E49636F6E223A22687474703A2F2F3132352E37372E3230322E3136323A32343130302F77617465722F33373864643837393032633834326635613536343966373563386361366237362E706E67222C226170706C69636174696F6E4964223A3238313930353037303034323235313236342C226170706C69636174696F6E4E616D65223A22E794A8E688B7E4B8ADE5BF83222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A313837373535383430303030302C22736572766572436F6465223A22696F742D757365722D63656E746572222C227365727665724E616D65223A22E794A8E688B7E4B8ADE5BF83222C22736F7274223A3939392C2274656E616E74417574686F7269747952656C506172616D223A7B226170706C69636174696F6E4964223A3238313930353037303034323235313236342C22617574686F726974794964223A5B302C3238373334313135323534303033333130322C3238393038373434353835393832373731392C3238393038373434353835393832373733312C3238393038373434353835393832373734352C3238393038373434353835393832373736312C3238393038373434353835393832373737312C3238393038373434353836343032323032332C3238393038373434353836343032323033372C3238393038373434353836343032323034372C3330353033393230383530303639303938375D2C2274656E616E744964223A307D2C2274656E616E744964223A302C2274656E616E744E616D65223A22E59B9BE4BFA1E789A9E88194E7BD91227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '更新应用', '1658897991609', null);
INSERT INTO `center_log` VALUES ('307249477750620160', '127.0.0.1', 'http://localhost/api/system/server/get-list', '3毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '获取服务列表', '1658898252803', null);
INSERT INTO `center_log` VALUES ('307249477754814465', '127.0.0.1', 'http://localhost/api/system/application/get-list', '3毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用列表', '1658898252804', null);
INSERT INTO `center_log` VALUES ('307249477759008768', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658898252805', null);
INSERT INTO `center_log` VALUES ('307249477821923328', '127.0.0.1', 'http://localhost/api/system/application/page', '20毫秒', 0x5B7B226170706C69636174696F6E4E616D65223A22222C226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C227365727665724E616D65223A22222C2274656E616E744E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用分页查询', '1658898252820', null);
INSERT INTO `center_log` VALUES ('307249488240574464', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '4毫秒', 0x5B7B226964223A3330373233303438323638333133333935327D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658898255304', null);
INSERT INTO `center_log` VALUES ('307249488890691584', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '8毫秒', 0x5B7B227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658898255459', null);
INSERT INTO `center_log` VALUES ('307249489784078336', '127.0.0.1', 'http://localhost/api/system/authority/get-tree-child-id', '8毫秒', 0x5B7B226170706C69636174696F6E4964223A3330373233303438323638333133333935327D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取树子节点', '1658898255672', null);
INSERT INTO `center_log` VALUES ('307249490421612544', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '2毫秒', 0x5B7B7D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658898255824', null);
INSERT INTO `center_log` VALUES ('307249490849431552', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658898255926', null);
INSERT INTO `center_log` VALUES ('307249498902495232', '127.0.0.1', 'http://localhost/api/system/application/update', '10毫秒', 0x5B7B226170706C69636174696F6E4964223A3330373233303438323638333133333935322C226170706C69636174696F6E4E616D65223A22E6B0B4E5BA93E4BFA1E681AFE58C96E79B91E6B58BE9A284E8ADA6E5B9B3E58FB0222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A323038323637323030303030302C22736572766572436F6465223A227265736572766F69722D6D6F6E69746F72696E672D706C6174666F726D222C227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0222C22736F7274223A3939392C2274656E616E74417574686F7269747952656C506172616D223A7B226170706C69636174696F6E4964223A3330373233303438323638333133333935322C22617574686F726974794964223A5B302C3239363834353734313332383935373434312C3239363834353734313332383935373438372C3239393332393533303732323531373034352C3239393334313831313433343931333836322C3239393334313831313433343931333836342C3239363834353734313332383935373434322C3239363834353734313332383935373438322C3239363834353734313332383935373439352C3239363834353734313332383935373530352C3239363834353734313332383935373530372C3239363834353734313332383935373434332C3239393334313831313433343931333832382C3239363834353734313332383935373434342C3239363834353734313332383935373435312C3239363834353734313332383935373438342C3239393334313831313433343931333830382C3239393334313831313433343931333831372C3239393334313831313433343931333832322C3239393334313831313433343931333834302C3239363834353734313332383935373434352C3239363834353734313332383935373435382C3239393334313831313433303731393439312C3239393334313831313433343931333835392C3330303034383638383032343132353434302C3239363834353734313332383935373531325D2C2274656E616E744964223A3330373139343638343636333339383430307D2C2274656E616E744964223A3330373139343638343636333339383430302C2274656E616E744E616D65223A22E8BEB0E8BF88E699BAE685A7E7A791E68A80227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '更新应用', '1658898257846', null);
INSERT INTO `center_log` VALUES ('307249522533203968', '127.0.0.1', 'http://localhost/api/system/application/update', '14毫秒', 0x5B7B226170706C69636174696F6E4964223A3330373233303438323638333133333935322C226170706C69636174696F6E4E616D65223A22E6B0B4E5BA93E4BFA1E681AFE58C96E79B91E6B58BE9A284E8ADA6E5B9B3E58FB0222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A323038323637323030303030302C22736572766572436F6465223A227265736572766F69722D6D6F6E69746F72696E672D706C6174666F726D222C227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0222C22736F7274223A3939392C2274656E616E74417574686F7269747952656C506172616D223A7B226170706C69636174696F6E4964223A3330373233303438323638333133333935322C22617574686F726974794964223A5B302C3239363834353734313332383935373434312C3239363834353734313332383935373438372C3239393332393533303732323531373034352C3239393334313831313433343931333836322C3239393334313831313433343931333836342C3239363834353734313332383935373434322C3239363834353734313332383935373438322C3239363834353734313332383935373439352C3239363834353734313332383935373530352C3239363834353734313332383935373530372C3239363834353734313332383935373434332C3239393334313831313433343931333832382C3239363834353734313332383935373434342C3239363834353734313332383935373435312C3239363834353734313332383935373438342C3239393334313831313433343931333830382C3239393334313831313433343931333831372C3239393334313831313433343931333832322C3239393334313831313433343931333834302C3239363834353734313332383935373434352C3239363834353734313332383935373435382C3239393334313831313433303731393439312C3239393334313831313433343931333835392C3330303034383638383032343132353434302C3239363834353734313332383935373531325D2C2274656E616E744964223A3330373139343638343636333339383430307D2C2274656E616E744964223A3330373139343638343636333339383430302C2274656E616E744E616D65223A22E8BEB0E8BF88E699BAE685A7E7A791E68A80227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '更新应用', '1658898263481', null);
INSERT INTO `center_log` VALUES ('307249536663814144', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '3毫秒', 0x5B7B226964223A3330373233303438323638333133333935327D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658898266849', null);
INSERT INTO `center_log` VALUES ('307249566082662400', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '4毫秒', 0x5B7B226964223A3330373233303438323638333133333935327D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658898273863', null);
INSERT INTO `center_log` VALUES ('307249566938300429', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '9毫秒', 0x5B7B227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658898274068', null);
INSERT INTO `center_log` VALUES ('307249567810715648', '127.0.0.1', 'http://localhost/api/system/authority/get-tree-child-id', '7毫秒', 0x5B7B226170706C69636174696F6E4964223A3330373233303438323638333133333935327D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取树子节点', '1658898274275', null);
INSERT INTO `center_log` VALUES ('307249568204980224', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '2毫秒', 0x5B7B7D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658898274369', null);
INSERT INTO `center_log` VALUES ('307249568620216320', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658898274468', null);
INSERT INTO `center_log` VALUES ('307249668960550912', '127.0.0.1', 'http://localhost/api/system/application/update', '12毫秒', 0x5B7B226170706C69636174696F6E4964223A3330373233303438323638333133333935322C226170706C69636174696F6E4E616D65223A22E6B0B4E5BA93E4BFA1E681AFE58C96E79B91E6B58BE9A284E8ADA6E5B9B3E58FB0222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A323038323637323030303030302C22736572766572436F6465223A227265736572766F69722D6D6F6E69746F72696E672D706C6174666F726D222C227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0222C22736F7274223A3939392C2274656E616E74417574686F7269747952656C506172616D223A7B226170706C69636174696F6E4964223A3330373233303438323638333133333935322C22617574686F726974794964223A5B302C3330303034383638383032343132353434302C3239363834353734313332383935373531325D2C2274656E616E744964223A3330373139343638343636333339383430307D2C2274656E616E744964223A3330373139343638343636333339383430302C2274656E616E744E616D65223A22E8BEB0E8BF88E699BAE685A7E7A791E68A80227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '更新应用', '1658898298391', null);
INSERT INTO `center_log` VALUES ('307249699054682113', '127.0.0.1', 'http://localhost/api/system/server/get-list', '2毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '获取服务列表', '1658898305566', null);
INSERT INTO `center_log` VALUES ('307249699063070720', '127.0.0.1', 'http://localhost/api/system/application/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用列表', '1658898305568', null);
INSERT INTO `center_log` VALUES ('307249699075653632', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658898305571', null);
INSERT INTO `center_log` VALUES ('307249699105013760', '127.0.0.1', 'http://localhost/api/system/application/page', '14毫秒', 0x5B7B226170706C69636174696F6E4E616D65223A22222C226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C227365727665724E616D65223A22222C2274656E616E744E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用分页查询', '1658898305578', null);
INSERT INTO `center_log` VALUES ('307249805866827776', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '3毫秒', 0x5B7B226964223A3330373233303438323638333133333935327D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658898331032', null);
INSERT INTO `center_log` VALUES ('307249806600830990', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '8毫秒', 0x5B7B227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658898331208', null);
INSERT INTO `center_log` VALUES ('307249807615852544', '127.0.0.1', 'http://localhost/api/system/authority/get-tree-child-id', '7毫秒', 0x5B7B226170706C69636174696F6E4964223A3330373233303438323638333133333935327D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取树子节点', '1658898331449', null);
INSERT INTO `center_log` VALUES ('307249807963979776', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '1毫秒', 0x5B7B7D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658898331532', null);
INSERT INTO `center_log` VALUES ('307249808295329792', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658898331611', null);
INSERT INTO `center_log` VALUES ('307249821838737408', '127.0.0.1', 'http://localhost/api/system/application/update', '8毫秒', 0x5B7B226170706C69636174696F6E4964223A3330373233303438323638333133333935322C226170706C69636174696F6E4E616D65223A22E6B0B4E5BA93E4BFA1E681AFE58C96E79B91E6B58BE9A284E8ADA6E5B9B3E58FB0222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A323038323637323030303030302C22736572766572436F6465223A227265736572766F69722D6D6F6E69746F72696E672D706C6174666F726D222C227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0222C22736F7274223A3939392C2274656E616E74417574686F7269747952656C506172616D223A7B226170706C69636174696F6E4964223A3330373233303438323638333133333935322C22617574686F726974794964223A5B302C3239363834353734313332383935373434312C3239363834353734313332383935373438372C3239393332393533303732323531373034352C3239393334313831313433343931333836322C3239393334313831313433343931333836342C3239363834353734313332383935373434322C3239363834353734313332383935373438322C3239363834353734313332383935373439352C3239363834353734313332383935373530352C3239363834353734313332383935373530372C3239363834353734313332383935373434332C3239393334313831313433343931333832382C3239363834353734313332383935373434342C3239363834353734313332383935373435312C3239363834353734313332383935373438342C3239393334313831313433343931333830382C3239393334313831313433343931333831372C3239393334313831313433343931333832322C3239393334313831313433343931333834302C3239363834353734313332383935373434352C3239363834353734313332383935373435382C3239393334313831313433303731393439312C3239393334313831313433343931333835392C3330303034383638383032343132353434302C3239363834353734313332383935373531325D2C2274656E616E744964223A3330373139343638343636333339383430307D2C2274656E616E744964223A3330373139343638343636333339383430302C2274656E616E744E616D65223A22E8BEB0E8BF88E699BAE685A7E7A791E68A80227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '更新应用', '1658898334840', null);
INSERT INTO `center_log` VALUES ('307249901685702656', '127.0.0.1', 'http://localhost/api/system/application/update', '11毫秒', 0x5B7B226170706C69636174696F6E4964223A3330373233303438323638333133333935322C226170706C69636174696F6E4E616D65223A22E6B0B4E5BA93E4BFA1E681AFE58C96E79B91E6B58BE9A284E8ADA6E5B9B3E58FB0222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A323038323637323030303030302C22736572766572436F6465223A227265736572766F69722D6D6F6E69746F72696E672D706C6174666F726D222C227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0222C22736F7274223A3939392C2274656E616E74417574686F7269747952656C506172616D223A7B226170706C69636174696F6E4964223A3330373233303438323638333133333935322C22617574686F726974794964223A5B302C3239363834353734313332383935373434312C3239363834353734313332383935373438372C3239393332393533303732323531373034352C3239393334313831313433343931333836322C3239393334313831313433343931333836342C3239363834353734313332383935373434322C3239363834353734313332383935373438322C3239363834353734313332383935373439352C3239363834353734313332383935373530352C3239363834353734313332383935373530372C3239363834353734313332383935373434332C3239393334313831313433343931333832382C3239363834353734313332383935373434342C3239363834353734313332383935373435312C3239363834353734313332383935373438342C3239393334313831313433343931333830382C3239393334313831313433343931333831372C3239393334313831313433343931333832322C3239393334313831313433343931333834302C3239363834353734313332383935373434352C3239363834353734313332383935373435382C3239393334313831313433303731393439312C3239393334313831313433343931333835392C3330303034383638383032343132353434302C3239363834353734313332383935373531325D2C2274656E616E744964223A3330373139343638343636333339383430307D2C2274656E616E744964223A3330373139343638343636333339383430302C2274656E616E744E616D65223A22E8BEB0E8BF88E699BAE685A7E7A791E68A80227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '更新应用', '1658898353877', null);
INSERT INTO `center_log` VALUES ('307250081835253760', '127.0.0.1', 'http://localhost/api/system/application/update', '8毫秒', 0x5B7B226170706C69636174696F6E4964223A3330373233303438323638333133333935322C226170706C69636174696F6E4E616D65223A22E6B0B4E5BA93E4BFA1E681AFE58C96E79B91E6B58BE9A284E8ADA6E5B9B3E58FB0222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A323038323637323030303030302C22736572766572436F6465223A227265736572766F69722D6D6F6E69746F72696E672D706C6174666F726D222C227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0222C22736F7274223A3939392C2274656E616E74417574686F7269747952656C506172616D223A7B226170706C69636174696F6E4964223A3330373233303438323638333133333935322C22617574686F726974794964223A5B302C3239363834353734313332383935373434312C3239363834353734313332383935373438372C3239393332393533303732323531373034352C3239393334313831313433343931333836322C3239393334313831313433343931333836342C3239363834353734313332383935373434322C3239363834353734313332383935373438322C3239363834353734313332383935373439352C3239363834353734313332383935373530352C3239363834353734313332383935373530372C3239363834353734313332383935373434332C3239393334313831313433343931333832382C3239363834353734313332383935373434342C3239363834353734313332383935373435312C3239363834353734313332383935373438342C3239393334313831313433343931333830382C3239393334313831313433343931333831372C3239393334313831313433343931333832322C3239393334313831313433343931333834302C3239363834353734313332383935373434352C3239363834353734313332383935373435382C3239393334313831313433303731393439312C3239393334313831313433343931333835392C3330303034383638383032343132353434302C3239363834353734313332383935373531325D2C2274656E616E744964223A3330373139343638343636333339383430307D2C2274656E616E744964223A3330373139343638343636333339383430302C2274656E616E744E616D65223A22E8BEB0E8BF88E699BAE685A7E7A791E68A80227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '更新应用', '1658898396828', null);
INSERT INTO `center_log` VALUES ('307250823916683264', '127.0.0.1', 'http://localhost/api/system/application/update', '11毫秒', 0x5B7B226170706C69636174696F6E4964223A3330373233303438323638333133333935322C226170706C69636174696F6E4E616D65223A22E6B0B4E5BA93E4BFA1E681AFE58C96E79B91E6B58BE9A284E8ADA6E5B9B3E58FB0222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A323038323637323030303030302C22736572766572436F6465223A227265736572766F69722D6D6F6E69746F72696E672D706C6174666F726D222C227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0222C22736F7274223A3939392C2274656E616E74417574686F7269747952656C506172616D223A7B226170706C69636174696F6E4964223A3330373233303438323638333133333935322C22617574686F726974794964223A5B302C3239363834353734313332383935373434312C3239363834353734313332383935373438372C3239393332393533303732323531373034352C3239393334313831313433343931333836322C3239393334313831313433343931333836342C3239363834353734313332383935373434322C3239363834353734313332383935373438322C3239363834353734313332383935373439352C3239363834353734313332383935373530352C3239363834353734313332383935373530372C3239363834353734313332383935373434332C3239393334313831313433343931333832382C3239363834353734313332383935373434342C3239363834353734313332383935373435312C3239363834353734313332383935373438342C3239393334313831313433343931333830382C3239393334313831313433343931333831372C3239393334313831313433343931333832322C3239393334313831313433343931333834302C3239363834353734313332383935373434352C3239363834353734313332383935373435382C3239393334313831313433303731393439312C3239393334313831313433343931333835392C3330303034383638383032343132353434302C3239363834353734313332383935373531325D2C2274656E616E744964223A3330373139343638343636333339383430307D2C2274656E616E744964223A3330373139343638343636333339383430302C2274656E616E744E616D65223A22E8BEB0E8BF88E699BAE685A7E7A791E68A80227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '更新应用', '1658898573754', null);
INSERT INTO `center_log` VALUES ('307251025880809472', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '4毫秒', 0x5B7B226964223A3330373233303438323638333133333935327D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658898621906', null);
INSERT INTO `center_log` VALUES ('307251026602229760', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '8毫秒', 0x5B7B227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658898622078', null);
INSERT INTO `center_log` VALUES ('307251027390758912', '127.0.0.1', 'http://localhost/api/system/authority/get-tree-child-id', '6毫秒', 0x5B7B226170706C69636174696F6E4964223A3330373233303438323638333133333935327D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取树子节点', '1658898622266', null);
INSERT INTO `center_log` VALUES ('307251027755663360', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '2毫秒', 0x5B7B7D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658898622353', null);
INSERT INTO `center_log` VALUES ('307251028128956416', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658898622442', null);
INSERT INTO `center_log` VALUES ('307252630726377472', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '4毫秒', 0x5B7B226964223A3238383832373630323436393132363134347D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658899004531', null);
INSERT INTO `center_log` VALUES ('307252638175461376', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '4毫秒', 0x5B7B226964223A3238383832373630323436393132363134347D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658899006307', null);
INSERT INTO `center_log` VALUES ('307252638729109504', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '8毫秒', 0x5B7B227365727665724E616D65223A22E8AEBEE5A487E7AEA1E5AEB6227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658899006439', null);
INSERT INTO `center_log` VALUES ('307252639869960192', '127.0.0.1', 'http://localhost/api/system/authority/get-tree-child-id', '7毫秒', 0x5B7B226170706C69636174696F6E4964223A3238383832373630323436393132363134347D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取树子节点', '1658899006711', null);
INSERT INTO `center_log` VALUES ('307252640343916544', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '3毫秒', 0x5B7B7D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658899006824', null);
INSERT INTO `center_log` VALUES ('307252640679460866', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658899006904', null);
INSERT INTO `center_log` VALUES ('307253009740464128', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '4毫秒', 0x5B7B226964223A3238383832373630323436393132363134347D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658899094895', null);
INSERT INTO `center_log` VALUES ('307253010369609728', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '7毫秒', 0x5B7B227365727665724E616D65223A22E8AEBEE5A487E7AEA1E5AEB6227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658899095045', null);
INSERT INTO `center_log` VALUES ('307253011455934464', '127.0.0.1', 'http://localhost/api/system/authority/get-tree-child-id', '6毫秒', 0x5B7B226170706C69636174696F6E4964223A3238383832373630323436393132363134347D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取树子节点', '1658899095304', null);
INSERT INTO `center_log` VALUES ('307253011770507264', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '2毫秒', 0x5B7B7D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658899095379', null);
INSERT INTO `center_log` VALUES ('307253012189937664', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658899095479', null);
INSERT INTO `center_log` VALUES ('307253061951160320', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '4毫秒', 0x5B7B226964223A3330373233303438323638333133333935327D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658899107343', null);
INSERT INTO `center_log` VALUES ('307253062509002753', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '8毫秒', 0x5B7B227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658899107476', null);
INSERT INTO `center_log` VALUES ('307253063263977472', '127.0.0.1', 'http://localhost/api/system/authority/get-tree-child-id', '6毫秒', 0x5B7B226170706C69636174696F6E4964223A3330373233303438323638333133333935327D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取树子节点', '1658899107656', null);
INSERT INTO `center_log` VALUES ('307253063767293952', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '1毫秒', 0x5B7B7D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658899107777', null);
INSERT INTO `center_log` VALUES ('307253064107032578', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658899107857', null);
INSERT INTO `center_log` VALUES ('307255440746479616', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '2毫秒', 0x5B7B2273657276657254797065223A2253616153E69C8DE58AA1227D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658899674492', null);
INSERT INTO `center_log` VALUES ('307255441115578368', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658899674580', null);
INSERT INTO `center_log` VALUES ('307255453824319488', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '2毫秒', 0x5B7B2273657276657254797065223A22E99D9E53616153E69C8DE58AA1227D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658899677610', null);
INSERT INTO `center_log` VALUES ('307255465262186496', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '2毫秒', 0x5B7B2273657276657254797065223A2253616153E69C8DE58AA1227D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658899680337', null);
INSERT INTO `center_log` VALUES ('307255470018527232', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '13毫秒', 0x5B7B227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658899681471', null);
INSERT INTO `center_log` VALUES ('307255537131585536', '127.0.0.1', 'http://localhost/api/system/application/create', '13毫秒', 0x5B7B226170706C69636174696F6E4E616D65223A227368616E63222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A313635393035323830303030302C227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0222C2274656E616E74417574686F7269747952656C506172616D223A7B22617574686F726974794964223A5B302C3239363834353734313332383935373434312C3239363834353734313332383935373438372C3239393332393533303732323531373034352C3239393334313831313433343931333836322C3239393334313831313433343931333836342C3239363834353734313332383935373434322C3239363834353734313332383935373438322C3239363834353734313332383935373439352C3239363834353734313332383935373530352C3239363834353734313332383935373530372C3239363834353734313332383935373434332C3239393334313831313433343931333832382C3239363834353734313332383935373434342C3239363834353734313332383935373435312C3239363834353734313332383935373438342C3239393334313831313433343931333830382C3239393334313831313433343931333831372C3239393334313831313433343931333832322C3239393334313831313433343931333834302C3239363834353734313332383935373434352C3239363834353734313332383935373435382C3239393334313831313433303731393439312C3239393334313831313433343931333835392C3330303034383638383032343132353434302C3239363834353734313332383935373531325D7D2C2274656E616E744E616D65223A22E59B9BE4BFA1E789A9E88194E7BD91227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '新增应用', '1658899697472', null);
INSERT INTO `center_log` VALUES ('307255569771659264', '127.0.0.1', 'http://localhost/api/system/application/create', '7毫秒', 0x5B7B226170706C69636174696F6E4E616D65223A227368616E63222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A313635393035323830303030302C227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0222C2274656E616E74417574686F7269747952656C506172616D223A7B22617574686F726974794964223A5B302C3239363834353734313332383935373434312C3239363834353734313332383935373438372C3239393332393533303732323531373034352C3239393334313831313433343931333836322C3239393334313831313433343931333836342C3239363834353734313332383935373434322C3239363834353734313332383935373438322C3239363834353734313332383935373439352C3239363834353734313332383935373530352C3239363834353734313332383935373530372C3239363834353734313332383935373434332C3239393334313831313433343931333832382C3239363834353734313332383935373434342C3239363834353734313332383935373435312C3239363834353734313332383935373438342C3239393334313831313433343931333830382C3239393334313831313433343931333831372C3239393334313831313433343931333832322C3239393334313831313433343931333834302C3239363834353734313332383935373434352C3239363834353734313332383935373435382C3239393334313831313433303731393439312C3239393334313831313433343931333835392C3330303034383638383032343132353434302C3239363834353734313332383935373531325D7D2C2274656E616E744E616D65223A22E8BEB0E8BF88E699BAE685A7E7A791E68A80227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '新增应用', '1658899705254', null);
INSERT INTO `center_log` VALUES ('307255611702116352', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '1毫秒', 0x5B7B2273657276657254797065223A2253616153E69C8DE58AA1227D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658899715251', null);
INSERT INTO `center_log` VALUES ('307255612146712576', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658899715357', null);
INSERT INTO `center_log` VALUES ('307255631838969856', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '1毫秒', 0x5B7B2273657276657254797065223A22E99D9E53616153E69C8DE58AA1227D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658899720052', null);
INSERT INTO `center_log` VALUES ('307255638646325248', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '10毫秒', 0x5B7B227365727665724E616D65223A22E8AEBEE5A487E7AEA1E5AEB6227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658899721675', null);
INSERT INTO `center_log` VALUES ('307255673920421888', '127.0.0.1', 'http://localhost/api/system/application/create', '99毫秒', 0x5B7B226170706C69636174696F6E4E616D65223A227368616E636875222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A313635383936363430303030302C227365727665724E616D65223A22E8AEBEE5A487E7AEA1E5AEB6222C2274656E616E74417574686F7269747952656C506172616D223A7B226170706C69636174696F6E4964223A3330373235353637333530353138353739322C22617574686F726974794964223A5B302C3239313736323235343137393732393430382C3239323037373436303134373636363934342C3239323037373436303134373636363935332C3239323131333937323936393037383830332C3239323131333937323936393037383831302C3239323131333937323936393037383831382C3330303033373035323531333132343336312C3239323037373436303134373636363934352C3239323037373436303134373636363934392C3239323037373436303134373636363935392C3239323037373436303134373636363936312C3239323037373436303134373636363936342C3239323037373436303134373636363936392C3239323037373436303134373636363934362C3239323037373436303134373636363935362C3239323037373436303134373636363936322C3239323037373436303134373636363937332C3239323037373436303134373636363937372C3239323037373436303134373636363937382C3239323037373436303134373636363934372C3239323037373436303134373636363935312C3330303033373035323531333132343338312C3330303033373035323531333132343339332C3330303033373035323531333132343339362C3239323037373436303134373636363934382C3239323037373436303134373636363936382C3330303033373035323531333132343337312C3330303033373035323531333132343337352C3330303033373035323531333132343337382C3330303033373035323531333132343338322C3330303033373035323531333132343338362C3239323131333937323936393037383738342C3239323037373436303134373636363935322C3239323037373436303134373636363935352C3239323037373436303134373636363935372C3239323037373436303134373636363936302C3239323037373436303134373636363936332C3239323037373436303134373636363936352C3239323037373436303134373636363936362C3239323037373436303134373636363936372C3239323037373436303134373636363937302C3239323037373436303134373636363937312C3239323037373436303134373636363937322C3239323037373436303134373636363937342C3239323037373436303134373636363937352C3330303033373035323531333132343338392C3239323436303836323634323332333435372C3239323131333937323936393037383739352C3330303033373035323531333132343335372C3330303033373035323531333132343336352C3330303033373035323531333132343338302C3330303033373035323531333132343338332C3330303033373035323531333132343339325D2C2274656E616E744964223A3330373139343638343636333339383430307D2C2274656E616E744E616D65223A22E8BEB0E8BF88E699BAE685A7E7A791E68A80227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '新增应用', '1658899730085', null);
INSERT INTO `center_log` VALUES ('307255674788642816', '127.0.0.1', 'http://localhost/api/system/server/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '获取服务列表', '1658899730292', null);
INSERT INTO `center_log` VALUES ('307255674843168768', '127.0.0.1', 'http://localhost/api/system/application/page', '16毫秒', 0x5B7B226170706C69636174696F6E4E616D65223A22222C226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C227365727665724E616D65223A22222C2274656E616E744E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用分页查询', '1658899730305', null);
INSERT INTO `center_log` VALUES ('307255675065466880', '127.0.0.1', 'http://localhost/api/system/application/get-list', '3毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用列表', '1658899730359', null);
INSERT INTO `center_log` VALUES ('307255675161935874', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658899730381', null);
INSERT INTO `center_log` VALUES ('307255686037766144', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '25毫秒', 0x5B7B226964223A3330373235353637333530353138353739327D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658899732974', null);
INSERT INTO `center_log` VALUES ('307255686520111117', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '7毫秒', 0x5B7B227365727665724E616D65223A22E8AEBEE5A487E7AEA1E5AEB6227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658899733089', null);
INSERT INTO `center_log` VALUES ('307255687547715584', '127.0.0.1', 'http://localhost/api/system/authority/get-tree-child-id', '16毫秒', 0x5B7B226170706C69636174696F6E4964223A3330373235353637333530353138353739327D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取树子节点', '1658899733334', null);
INSERT INTO `center_log` VALUES ('307255688441102336', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '1毫秒', 0x5B7B7D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658899733547', null);
INSERT INTO `center_log` VALUES ('307255688982167552', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658899733676', null);
INSERT INTO `center_log` VALUES ('307255699501481984', '127.0.0.1', 'http://localhost/api/system/application/update', '244毫秒', 0x5B7B226170706C69636174696F6E4964223A3330373235353637333530353138353739322C226170706C69636174696F6E4E616D65223A227368616E636875222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A313635383936363430303030302C22736572766572436F6465223A226465766963652D6D616E616765222C227365727665724E616D65223A22E8AEBEE5A487E7AEA1E5AEB6222C22736F7274223A3939392C2274656E616E74417574686F7269747952656C506172616D223A7B226170706C69636174696F6E4964223A3330373235353637333530353138353739322C22617574686F726974794964223A5B302C3239313736323235343137393732393430382C3239323037373436303134373636363934342C3239323037373436303134373636363935332C3239323131333937323936393037383830332C3239323131333937323936393037383831302C3239323131333937323936393037383831382C3330303033373035323531333132343336312C3239323037373436303134373636363934352C3239323037373436303134373636363934392C3239323037373436303134373636363935392C3239323037373436303134373636363936312C3239323037373436303134373636363936342C3239323037373436303134373636363936392C3239323037373436303134373636363934362C3239323037373436303134373636363935362C3239323037373436303134373636363936322C3239323037373436303134373636363937332C3239323037373436303134373636363937372C3239323037373436303134373636363937382C3239323037373436303134373636363934372C3239323037373436303134373636363935312C3330303033373035323531333132343338312C3330303033373035323531333132343339332C3330303033373035323531333132343339362C3239323037373436303134373636363934382C3239323037373436303134373636363936382C3330303033373035323531333132343337312C3330303033373035323531333132343337352C3330303033373035323531333132343337382C3330303033373035323531333132343338322C3330303033373035323531333132343338362C3239323131333937323936393037383738342C3239323037373436303134373636363935322C3239323037373436303134373636363935352C3239323037373436303134373636363935372C3239323037373436303134373636363936302C3239323037373436303134373636363936332C3239323037373436303134373636363936352C3239323037373436303134373636363936362C3239323037373436303134373636363936372C3239323037373436303134373636363937302C3239323037373436303134373636363937312C3239323037373436303134373636363937322C3239323037373436303134373636363937342C3239323037373436303134373636363937352C3330303033373035323531333132343338392C3239323436303836323634323332333435372C3239323131333937323936393037383739352C3330303033373035323531333132343335372C3330303033373035323531333132343336352C3330303033373035323531333132343338302C3330303033373035323531333132343338332C3330303033373035323531333132343339325D2C2274656E616E744964223A3330373139343638343636333339383430307D2C2274656E616E744964223A3330373139343638343636333339383430302C2274656E616E744E616D65223A22E8BEB0E8BF88E699BAE685A7E7A791E68A80222C227472656573223A7B226368696C6472656E223A5B7B226368696C6472656E223A5B5D2C226964223A3239313736323235343137393732393430382C226C6162656C223A22E8AEBEE5A487227D2C7B226368696C6472656E223A5B7B226964223A3239323037373436303134373636363935332C226C6162656C223A22E88EB7E58F96E6A8A1E69DBFE8AFA6E68385E58F8AE8A681E7B4A0E58897E8A1A8222C227065726D697373696F6E223A226465766963652D6D616E6167652E6465762D74656D706C6174652E666163746F72732D6C697374227D2C7B226964223A3239323131333937323936393037383830332C226C6162656C223A22E88EB7E58F96E6A8A1E69DBFE8AFA6E6838528E590ABE5B7B2E98089E8A681E7B4A0E58897E8A1A829222C227065726D697373696F6E223A226465766963652D6D616E6167652E6465762D74656D706C6174652E74656D706C6174652D64657461696C227D2C7B226964223A3239323131333937323936393037383831302C226C6162656C223A22E58F91E5B883E68896E5819CE794A8222C227065726D697373696F6E223A226465766963652D6D616E6167652E6465762D74656D706C6174652E6368616E67652D72656C656173652D737461747573227D2C7B226964223A3239323131333937323936393037383831382C226C6162656C223A22E696B0E5A29EE8AEBEE5A487E6A8A1E69DBF222C227065726D697373696F6E223A226465766963652D6D616E6167652E6465762D74656D706C6174652E616464227D2C7B226964223A3330303033373035323531333132343336312C226C6162656C223A22E7BC96E8BE
INSERT INTO `center_log` VALUES ('307255700449394689', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658899736410', null);
INSERT INTO `center_log` VALUES ('307255700453588992', '127.0.0.1', 'http://localhost/api/system/server/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '获取服务列表', '1658899736411', null);
INSERT INTO `center_log` VALUES ('307255700453588994', '127.0.0.1', 'http://localhost/api/system/application/get-list', '2毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用列表', '1658899736411', null);
INSERT INTO `center_log` VALUES ('307255700529086464', '127.0.0.1', 'http://localhost/api/system/application/page', '19毫秒', 0x5B7B226170706C69636174696F6E4E616D65223A22222C226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C227365727665724E616D65223A22222C2274656E616E744E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用分页查询', '1658899736429', null);
INSERT INTO `center_log` VALUES ('307255707890089984', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '21毫秒', 0x5B7B226964223A3330373235353637333530353138353739327D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658899738184', null);
INSERT INTO `center_log` VALUES ('307255708674424882', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '7毫秒', 0x5B7B227365727665724E616D65223A22E8AEBEE5A487E7AEA1E5AEB6227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658899738371', null);
INSERT INTO `center_log` VALUES ('307255709714612224', '127.0.0.1', 'http://localhost/api/system/authority/get-tree-child-id', '12毫秒', 0x5B7B226170706C69636174696F6E4964223A3330373235353637333530353138353739327D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取树子节点', '1658899738619', null);
INSERT INTO `center_log` VALUES ('307255710389895168', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '2毫秒', 0x5B7B7D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658899738780', null);
INSERT INTO `center_log` VALUES ('307255710842880000', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658899738888', null);
INSERT INTO `center_log` VALUES ('307255732615512064', '127.0.0.1', 'http://localhost/api/system/application/update', '215毫秒', 0x5B7B226170706C69636174696F6E4964223A3330373235353637333530353138353739322C226170706C69636174696F6E4E616D65223A227368616E636875222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A313635383936363430303030302C22736572766572436F6465223A226465766963652D6D616E616765222C227365727665724E616D65223A22E8AEBEE5A487E7AEA1E5AEB6222C22736F7274223A3939392C2274656E616E74417574686F7269747952656C506172616D223A7B226170706C69636174696F6E4964223A3330373235353637333530353138353739322C22617574686F726974794964223A5B302C3239313736323235343137393732393430382C3239323037373436303134373636363934352C3239323037373436303134373636363934392C3239323037373436303134373636363935392C3239323037373436303134373636363936312C3239323037373436303134373636363936342C3239323037373436303134373636363936392C3239323037373436303134373636363934362C3239323037373436303134373636363935362C3239323037373436303134373636363936322C3239323037373436303134373636363937332C3239323037373436303134373636363937372C3239323037373436303134373636363937382C3239323037373436303134373636363934372C3239323037373436303134373636363935312C3330303033373035323531333132343338312C3330303033373035323531333132343339332C3330303033373035323531333132343339362C3239323037373436303134373636363934382C3239323037373436303134373636363936382C3330303033373035323531333132343337312C3330303033373035323531333132343337352C3330303033373035323531333132343337382C3330303033373035323531333132343338322C3330303033373035323531333132343338362C3239323131333937323936393037383738342C3239323037373436303134373636363935322C3239323037373436303134373636363935352C3239323037373436303134373636363935372C3239323037373436303134373636363936302C3239323037373436303134373636363936332C3239323037373436303134373636363936352C3239323037373436303134373636363936362C3239323037373436303134373636363936372C3239323037373436303134373636363937302C3239323037373436303134373636363937312C3239323037373436303134373636363937322C3239323037373436303134373636363937342C3239323037373436303134373636363937352C3330303033373035323531333132343338392C3239323436303836323634323332333435372C3239323131333937323936393037383739352C3330303033373035323531333132343335372C3330303033373035323531333132343336352C3330303033373035323531333132343338302C3330303033373035323531333132343338332C3330303033373035323531333132343339325D2C2274656E616E744964223A3330373139343638343636333339383430307D2C2274656E616E744964223A3330373139343638343636333339383430302C2274656E616E744E616D65223A22E8BEB0E8BF88E699BAE685A7E7A791E68A80222C227472656573223A7B226368696C6472656E223A5B7B226368696C6472656E223A5B5D2C226964223A3239313736323235343137393732393430382C226C6162656C223A22E8AEBEE5A487227D2C7B226368696C6472656E223A5B7B226964223A3239323037373436303134373636363935332C226C6162656C223A22E88EB7E58F96E6A8A1E69DBFE8AFA6E68385E58F8AE8A681E7B4A0E58897E8A1A8222C227065726D697373696F6E223A226465766963652D6D616E6167652E6465762D74656D706C6174652E666163746F72732D6C697374227D2C7B226964223A3239323131333937323936393037383830332C226C6162656C223A22E88EB7E58F96E6A8A1E69DBFE8AFA6E6838528E590ABE5B7B2E98089E8A681E7B4A0E58897E8A1A829222C227065726D697373696F6E223A226465766963652D6D616E6167652E6465762D74656D706C6174652E74656D706C6174652D64657461696C227D2C7B226964223A3239323131333937323936393037383831302C226C6162656C223A22E58F91E5B883E68896E5819CE794A8222C227065726D697373696F6E223A226465766963652D6D616E6167652E6465762D74656D706C6174652E6368616E67652D72656C656173652D737461747573227D2C7B226964223A3239323131333937323936393037383831382C226C6162656C223A22E696B0E5A29EE8AEBEE5A487E6A8A1E69DBF222C227065726D697373696F6E223A226465766963652D6D616E6167652E6465762D74656D706C6174652E616464227D2C7B226964223A3330303033373035323531333132343336312C226C6162656C223A22E7BC96E8BE91E8AEBEE5A487E6A8A1E69DBF222C227065726D697373696F6E223A226465766963652D6D616E6167652E6465762D74656D706C6174652E757064617465227D5D2C226964223A3239323037373436303134373636363934342C226C6162656C223A22E8AEBEE5A487E6A8A1E69DBFE7AEA1
INSERT INTO `center_log` VALUES ('307255733508898816', '127.0.0.1', 'http://localhost/api/system/server/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '获取服务列表', '1658899744292', null);
INSERT INTO `center_log` VALUES ('307255733508898817', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658899744292', null);
INSERT INTO `center_log` VALUES ('307255733508898818', '127.0.0.1', 'http://localhost/api/system/application/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用列表', '1658899744292', null);
INSERT INTO `center_log` VALUES ('307255733559230464', '127.0.0.1', 'http://localhost/api/system/application/page', '14毫秒', 0x5B7B226170706C69636174696F6E4E616D65223A22222C226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C227365727665724E616D65223A22222C2274656E616E744E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用分页查询', '1658899744305', null);
INSERT INTO `center_log` VALUES ('307256368161619971', '127.0.0.1', 'http://localhost/api/system/server/get-list', '4毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '获取服务列表', '1658899895605', null);
INSERT INTO `center_log` VALUES ('307256368165814272', '127.0.0.1', 'http://localhost/api/system/application/get-list', '4毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用列表', '1658899895606', null);
INSERT INTO `center_log` VALUES ('307256368333586432', '127.0.0.1', 'http://localhost/api/system/application/page', '43毫秒', 0x5B7B226170706C69636174696F6E4E616D65223A22222C226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C227365727665724E616D65223A22222C2274656E616E744E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用分页查询', '1658899895646', null);
INSERT INTO `center_log` VALUES ('307256368425861120', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658899895668', null);
INSERT INTO `center_log` VALUES ('307256379259748352', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '9毫秒', 0x5B7B226964223A3238313930353037303034323235313236347D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658899898251', null);
INSERT INTO `center_log` VALUES ('307256380178300928', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '7毫秒', 0x5B7B227365727665724E616D65223A22E794A8E688B7E4B8ADE5BF83227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658899898470', null);
INSERT INTO `center_log` VALUES ('307256380882944000', '127.0.0.1', 'http://localhost/api/system/authority/get-tree-child-id', '6毫秒', 0x5B7B226170706C69636174696F6E4964223A3238313930353037303034323235313236347D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取树子节点', '1658899898638', null);
INSERT INTO `center_log` VALUES ('307256381184933888', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '2毫秒', 0x5B7B7D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658899898710', null);
INSERT INTO `center_log` VALUES ('307256381570809856', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658899898802', null);
INSERT INTO `center_log` VALUES ('307256395307155456', '127.0.0.1', 'http://localhost/api/system/application/update', '69毫秒', 0x5B7B226170706C69636174696F6E49636F6E223A22687474703A2F2F3132352E37372E3230322E3136323A32343130302F77617465722F33373864643837393032633834326635613536343966373563386361366237362E706E67222C226170706C69636174696F6E4964223A3238313930353037303034323235313236342C226170706C69636174696F6E4E616D65223A22E794A8E688B7E4B8ADE5BF83222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A313837373535383430303030302C22736572766572436F6465223A22696F742D757365722D63656E746572222C227365727665724E616D65223A22E794A8E688B7E4B8ADE5BF83222C22736F7274223A3939392C2274656E616E74417574686F7269747952656C506172616D223A7B226170706C69636174696F6E4964223A3238313930353037303034323235313236342C22617574686F726974794964223A5B302C3238373334313135323534303033333130322C3238393038373434353835393832373731392C3238393038373434353835393832373733312C3238393038373434353835393832373734352C3238393038373434353835393832373736312C3238393038373434353835393832373737312C3238393038373434353836343032323032332C3238393038373434353836343032323033372C3238393038373434353836343032323034372C3330353033393230383530303639303938375D2C2274656E616E744964223A307D2C2274656E616E744964223A302C2274656E616E744E616D65223A22E59B9BE4BFA1E789A9E88194E7BD91222C227472656573223A7B226368696C6472656E223A5B7B226368696C6472656E223A5B5D2C226964223A3238373334313135323534303033333130322C226C6162656C223A22E7B3BBE7BB9FE8AEBEE7BDAE227D5D2C226964223A323831353937303636383938302C226C6162656C223A22E794A8E688B7E4B8ADE5BF83227D7D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '更新应用', '1658899902077', null);
INSERT INTO `center_log` VALUES ('307256396221513733', '127.0.0.1', 'http://localhost/api/system/server/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '获取服务列表', '1658899902295', null);
INSERT INTO `center_log` VALUES ('307256396225708032', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658899902296', null);
INSERT INTO `center_log` VALUES ('307256396225708033', '127.0.0.1', 'http://localhost/api/system/application/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用列表', '1658899902296', null);
INSERT INTO `center_log` VALUES ('307256396276039680', '127.0.0.1', 'http://localhost/api/system/application/page', '15毫秒', 0x5B7B226170706C69636174696F6E4E616D65223A22222C226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C227365727665724E616D65223A22222C2274656E616E744E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用分页查询', '1658899902308', null);
INSERT INTO `center_log` VALUES ('307256403402162176', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '10毫秒', 0x5B7B226964223A3238313930353037303034323235313236347D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658899904007', null);
INSERT INTO `center_log` VALUES ('307256404115193856', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '7毫秒', 0x5B7B227365727665724E616D65223A22E794A8E688B7E4B8ADE5BF83227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658899904178', null);
INSERT INTO `center_log` VALUES ('307256404782088199', '127.0.0.1', 'http://localhost/api/system/authority/get-tree-child-id', '7毫秒', 0x5B7B226170706C69636174696F6E4964223A3238313930353037303034323235313236347D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取树子节点', '1658899904336', null);
INSERT INTO `center_log` VALUES ('307256405222490112', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '2毫秒', 0x5B7B7D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658899904441', null);
INSERT INTO `center_log` VALUES ('307256405616754688', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658899904535', null);
INSERT INTO `center_log` VALUES ('307257087820300288', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '10毫秒', 0x5B7B226964223A3238383832373630323436393132363134347D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658900067185', null);
INSERT INTO `center_log` VALUES ('307257088340394037', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '7毫秒', 0x5B7B227365727665724E616D65223A22E8AEBEE5A487E7AEA1E5AEB6227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658900067310', null);
INSERT INTO `center_log` VALUES ('307257089514799104', '127.0.0.1', 'http://localhost/api/system/authority/get-tree-child-id', '7毫秒', 0x5B7B226170706C69636174696F6E4964223A3238383832373630323436393132363134347D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取树子节点', '1658900067589', null);
INSERT INTO `center_log` VALUES ('307257089963589632', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '1毫秒', 0x5B7B7D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658900067696', null);
INSERT INTO `center_log` VALUES ('307257090424963072', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658900067806', null);
INSERT INTO `center_log` VALUES ('307257108129120256', '127.0.0.1', 'http://localhost/api/system/application/update', '115毫秒', 0x5B7B226170706C69636174696F6E49636F6E223A22687474703A2F2F3132352E37372E3230322E3136323A32343130302F77617465722F33373864643837393032633834326635613536343966373563386361366237362E706E67222C226170706C69636174696F6E4964223A3238383832373630323436393132363134342C226170706C69636174696F6E4E616D65223A22E59B9BE4BFA1E8AEBEE5A487E7AEA1E5AEB6222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A313735303436343030303030302C22736572766572436F6465223A226465766963652D6D616E616765222C227365727665724E616D65223A22E8AEBEE5A487E7AEA1E5AEB6222C22736F7274223A3939392C2274656E616E74417574686F7269747952656C506172616D223A7B226170706C69636174696F6E4964223A3238383832373630323436393132363134342C22617574686F726974794964223A5B302C3239313736323235343137393732393430382C3239323037373436303134373636363934342C3239323037373436303134373636363935332C3239323131333937323936393037383830332C3239323131333937323936393037383831302C3239323131333937323936393037383831382C3330303033373035323531333132343336312C3239323037373436303134373636363934352C3239323037373436303134373636363934392C3239323037373436303134373636363935392C3239323037373436303134373636363936312C3239323037373436303134373636363936342C3239323037373436303134373636363936392C3239323037373436303134373636363934362C3239323037373436303134373636363935362C3239323037373436303134373636363936322C3239323037373436303134373636363937332C3239323037373436303134373636363937372C3239323037373436303134373636363937382C3239323037373436303134373636363934372C3239323037373436303134373636363935312C3330303033373035323531333132343338312C3330303033373035323531333132343339332C3330303033373035323531333132343339362C3239323037373436303134373636363934382C3239323037373436303134373636363936382C3330303033373035323531333132343337312C3330303033373035323531333132343337352C3330303033373035323531333132343337382C3330303033373035323531333132343338322C3330303033373035323531333132343338362C3239323131333937323936393037383738342C3239323037373436303134373636363935322C3239323037373436303134373636363935352C3239323037373436303134373636363935372C3239323037373436303134373636363936302C3239323037373436303134373636363936332C3239323037373436303134373636363936352C3239323037373436303134373636363936362C3239323037373436303134373636363936372C3239323037373436303134373636363937302C3239323037373436303134373636363937312C3239323037373436303134373636363937322C3239323037373436303134373636363937342C3239323037373436303134373636363937352C3330303033373035323531333132343338392C3239323436303836323634323332333435372C3239323131333937323936393037383739352C3330303033373035323531333132343335372C3330303033373035323531333132343336352C3330303033373035323531333132343338302C3330303033373035323531333132343338332C3330303033373035323531333132343339325D2C2274656E616E744964223A307D2C2274656E616E744964223A302C2274656E616E744E616D65223A22E59B9BE4BFA1E789A9E88194E7BD91222C227472656573223A7B226368696C6472656E223A5B7B226368696C6472656E223A5B5D2C226964223A3239313736323235343137393732393430382C226C6162656C223A22E8AEBEE5A487227D2C7B226368696C6472656E223A5B5D2C226964223A3239323037373436303134373636363934342C226C6162656C223A22E8AEBEE5A487E6A8A1E69DBFE7AEA1E79086227D2C7B226368696C6472656E223A5B5D2C226964223A3239323037373436303134373636363934352C226C6162656C223A22E4BAA7E59381E7AEA1E79086227D2C7B226368696C6472656E223A5B5D2C226964223A3239323037373436303134373636363934362C226C6162656C223A22E58D8FE8AEAEE7AEA1E79086227D2C7B226368696C6472656E223A5B7B226964223A3330303033373035323531333132343339362C226C6162656C223A22E696B0E5A29EE5AD97E585B8E7B1BBE59E8B222C227065726D697373696F6E223A226465766963652D6D616E6167652E6465762D7379732D646963742E616464227D5D2C226964223A3239323037373436303134373636363934372C226C6162656C223A22E695B0E68DAEE5AD97E585B8E7B1BBE59E8BE7AEA1E79086227D2C7B226368696C6472656E223A5B5D2C226964223A3239323037373436303134373636363934382C226C6162656C223A22E695B0E68DAEE5AD97E585B8E7AEA1E79086227D2C7B226368696C6472656E223A5B5D2C226964223A323932313133
INSERT INTO `center_log` VALUES ('307257109018312704', '127.0.0.1', 'http://localhost/api/system/server/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '获取服务列表', '1658900072239', null);
INSERT INTO `center_log` VALUES ('307257109064450048', '127.0.0.1', 'http://localhost/api/system/application/page', '13毫秒', 0x5B7B226170706C69636174696F6E4E616D65223A22222C226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C227365727665724E616D65223A22222C2274656E616E744E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用分页查询', '1658900072250', null);
INSERT INTO `center_log` VALUES ('307257109295136770', '127.0.0.1', 'http://localhost/api/system/application/get-list', '2毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用列表', '1658900072306', null);
INSERT INTO `center_log` VALUES ('307257109408382976', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658900072332', null);
INSERT INTO `center_log` VALUES ('307257118740709376', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '9毫秒', 0x5B7B226964223A3238373239363637373332333231303735327D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658900074557', null);
INSERT INTO `center_log` VALUES ('307257119403409408', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '27毫秒', 0x5B7B227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658900074715', null);
INSERT INTO `center_log` VALUES ('307257120158384128', '127.0.0.1', 'http://localhost/api/system/authority/get-tree-child-id', '7毫秒', 0x5B7B226170706C69636174696F6E4964223A3238373239363637373332333231303735327D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取树子节点', '1658900074895', null);
INSERT INTO `center_log` VALUES ('307257120577814528', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '2毫秒', 0x5B7B7D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658900074996', null);
INSERT INTO `center_log` VALUES ('307257120900775936', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '0毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658900075072', null);
INSERT INTO `center_log` VALUES ('307257129838837760', '127.0.0.1', 'http://localhost/api/system/application/update', '59毫秒', 0x5B7B226170706C69636174696F6E49636F6E223A22687474703A2F2F3132352E37372E3230322E3136323A32343130302F77617465722F33373864643837393032633834326635613536343966373563386361366237362E706E67222C226170706C69636174696F6E4964223A3238373239363637373332333231303735322C226170706C69636174696F6E4E616D65223A22E695B0E5AD97E6B0B4E5BA93E5B9B3E58FB0222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A313735313234313630303030302C22736572766572436F6465223A227265736572766F69722D6D6F6E69746F72696E672D706C6174666F726D222C227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0222C22736F7274223A3939392C2274656E616E74417574686F7269747952656C506172616D223A7B226170706C69636174696F6E4964223A3238373239363637373332333231303735322C22617574686F726974794964223A5B302C3239363834353734313332383935373434312C3239363834353734313332383935373438372C3239393332393533303732323531373034352C3239393334313831313433343931333836322C3239393334313831313433343931333836342C3239363834353734313332383935373434322C3239363834353734313332383935373438322C3239363834353734313332383935373439352C3239363834353734313332383935373530352C3239363834353734313332383935373530372C3239363834353734313332383935373434332C3239393334313831313433343931333832382C3239363834353734313332383935373434342C3239363834353734313332383935373435312C3239363834353734313332383935373438342C3239393334313831313433343931333830382C3239393334313831313433343931333831372C3239393334313831313433343931333832322C3239393334313831313433343931333834302C3239363834353734313332383935373434352C3239363834353734313332383935373435382C3239393334313831313433303731393439312C3239393334313831313433343931333835392C3330303034383638383032343132353434302C3239363834353734313332383935373531325D2C2274656E616E744964223A307D2C2274656E616E744964223A302C2274656E616E744E616D65223A22E59B9BE4BFA1E789A9E88194E7BD91222C227472656573223A7B226368696C6472656E223A5B7B226368696C6472656E223A5B5D2C226964223A3239363834353734313332383935373434312C226C6162656C223A22E7B3BBE7BB9FE7AEA1E79086227D2C7B226368696C6472656E223A5B5D2C226964223A3239363834353734313332383935373434322C226C6162656C223A22E68891E79A84E6B0B4E5BA93227D2C7B226368696C6472656E223A5B5D2C226964223A3239363834353734313332383935373434332C226C6162656C223A22474953E5A4A7E5B18F227D2C7B226368696C6472656E223A5B5D2C226964223A3239363834353734313332383935373434342C226C6162656C223A22E6B0B4E5BA93E7AEA1E79086227D2C7B226368696C6472656E223A5B5D2C226964223A3239363834353734313332383935373434352C226C6162656C223A22E585ACE5918AE7AEA1E79086227D2C7B226368696C6472656E223A5B5D2C226964223A3239393334313831313433303731393439312C226C6162656C223A22E794A8E688B7E69D83E99990227D2C7B226368696C6472656E223A5B5D2C226964223A3330303034383638383032343132353434302C226C6162656C223A22E7AB99E782B9227D5D2C226964223A3238373239363531393437383936383332302C226C6162656C223A22E6B0B4E5BA93E5B9B3E58FB0227D7D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '更新应用', '1658900077203', null);
INSERT INTO `center_log` VALUES ('307257130707058688', '127.0.0.1', 'http://localhost/api/system/server/get-list', '2毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '获取服务列表', '1658900077410', null);
INSERT INTO `center_log` VALUES ('307257130719641606', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '3毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658900077413', null);
INSERT INTO `center_log` VALUES ('307257130723835904', '127.0.0.1', 'http://localhost/api/system/application/get-list', '4毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用列表', '1658900077414', null);
INSERT INTO `center_log` VALUES ('307257130778361856', '127.0.0.1', 'http://localhost/api/system/application/page', '18毫秒', 0x5B7B226170706C69636174696F6E4E616D65223A22222C226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C227365727665724E616D65223A22222C2274656E616E744E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用分页查询', '1658900077427', null);
INSERT INTO `center_log` VALUES ('307257137510219776', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '14毫秒', 0x5B7B226964223A3238313930353037303034323235313236347D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658900079032', null);
INSERT INTO `center_log` VALUES ('307257138110005248', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '6毫秒', 0x5B7B227365727665724E616D65223A22E794A8E688B7E4B8ADE5BF83227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658900079175', null);
INSERT INTO `center_log` VALUES ('307257138583961609', '127.0.0.1', 'http://localhost/api/system/authority/get-tree-child-id', '7毫秒', 0x5B7B226170706C69636174696F6E4964223A3238313930353037303034323235313236347D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取树子节点', '1658900079288', null);
INSERT INTO `center_log` VALUES ('307257138919505920', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '1毫秒', 0x5B7B7D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658900079368', null);
INSERT INTO `center_log` VALUES ('307257139351519232', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658900079471', null);
INSERT INTO `center_log` VALUES ('307257152446136320', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '10毫秒', 0x5B7B226964223A3330373233303438323638333133333935327D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658900082593', null);
INSERT INTO `center_log` VALUES ('307257152962035712', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '7毫秒', 0x5B7B227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658900082716', null);
INSERT INTO `center_log` VALUES ('307257153796702208', '127.0.0.1', 'http://localhost/api/system/authority/get-tree-child-id', '14毫秒', 0x5B7B226170706C69636174696F6E4964223A3330373233303438323638333133333935327D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取树子节点', '1658900082915', null);
INSERT INTO `center_log` VALUES ('307257154056749056', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '2毫秒', 0x5B7B7D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658900082978', null);
INSERT INTO `center_log` VALUES ('307257154337767424', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658900083044', null);
INSERT INTO `center_log` VALUES ('307257162688626688', '127.0.0.1', 'http://localhost/api/system/application/update', '59毫秒', 0x5B7B226170706C69636174696F6E49636F6E223A22687474703A2F2F3132352E37372E3230322E3136323A32343130302F77617465722F33373864643837393032633834326635613536343966373563386361366237362E706E67222C226170706C69636174696F6E4964223A3330373233303438323638333133333935322C226170706C69636174696F6E4E616D65223A22E6B0B4E5BA93E4BFA1E681AFE58C96E79B91E6B58BE9A284E8ADA6E5B9B3E58FB0222C226170706C69636174696F6E537461747573223A312C226170706C69636174696F6E56616C6964697479223A323038323637323030303030302C22736572766572436F6465223A227265736572766F69722D6D6F6E69746F72696E672D706C6174666F726D222C227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0222C22736F7274223A3939392C2274656E616E74417574686F7269747952656C506172616D223A7B226170706C69636174696F6E4964223A3330373233303438323638333133333935322C22617574686F726974794964223A5B302C3239363834353734313332383935373434312C3239363834353734313332383935373438372C3239393332393533303732323531373034352C3239393334313831313433343931333836322C3239393334313831313433343931333836342C3239363834353734313332383935373434322C3239363834353734313332383935373438322C3239363834353734313332383935373439352C3239363834353734313332383935373530352C3239363834353734313332383935373530372C3239363834353734313332383935373434332C3239393334313831313433343931333832382C3239363834353734313332383935373434342C3239363834353734313332383935373435312C3239363834353734313332383935373438342C3239393334313831313433343931333830382C3239393334313831313433343931333831372C3239393334313831313433343931333832322C3239393334313831313433343931333834302C3239363834353734313332383935373434352C3239363834353734313332383935373435382C3239393334313831313433303731393439312C3239393334313831313433343931333835392C3330303034383638383032343132353434302C3239363834353734313332383935373531325D2C2274656E616E744964223A3330373139343638343636333339383430307D2C2274656E616E744964223A3330373139343638343636333339383430302C2274656E616E744E616D65223A22E8BEB0E8BF88E699BAE685A7E7A791E68A80222C227472656573223A7B226368696C6472656E223A5B7B226368696C6472656E223A5B5D2C226964223A3239363834353734313332383935373434312C226C6162656C223A22E7B3BBE7BB9FE7AEA1E79086227D2C7B226368696C6472656E223A5B5D2C226964223A3239363834353734313332383935373434322C226C6162656C223A22E68891E79A84E6B0B4E5BA93227D2C7B226368696C6472656E223A5B5D2C226964223A3239363834353734313332383935373434332C226C6162656C223A22474953E5A4A7E5B18F227D2C7B226368696C6472656E223A5B5D2C226964223A3239363834353734313332383935373434342C226C6162656C223A22E6B0B4E5BA93E7AEA1E79086227D2C7B226368696C6472656E223A5B5D2C226964223A3239363834353734313332383935373434352C226C6162656C223A22E585ACE5918AE7AEA1E79086227D2C7B226368696C6472656E223A5B5D2C226964223A3239393334313831313433303731393439312C226C6162656C223A22E794A8E688B7E69D83E99990227D2C7B226368696C6472656E223A5B5D2C226964223A3330303034383638383032343132353434302C226C6162656C223A22E7AB99E782B9227D5D2C226964223A3238373239363531393437383936383332302C226C6162656C223A22E6B0B4E5BA93E5B9B3E58FB0227D7D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '更新应用', '1658900085035', null);
INSERT INTO `center_log` VALUES ('307257163414241280', '127.0.0.1', 'http://localhost/api/system/server/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '获取服务列表', '1658900085208', null);
INSERT INTO `center_log` VALUES ('307257163418435586', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '1毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658900085209', null);
INSERT INTO `center_log` VALUES ('307257163422629890', '127.0.0.1', 'http://localhost/api/system/application/get-list', '2毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用列表', '1658900085210', null);
INSERT INTO `center_log` VALUES ('307257163485544448', '127.0.0.1', 'http://localhost/api/system/application/page', '17毫秒', 0x5B7B226170706C69636174696F6E4E616D65223A22222C226C616E677561676554797065223A227A682D434E222C22706167654E6F223A312C227061676553697A65223A31302C227365727665724E616D65223A22222C2274656E616E744E616D65223A22227D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '应用分页查询', '1658900085225', null);
INSERT INTO `center_log` VALUES ('307257180413755392', '127.0.0.1', 'http://localhost/api/system/application/get-by-id', '15毫秒', 0x5B7B226964223A3330373233303438323638333133333935327D5D, '281905070042251264', '281905070042251264', '1099', '应用管理', 'admin', '1', '系统操作', '根据ID获取应用', '1658900089261', null);
INSERT INTO `center_log` VALUES ('307257180938043392', '127.0.0.1', 'http://localhost/api/system/authority/get-tree', '7毫秒', 0x5B7B227365727665724E616D65223A22E6B0B4E5BA93E5B9B3E58FB0227D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取权限树', '1658900089386', null);
INSERT INTO `center_log` VALUES ('307257181747544064', '127.0.0.1', 'http://localhost/api/system/authority/get-tree-child-id', '8毫秒', 0x5B7B226170706C69636174696F6E4964223A3330373233303438323638333133333935327D5D, '281905070042251264', '281905070042251264', '1099', '权限管理', 'admin', '1', '系统操作', '获取树子节点', '1658900089579', null);
INSERT INTO `center_log` VALUES ('307257182250860544', '127.0.0.1', 'http://localhost/api/system/server/get-by-type', '1毫秒', 0x5B7B7D5D, '281905070042251264', '281905070042251264', '1099', '服务管理', 'admin', '1', '系统操作', '根据服务类型获取服务', '1658900089699', null);
INSERT INTO `center_log` VALUES ('307257182590599168', '127.0.0.1', 'http://localhost/api/system/tenant/get-list', '0毫秒', 0x5B5D, '281905070042251264', '281905070042251264', '1099', '租户管理', 'admin', '1', '系统操作', '获取租户列表', '1658900089780', null);
-- ----------------------------
-- 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 DEFAULT CHARSET=utf8 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\":[{\"path\":\"apply\",\"modelWrap\":false,\"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,\"sort\":111}]}', '\0', '1654076413417', '1657618670687');
INSERT INTO `center_menu` VALUES ('289087445864022023', 'iot-user-center', 'iot-user-center.system.server', '服务管理', null, '289087445864022023', '\0', '200', '0', '{\"path\":\"\",\"component\":\"Layout\",\"children\":[{\"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,\"sort\":200}]}', '\0', '1654076834705', '1657072777745');
INSERT INTO `center_menu` VALUES ('289087445864022037', 'iot-user-center', 'iot-user-center.system.tenant', '租户管理', null, '289087445864022037', '\0', '0', '0', '{\"path\":\"\",\"component\":\"Layout\",\"children\":[{\"path\":\"tenant\",\"modelWrap\":false,\"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,\"sort\":0}]}', '\0', '1654074801251', '1657072782491');
INSERT INTO `center_menu` VALUES ('289087445864022047', 'iot-user-center', 'iot-user-center.system.user', '用户管理', null, '289087445864022047', '\0', '999', '0', '{\"path\":\"\",\"component\":\"Layout\",\"children\":[{\"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', '1657073081488');
INSERT INTO `center_menu` VALUES ('292077460147666944', 'device-manage', 'device-managedev-template', '设备模板管理', null, '292077460147666944', '\0', '2', '0', '{\"path\":\"\",\"component\":\"Layout\",\"children\":[{\"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\":false,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":false}]}', '\0', '1657088542329', '1657088799822');
INSERT INTO `center_menu` VALUES ('292077460147666945', 'device-manage', 'device-managedev-product', '产品管理', null, '292077460147666945', '\0', '0', '0', '{\"path\":\"\",\"component\":\"Layout\",\"children\":[{\"sort\":0,\"path\":\"product\",\"component\":\"product-manager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"ProductManager\",\"hidden\":false,\"meta\":{\"title\":\"产品管理\",\"icon\":\"ali-icon icon-product\",\"noCache\":false,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":false}]}', '\0', '1657088590422', '1657090230966');
INSERT INTO `center_menu` VALUES ('292077460147666946', 'device-manage', 'device-managedev-protocol', '协议管理', null, '292077460147666946', '\0', '2', '0', '{\"path\":\"\",\"component\":\"Layout\",\"children\":[{\"sort\":2,\"path\":\"protocol\",\"component\":\"protocol-manager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"ProtocolManager\",\"hidden\":false,\"meta\":{\"title\":\"协议管理\",\"icon\":\"ali-icon icon-protocol\",\"noCache\":false,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":false}]}', '\0', '1657088702545', '1657090234372');
INSERT INTO `center_menu` VALUES ('292077460147666948', 'device-manage', 'device-managedev-sys-dict-item', '数据字典管理', null, '292077460147666948', '\0', '999', '0', '{\"path\":\"\",\"component\":\"Layout\",\"children\":[{\"sort\":999,\"path\":\"data-dict\",\"component\":\"data-dict-manager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"DataDictManager\",\"hidden\":false,\"meta\":{\"title\":\"数据字典管理\",\"icon\":\"ali-icon icon-dict\",\"noCache\":false,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":false}]}', '\0', '1657088748676', '1657090238348');
INSERT INTO `center_menu` VALUES ('292113972969078784', 'device-manage', 'device-managedev-info', '设备管理', null, '292113972969078784', '\0', '3', '0', '{\"path\":\"\",\"component\":\"Layout\",\"children\":[{\"sort\":3,\"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', '1657090241755');
INSERT INTO `center_menu` VALUES ('296845741328957441', 'reservoir-monitoring-platform', 'reservoir-monitoring-platformsystem', '系统管理', null, '296845741328957441', '\0', '999', '0', '{\"path\":\"\",\"component\":\"Layout\",\"children\":[{\"sort\":999,\"path\":\"systemconfig\",\"component\":\"system/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"SystemPage\",\"hidden\":true,\"meta\":{\"title\":\"系统管理\",\"icon\":\"\",\"noCache\":false,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":false}]}', '\0', '1656419156362', '1657022979294');
INSERT INTO `center_menu` VALUES ('296845741328957444', 'reservoir-monitoring-platform', 'reservoir-monitoring-platformreservoir', '水库管理', null, '296845741328957444', '\0', '999', '0', '{\"sort\":999,\"path\":\"\",\"component\":\"Layout\",\"redirect\":\"noRedirect\",\"alwaysShow\":false,\"name\":\"Reservoir\",\"hidden\":false,\"meta\":{\"title\":\"水库管理\",\"icon\":\"icon-manage\",\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '', '1656468161313', '1657103593911');
INSERT INTO `center_menu` VALUES ('296845741328957445', 'reservoir-monitoring-platform', 'reservoir-monitoring-platformnotice', '公告管理', null, '296845741328957445', '\0', '999', '0', '{\"path\":\"\",\"component\":\"Layout\",\"children\":[{\"sort\":999,\"path\":\"notice\",\"component\":\"noticeManager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"NoticeManager\",\"hidden\":true,\"meta\":{\"title\":\"公告管理\",\"icon\":\"\",\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":false}]}', '\0', '1656465962068', '1657023061678');
INSERT INTO `center_menu` VALUES ('296845741328957451', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.reservoir.site', '站点管理', null, '296845741328957451', '\0', '999', '296845741328957444', '{\"sort\":999,\"path\":\"siteManager\",\"component\":\"reservoirManager/siteManager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"SiteManager\",\"hidden\":false,\"meta\":{\"title\":\"站点管理\",\"icon\":\"\",\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1656468286417', '1657023050285');
INSERT INTO `center_menu` VALUES ('296845741328957482', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.my-reservoir.get-by-id', '水库详情', null, '296845741328957482', '\0', '999', '0', '{\"path\":\"\",\"component\":\"Layout\",\"children\":[{\"sort\":999,\"path\":\"reservoirInfo\",\"component\":\"reservoir/reservoirInfo/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"ReservoirInfo\",\"hidden\":true,\"meta\":{\"title\":\"水库详情\",\"icon\":\"\",\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":false}]}', '\0', '1656466949777', '1657023024460');
INSERT INTO `center_menu` VALUES ('296845741328957484', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.reservoir.reservoir-info', '水库管理', null, '296845741328957484', '\0', '999', '296845741328957444', '{\"sort\":999,\"path\":\"reservoirManager\",\"component\":\"reservoirManager/reservoirManager/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"ReservoirManager\",\"hidden\":false,\"meta\":{\"title\":\"水库管理\",\"icon\":\"\",\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1656468241528', '1657165360647');
INSERT INTO `center_menu` VALUES ('296845741328957495', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.my-reservoir.reservoir-info', '我的水库', null, '296845741328957495', '\0', '997', '0', '{\"path\":\"\",\"component\":\"Layout\",\"children\":[{\"sort\":997,\"path\":\"myReservoir\",\"component\":\"reservoir/myReservoir/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"MyReservoir\",\"hidden\":false,\"meta\":{\"title\":\"我的水库\",\"icon\":\"icon-reservoir\",\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":false}]}', '\0', '1656466895876', '1657097727479');
INSERT INTO `center_menu` VALUES ('296845741328957505', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.my-reservoir.temp2', '视频回放', null, '296845741328957505', '\0', '999', '0', '{\"path\":\"\",\"component\":\"Layout\",\"children\":[{\"sort\":999,\"path\":\"videoPlayback\",\"component\":\"reservoir/videoPlayback/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"VideoPlayback\",\"hidden\":true,\"meta\":{\"title\":\"视频回放\",\"icon\":\"\",\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":false}]}', '\0', '1656467032521', '1657023031348');
INSERT INTO `center_menu` VALUES ('296845741328957507', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.my-reservoir.temp3', '视频抓拍', null, '296845741328957507', '\0', '999', '0', '{\"path\":\"\",\"component\":\"Layout\",\"children\":[{\"sort\":999,\"path\":\"videoPicture\",\"component\":\"reservoir/videoPicture/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"videoPicture\",\"hidden\":true,\"meta\":{\"title\":\"视频抓拍\",\"icon\":\"\",\"noCache\":true,\"breadcrumb\":true,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":false}]}', '\0', '1656467053761', '1657023034668');
INSERT INTO `center_menu` VALUES ('299341811434913828', 'reservoir-monitoring-platform', 'reservoir-monitoring-platform.screen-menu.info', 'GIS大屏', null, '299341811434913828', '\0', '998', '0', '{\"sort\":998,\"path\":\"monitor\",\"component\":\"monitor/index\",\"redirect\":\"\",\"alwaysShow\":false,\"name\":\"Monitor\",\"hidden\":false,\"meta\":{\"title\":\"GIS大屏\",\"icon\":\"icon-screen\",\"noCache\":true,\"breadcrumb\":false,\"affix\":false,\"activeMenu\":\"\"},\"children\":[],\"custom\":true}', '\0', '1657096219138', '1657097717923');
-- ----------------------------
-- Table structure for center_menu_application_rel
-- ----------------------------
DROP TABLE IF EXISTS `center_menu_application_rel`;
CREATE TABLE `center_menu_application_rel` (
`id` bigint(20) NOT NULL COMMENT '主键ID',
`menu_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 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
-- ----------------------------
-- Records of center_menu_application_rel
-- ----------------------------
-- ----------------------------
-- 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 DEFAULT CHARSET=utf8 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', '1658822727396');
INSERT INTO `center_module` VALUES ('292077460147666945', 'dev-product', '产品管理', 'device-manage', '1655280961956', '1658822727402');
INSERT INTO `center_module` VALUES ('292077460147666946', 'dev-protocol', '协议管理', 'device-manage', '1655280961959', '1658822727408');
INSERT INTO `center_module` VALUES ('292077460147666947', 'dev-sys-dict', '数据字典类型管理', 'device-manage', '1655280961961', '1658822727414');
INSERT INTO `center_module` VALUES ('292077460147666948', 'dev-sys-dict-item', '数据字典管理', 'device-manage', '1655280961963', '1658822727419');
INSERT INTO `center_module` VALUES ('292113972969078784', 'dev-info', '设备管理', 'device-manage', '1655289667273', '1658822727385');
INSERT INTO `center_module` VALUES ('292460862642323457', 'dev-protocol-version', '协议版本管理', 'device-manage', '1655372372208', null);
INSERT INTO `center_module` VALUES ('296845741328957441', 'system', '系统管理', 'reservoir-monitoring-platform', '1656417808750', '1657181450773');
INSERT INTO `center_module` VALUES ('296845741328957442', 'my-reservoir', '我的水库', 'reservoir-monitoring-platform', '1656417808752', '1657181450780');
INSERT INTO `center_module` VALUES ('296845741328957443', 'screen-menu', 'GIS大屏', 'reservoir-monitoring-platform', '1656417808754', '1657181450783');
INSERT INTO `center_module` VALUES ('296845741328957444', 'reservoir', '水库管理', 'reservoir-monitoring-platform', '1656417808756', '1657181450786');
INSERT INTO `center_module` VALUES ('296845741328957445', 'notice', '公告管理', 'reservoir-monitoring-platform', '1656417808757', '1657181450790');
INSERT INTO `center_module` VALUES ('299341811430719491', 'user-permission', '用户权限', 'reservoir-monitoring-platform', '1657012918319', '1657181450788');
INSERT INTO `center_module` VALUES ('300037052513124357', 'dev-protocol-script', '协议脚本管理', 'device-manage', '1657178676649', '1658822727426');
INSERT INTO `center_module` VALUES ('300048688024125440', 'site', '站点', 'reservoir-monitoring-platform', '1657181450769', null);
-- ----------------------------
-- 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 utf8 COLLATE utf8_bin DEFAULT NULL COMMENT '角色编号',
`role_name` varchar(32) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT '角色名称',
`application_id` bigint(20) DEFAULT NULL COMMENT '应用ID',
`remark` varchar(255) DEFAULT NULL COMMENT '描述',
`tenant_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_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 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
-- ----------------------------
-- Records of center_role
-- ----------------------------
-- ----------------------------
-- 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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
-- ----------------------------
-- Records of center_role_authority_rel
-- ----------------------------
-- ----------------------------
-- 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 utf8 COLLATE utf8_bin DEFAULT NULL COMMENT '服务编码',
`server_name` varchar(255) CHARACTER SET utf8 COLLATE utf8_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(1) unsigned DEFAULT '0' COMMENT '服务器是否发布',
`server_status` tinyint(1) DEFAULT '0' COMMENT '服务器状态 1发布 0未发布',
`link_address` varchar(255) DEFAULT NULL COMMENT '服务链接地址',
`login_duration` int(20) 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 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
-- ----------------------------
-- Records of center_server
-- ----------------------------
INSERT INTO `center_server` VALUES ('2815970668980', 'iot-user-center', '用户中心', '非SaaS服务', '3E9A771DA000000', '57969662D94544E881FE66E4359ECE40', '0', '1', '/user-center/#/user', '360', '999', '1652782241649', '1658824481368');
INSERT INTO `center_server` VALUES ('287049310363713536', 'device-manage', '设备管家', '非SaaS服务', '3FBCDD3B1400000', 'E1B75282A3154552A0BC9F20565BEB58', '0', '1', '/device-cloud/', '360', '999', '1654082157605', '1655967055855');
INSERT INTO `center_server` VALUES ('287296519478968320', 'reservoir-monitoring-platform', '水库平台', 'SaaS服务', '3FCAEA98CC00000', 'D97986531622495FB86752636D25A852', '0', '1', '/reservoir-monitoring-platform/', '360', '999', '1654141096852', '1658824718135');
-- ----------------------------
-- 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 utf8 COLLATE utf8_bin DEFAULT NULL COMMENT '服务编码',
`application_name` varchar(32) CHARACTER SET utf8 COLLATE utf8_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(11) unsigned DEFAULT '999' 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 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
-- ----------------------------
-- Records of center_server_application_rel
-- ----------------------------
INSERT INTO `center_server_application_rel` VALUES ('281905070042251264', '0', 'iot-user-center', '用户中心', 'http://125.77.202.162:24100/water/378dd87902c842f5a5649f75c8ca6b76.png', '2029-07-01 00:00:00', '1', null, '999', '1652855675152', '1658899902022');
INSERT INTO `center_server_application_rel` VALUES ('287296677323210752', '0', 'reservoir-monitoring-platform', '数字水库平台', 'http://125.77.202.162:24100/water/378dd87902c842f5a5649f75c8ca6b76.png', '2025-06-30 00:00:00', '1', null, '999', '1654141134497', '1658900077168');
INSERT INTO `center_server_application_rel` VALUES ('288827602469126144', '0', 'device-manage', '四信设备管家', 'http://125.77.202.162:24100/water/378dd87902c842f5a5649f75c8ca6b76.png', '2025-06-21 00:00:00', '1', null, '999', '1654506135479', '1658900071955');
INSERT INTO `center_server_application_rel` VALUES ('307230482683133952', '307194684663398400', 'reservoir-monitoring-platform', '水库信息化监测预警平台', 'http://125.77.202.162:24100/water/378dd87902c842f5a5649f75c8ca6b76.png', '2035-12-31 00:00:00', '1', null, '999', '1658893724182', '1658900085001');
-- ----------------------------
-- 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 utf8 COLLATE utf8_bin DEFAULT NULL COMMENT '租户名称',
`remark` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT '备注',
`tenant_super` int(11) 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 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
-- ----------------------------
-- Records of center_tenant
-- ----------------------------
INSERT INTO `center_tenant` VALUES ('0', '四信物联网', '四信', '1', '1652855901622', '1658896997612');
INSERT INTO `center_tenant` VALUES ('307194684663398400', '辰迈智慧科技', null, '0', '1658885189167', '1658896995232');
-- ----------------------------
-- 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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
-- ----------------------------
-- Records of center_tenant_authority_rel
-- ----------------------------
INSERT INTO `center_tenant_authority_rel` VALUES ('307256395042914305', '0', '287341152540033102', '281905070042251264', '1658899902014', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307256395047108608', '0', '289087445859827719', '281905070042251264', '1658899902015', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307256395047108609', '0', '289087445859827731', '281905070042251264', '1658899902015', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307256395051302912', '0', '289087445859827745', '281905070042251264', '1658899902016', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307256395055497216', '0', '289087445859827761', '281905070042251264', '1658899902017', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307256395059691520', '0', '289087445859827771', '281905070042251264', '1658899902018', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307256395063885824', '0', '289087445864022023', '281905070042251264', '1658899902019', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307256395068080128', '0', '289087445864022037', '281905070042251264', '1658899902020', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307256395068080129', '0', '289087445864022047', '281905070042251264', '1658899902020', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307256395072274432', '0', '305039208500690987', '281905070042251264', '1658899902021', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107684524033', '0', '291762254179729408', '288827602469126144', '1658900071921', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107684524034', '0', '292077460147666944', '288827602469126144', '1658900071921', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107688718336', '0', '292077460147666953', '288827602469126144', '1658900071922', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107692912640', '0', '292113972969078803', '288827602469126144', '1658900071923', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107697106944', '0', '292113972969078810', '288827602469126144', '1658900071924', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107697106945', '0', '292113972969078818', '288827602469126144', '1658900071924', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107701301248', '0', '300037052513124361', '288827602469126144', '1658900071925', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107705495552', '0', '292077460147666945', '288827602469126144', '1658900071926', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107705495553', '0', '292077460147666949', '288827602469126144', '1658900071926', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107709689856', '0', '292077460147666959', '288827602469126144', '1658900071927', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107713884160', '0', '292077460147666961', '288827602469126144', '1658900071928', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107713884161', '0', '292077460147666964', '288827602469126144', '1658900071928', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107718078464', '0', '292077460147666969', '288827602469126144', '1658900071929', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107718078465', '0', '292077460147666946', '288827602469126144', '1658900071929', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107722272768', '0', '292077460147666956', '288827602469126144', '1658900071930', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107726467072', '0', '292077460147666962', '288827602469126144', '1658900071931', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107726467073', '0', '292077460147666973', '288827602469126144', '1658900071931', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107730661376', '0', '292077460147666977', '288827602469126144', '1658900071932', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107734855680', '0', '292077460147666978', '288827602469126144', '1658900071933', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107734855681', '0', '292077460147666947', '288827602469126144', '1658900071933', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107739049984', '0', '292077460147666951', '288827602469126144', '1658900071934', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107743244288', '0', '300037052513124381', '288827602469126144', '1658900071935', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107743244289', '0', '300037052513124393', '288827602469126144', '1658900071935', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107747438592', '0', '300037052513124396', '288827602469126144', '1658900071936', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107751632896', '0', '292077460147666948', '288827602469126144', '1658900071937', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107751632897', '0', '292077460147666968', '288827602469126144', '1658900071937', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107755827200', '0', '300037052513124371', '288827602469126144', '1658900071938', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107760021504', '0', '300037052513124375', '288827602469126144', '1658900071939', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107760021505', '0', '300037052513124378', '288827602469126144', '1658900071939', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107764215808', '0', '300037052513124382', '288827602469126144', '1658900071940', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107768410112', '0', '300037052513124386', '288827602469126144', '1658900071941', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107768410113', '0', '292113972969078784', '288827602469126144', '1658900071941', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107772604416', '0', '292077460147666952', '288827602469126144', '1658900071942', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107772604417', '0', '292077460147666955', '288827602469126144', '1658900071942', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107776798720', '0', '292077460147666957', '288827602469126144', '1658900071943', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107780993024', '0', '292077460147666960', '288827602469126144', '1658900071944', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107780993025', '0', '292077460147666963', '288827602469126144', '1658900071944', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107785187328', '0', '292077460147666965', '288827602469126144', '1658900071945', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107789381632', '0', '292077460147666966', '288827602469126144', '1658900071946', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107789381633', '0', '292077460147666967', '288827602469126144', '1658900071946', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107793575936', '0', '292077460147666970', '288827602469126144', '1658900071947', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107797770240', '0', '292077460147666971', '288827602469126144', '1658900071948', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107797770241', '0', '292077460147666972', '288827602469126144', '1658900071948', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107801964544', '0', '292077460147666974', '288827602469126144', '1658900071949', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107806158848', '0', '292077460147666975', '288827602469126144', '1658900071950', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107806158849', '0', '300037052513124389', '288827602469126144', '1658900071950', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107810353152', '0', '292460862642323457', '288827602469126144', '1658900071951', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107814547456', '0', '292113972969078795', '288827602469126144', '1658900071952', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107814547457', '0', '300037052513124357', '288827602469126144', '1658900071952', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107818741760', '0', '300037052513124365', '288827602469126144', '1658900071953', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107818741761', '0', '300037052513124380', '288827602469126144', '1658900071953', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107822936064', '0', '300037052513124383', '288827602469126144', '1658900071954', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257107827130368', '0', '300037052513124392', '288827602469126144', '1658900071955', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257129612345345', '0', '296845741328957441', '287296677323210752', '1658900077149', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257129616539648', '0', '296845741328957487', '287296677323210752', '1658900077150', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257129620733952', '0', '299329530722517045', '287296677323210752', '1658900077151', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257129624928256', '0', '299341811434913862', '287296677323210752', '1658900077152', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257129624928257', '0', '299341811434913864', '287296677323210752', '1658900077152', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257129629122560', '0', '296845741328957442', '287296677323210752', '1658900077153', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257129633316864', '0', '296845741328957482', '287296677323210752', '1658900077154', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257129637511168', '0', '296845741328957495', '287296677323210752', '1658900077155', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257129637511169', '0', '296845741328957505', '287296677323210752', '1658900077155', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257129641705472', '0', '296845741328957507', '287296677323210752', '1658900077156', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257129645899776', '0', '296845741328957443', '287296677323210752', '1658900077157', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257129650094080', '0', '299341811434913828', '287296677323210752', '1658900077158', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257129650094081', '0', '296845741328957444', '287296677323210752', '1658900077158', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257129654288384', '0', '296845741328957451', '287296677323210752', '1658900077159', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257129658482688', '0', '296845741328957484', '287296677323210752', '1658900077160', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257129662676992', '0', '299341811434913808', '287296677323210752', '1658900077161', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257129666871296', '0', '299341811434913817', '287296677323210752', '1658900077162', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257129666871297', '0', '299341811434913822', '287296677323210752', '1658900077162', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257129671065600', '0', '299341811434913840', '287296677323210752', '1658900077163', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257129675259904', '0', '296845741328957445', '287296677323210752', '1658900077164', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257129675259905', '0', '296845741328957458', '287296677323210752', '1658900077164', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257129679454208', '0', '299341811430719491', '287296677323210752', '1658900077165', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257129683648512', '0', '299341811434913859', '287296677323210752', '1658900077166', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257129687842816', '0', '300048688024125440', '287296677323210752', '1658900077167', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257129687842817', '0', '296845741328957512', '287296677323210752', '1658900077167', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257162466328577', '307194684663398400', '296845741328957441', '307230482683133952', '1658900084982', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257162470522880', '307194684663398400', '296845741328957487', '307230482683133952', '1658900084983', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257162474717184', '307194684663398400', '299329530722517045', '307230482683133952', '1658900084984', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257162478911488', '307194684663398400', '299341811434913862', '307230482683133952', '1658900084985', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257162483105792', '307194684663398400', '299341811434913864', '307230482683133952', '1658900084986', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257162483105793', '307194684663398400', '296845741328957442', '307230482683133952', '1658900084986', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257162487300096', '307194684663398400', '296845741328957482', '307230482683133952', '1658900084987', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257162491494400', '307194684663398400', '296845741328957495', '307230482683133952', '1658900084988', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257162491494401', '307194684663398400', '296845741328957505', '307230482683133952', '1658900084988', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257162495688704', '307194684663398400', '296845741328957507', '307230482683133952', '1658900084989', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257162499883008', '307194684663398400', '296845741328957443', '307230482683133952', '1658900084990', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257162504077312', '307194684663398400', '299341811434913828', '307230482683133952', '1658900084991', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257162508271616', '307194684663398400', '296845741328957444', '307230482683133952', '1658900084992', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257162508271617', '307194684663398400', '296845741328957451', '307230482683133952', '1658900084992', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257162512465920', '307194684663398400', '296845741328957484', '307230482683133952', '1658900084993', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257162516660224', '307194684663398400', '299341811434913808', '307230482683133952', '1658900084994', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257162520854528', '307194684663398400', '299341811434913817', '307230482683133952', '1658900084995', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257162525048832', '307194684663398400', '299341811434913822', '307230482683133952', '1658900084996', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257162525048833', '307194684663398400', '299341811434913840', '307230482683133952', '1658900084996', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257162529243136', '307194684663398400', '296845741328957445', '307230482683133952', '1658900084997', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257162533437440', '307194684663398400', '296845741328957458', '307230482683133952', '1658900084998', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257162533437441', '307194684663398400', '299341811430719491', '307230482683133952', '1658900084998', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257162537631744', '307194684663398400', '299341811434913859', '307230482683133952', '1658900084999', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257162541826048', '307194684663398400', '300048688024125440', '307230482683133952', '1658900085000', null);
INSERT INTO `center_tenant_authority_rel` VALUES ('307257162541826049', '307194684663398400', '296845741328957512', '307230482683133952', '1658900085000', 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 utf8 COLLATE utf8_bin DEFAULT NULL COMMENT '用户名',
`password` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT '密码',
`phone_number` varchar(20) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL COMMENT '手机号码',
`locked` int(11) DEFAULT NULL COMMENT '是否锁定0-否1-是',
`email` varchar(64) CHARACTER SET utf8 COLLATE utf8_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 '更新时间',
PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 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', '1657612880620');
INSERT INTO `center_user` VALUES ('307194684663398401', '307194684663398400', 'chenmai', '$2a$10$oRpWi8.tjzinQbpjtikts.6NRtY/ssuYzxHSvC6xbK.SF7EIredja', '', '0', 'chenmai@qq.com', '0', '1658885189389', '1658893780917');
-- ----------------------------
-- 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',
`create_at` bigint(20) DEFAULT NULL COMMENT '创建时间',
`update_at` bigint(20) DEFAULT NULL COMMENT '更新时间',
PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
-- ----------------------------
-- Records of center_user_role_rel
-- ----------------------------