12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520 |
- /*
- Navicat Premium Dump SQL
- Source Server : local
- Source Server Type : MySQL
- Source Server Version : 90001 (9.0.1)
- Source Host : localhost:3306
- Source Schema : sense_db
- Target Server Type : MySQL
- Target Server Version : 90001 (9.0.1)
- File Encoding : 65001
- Date: 09/10/2024 09:09:43
- */
- SET NAMES utf8mb4;
- SET FOREIGN_KEY_CHECKS = 0;
- -- ----------------------------
- -- Table structure for gen_table
- -- ----------------------------
- DROP TABLE IF EXISTS `gen_table`;
- CREATE TABLE `gen_table` (
- `table_id` bigint NOT NULL COMMENT '编号',
- `data_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '数据源名称',
- `table_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '表名称',
- `table_comment` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '表描述',
- `sub_table_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '关联子表的表名',
- `sub_table_fk_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '子表关联的外键名',
- `class_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '实体类名称',
- `tpl_category` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT 'crud' COMMENT '使用的模板(crud单表操作 tree树表操作)',
- `package_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '生成包路径',
- `module_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '生成模块名',
- `business_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '生成业务名',
- `function_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '生成功能名',
- `function_author` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '生成功能作者',
- `gen_type` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '生成代码方式(0zip压缩包 1自定义路径)',
- `gen_path` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '/' COMMENT '生成路径(不填默认项目路径)',
- `options` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '其它生成选项',
- `create_dept` bigint DEFAULT NULL COMMENT '创建部门',
- `create_by` bigint DEFAULT NULL COMMENT '创建者',
- `create_time` datetime DEFAULT NULL COMMENT '创建时间',
- `update_by` bigint DEFAULT NULL COMMENT '更新者',
- `update_time` datetime DEFAULT NULL COMMENT '更新时间',
- `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '备注',
- PRIMARY KEY (`table_id`) USING BTREE
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='代码生成业务表';
- -- ----------------------------
- -- Records of gen_table
- -- ----------------------------
- BEGIN;
- INSERT INTO `gen_table` (`table_id`, `data_name`, `table_name`, `table_comment`, `sub_table_name`, `sub_table_fk_name`, `class_name`, `tpl_category`, `package_name`, `module_name`, `business_name`, `function_name`, `function_author`, `gen_type`, `gen_path`, `options`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1834785679841255425, 'master', 'sen_monitor_point', '监控点位信息表', NULL, NULL, 'SenMonitorPoint', 'crud', 'org.dromara', 'manage', 'monitorPoint', '监控点位信息', 'luogang', '0', '/', '{\"treeCode\":null,\"treeName\":null,\"treeParentCode\":null,\"parentMenuId\":\"1691\"}', NULL, 1, '2024-09-13 14:29:52', 1, '2024-09-14 10:53:22', NULL);
- INSERT INTO `gen_table` (`table_id`, `data_name`, `table_name`, `table_comment`, `sub_table_name`, `sub_table_fk_name`, `class_name`, `tpl_category`, `package_name`, `module_name`, `business_name`, `function_name`, `function_author`, `gen_type`, `gen_path`, `options`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836233660578717697, 'master', 'sen_monitor_point_media', '监控点位视频媒介表', NULL, NULL, 'SenMonitorPointMedia', 'crud', 'org.dromara', 'manage', 'monitorPointMedia', '监控点位视频媒介', 'luogang', '0', '/', '{\"treeCode\":null,\"treeName\":null,\"treeParentCode\":null,\"parentMenuId\":null}', NULL, 1, '2024-09-16 13:44:40', 1, '2024-09-18 10:42:08', NULL);
- INSERT INTO `gen_table` (`table_id`, `data_name`, `table_name`, `table_comment`, `sub_table_name`, `sub_table_fk_name`, `class_name`, `tpl_category`, `package_name`, `module_name`, `business_name`, `function_name`, `function_author`, `gen_type`, `gen_path`, `options`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836654663563423746, 'master', 'sen_monitor_task', '监控点位视频任务表', NULL, NULL, 'SenMonitorTask', 'crud', 'org.dromara', 'manage', 'monitorTask', '任务管理', 'luogang', '0', '/', '{\"treeCode\":null,\"treeName\":null,\"treeParentCode\":null,\"parentMenuId\":\"1691\"}', NULL, 1, '2024-09-16 13:44:40', 1, '2024-09-19 14:38:05', NULL);
- INSERT INTO `gen_table` (`table_id`, `data_name`, `table_name`, `table_comment`, `sub_table_name`, `sub_table_fk_name`, `class_name`, `tpl_category`, `package_name`, `module_name`, `business_name`, `function_name`, `function_author`, `gen_type`, `gen_path`, `options`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836662628999667714, 'master', 'sen_events', '事件信息表', NULL, NULL, 'SenEvents', 'crud', 'org.dromara', 'manage', 'events', '事件信息', 'luogang', '0', '/', '{\"treeCode\":null,\"treeName\":null,\"treeParentCode\":null,\"parentMenuId\":null}', NULL, 1, '2024-09-16 13:44:40', 1, '2024-09-19 15:07:11', NULL);
- INSERT INTO `gen_table` (`table_id`, `data_name`, `table_name`, `table_comment`, `sub_table_name`, `sub_table_fk_name`, `class_name`, `tpl_category`, `package_name`, `module_name`, `business_name`, `function_name`, `function_author`, `gen_type`, `gen_path`, `options`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836662629205188610, 'master', 'sen_events_media', '事件媒介表\n', '', '', 'SenEventsMedia', 'crud', 'org.dromara', 'dromara', 'eventsMedia', '事件媒介\n', 'luogang', '0', '/', '{\"treeCode\":null,\"treeName\":null,\"treeParentCode\":null,\"parentMenuId\":null}', NULL, 1, '2024-09-16 13:44:40', 1, '2024-09-19 15:22:16', NULL);
- INSERT INTO `gen_table` (`table_id`, `data_name`, `table_name`, `table_comment`, `sub_table_name`, `sub_table_fk_name`, `class_name`, `tpl_category`, `package_name`, `module_name`, `business_name`, `function_name`, `function_author`, `gen_type`, `gen_path`, `options`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836662629259714562, 'master', 'sen_events_object', '事件对象表', NULL, NULL, 'SenEventsObject', 'crud', 'org.dromara', 'dromara', 'eventsObject', '事件对象', 'luogang', '0', '/', '{\"treeCode\":null,\"treeName\":null,\"treeParentCode\":null,\"parentMenuId\":null}', NULL, 1, '2024-09-16 13:44:40', 1, '2024-09-19 15:11:50', NULL);
- INSERT INTO `gen_table` (`table_id`, `data_name`, `table_name`, `table_comment`, `sub_table_name`, `sub_table_fk_name`, `class_name`, `tpl_category`, `package_name`, `module_name`, `business_name`, `function_name`, `function_author`, `gen_type`, `gen_path`, `options`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836662629297463298, 'master', 'sen_events_report', '事件推送记录', NULL, NULL, 'SenEventsReport', 'crud', 'org.dromara', 'sense', 'eventsReport', '推送记录', 'luogang', '0', '/', '{\"treeCode\":null,\"treeName\":null,\"treeParentCode\":null,\"parentMenuId\":\"1690\"}', NULL, 1, '2024-09-16 13:44:40', 1, '2024-09-19 15:27:19', NULL);
- INSERT INTO `gen_table` (`table_id`, `data_name`, `table_name`, `table_comment`, `sub_table_name`, `sub_table_fk_name`, `class_name`, `tpl_category`, `package_name`, `module_name`, `business_name`, `function_name`, `function_author`, `gen_type`, `gen_path`, `options`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836662629351989250, 'master', 'sen_flow_detail', '监控点流量表', NULL, NULL, 'SenFlowDetail', 'crud', 'org.dromara', 'sense', 'flowDetail', '流量明细', 'luogang', '0', '/', '{\"treeCode\":null,\"treeName\":null,\"treeParentCode\":null,\"parentMenuId\":\"1690\"}', NULL, 1, '2024-09-16 13:44:40', 1, '2024-09-19 15:32:00', NULL);
- INSERT INTO `gen_table` (`table_id`, `data_name`, `table_name`, `table_comment`, `sub_table_name`, `sub_table_fk_name`, `class_name`, `tpl_category`, `package_name`, `module_name`, `business_name`, `function_name`, `function_author`, `gen_type`, `gen_path`, `options`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836662629461041153, 'master', 'sen_monitor_task_algorithms', '监控点任务-算法配置表', NULL, NULL, 'SenMonitorTaskAlgorithms', 'crud', 'org.dromara', 'dromara', 'monitorTaskAlgorithms', '监控点任务-算法配置', 'luogang', '0', '/', '{\"treeCode\":null,\"treeName\":null,\"treeParentCode\":null,\"parentMenuId\":null}', NULL, 1, '2024-09-16 13:44:40', 1, '2024-09-19 15:47:26', NULL);
- COMMIT;
- -- ----------------------------
- -- Table structure for gen_table_column
- -- ----------------------------
- DROP TABLE IF EXISTS `gen_table_column`;
- CREATE TABLE `gen_table_column` (
- `column_id` bigint NOT NULL COMMENT '编号',
- `table_id` bigint DEFAULT NULL COMMENT '归属表编号',
- `column_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '列名称',
- `column_comment` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '列描述',
- `column_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '列类型',
- `java_type` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT 'JAVA类型',
- `java_field` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT 'JAVA字段名',
- `is_pk` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '是否主键(1是)',
- `is_increment` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '是否自增(1是)',
- `is_required` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '是否必填(1是)',
- `is_insert` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '是否为插入字段(1是)',
- `is_edit` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '是否编辑字段(1是)',
- `is_list` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '是否列表字段(1是)',
- `is_query` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '是否查询字段(1是)',
- `query_type` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT 'EQ' COMMENT '查询方式(等于、不等于、大于、小于、范围)',
- `html_type` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '显示类型(文本框、文本域、下拉框、复选框、单选框、日期控件)',
- `dict_type` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '字典类型',
- `sort` int DEFAULT NULL COMMENT '排序',
- `create_dept` bigint DEFAULT NULL COMMENT '创建部门',
- `create_by` bigint DEFAULT NULL COMMENT '创建者',
- `create_time` datetime DEFAULT NULL COMMENT '创建时间',
- `update_by` bigint DEFAULT NULL COMMENT '更新者',
- `update_time` datetime DEFAULT NULL COMMENT '更新时间',
- PRIMARY KEY (`column_id`) USING BTREE
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='代码生成业务表字段';
- -- ----------------------------
- -- Records of gen_table_column
- -- ----------------------------
- BEGIN;
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834785680113885186, 1834785679841255425, 'point_id', '主键', 'bigint', 'Long', 'pointId', '1', '1', '1', NULL, '0', '0', NULL, 'EQ', 'input', '', 1, NULL, 1, '2024-09-14 10:46:09', 1, '2024-09-14 10:53:22');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834785680126468098, 1834785679841255425, 'area_id', '行政区域', 'varchar(100)', 'String', 'areaId', '0', '0', '1', '0', '0', '0', '0', 'EQ', 'input', '', 2, NULL, 1, '2024-09-14 10:46:09', 1, '2024-09-14 10:53:22');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834785680134856706, 1834785679841255425, 'point_name', '监控点名称', 'varchar(100)', 'String', 'pointName', '0', '0', '1', '0', '0', '1', '1', 'LIKE', 'input', '', 3, NULL, 1, '2024-09-14 10:46:09', 1, '2024-09-14 10:53:22');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834785680139051009, 1834785679841255425, 'scene_type', '场景类型(1-高速公路 2-城市道路)', 'varchar(10)', 'String', 'sceneType', '0', '0', '1', '0', '0', '1', '1', 'EQ', 'select', 'scene_type', 4, NULL, 1, '2024-09-14 10:46:09', 1, '2024-09-14 10:53:22');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834785680143245314, 1834785679841255425, 'longitude', '经度', 'varchar(100)', 'String', 'longitude', '0', '0', '0', '0', '0', '1', '0', 'EQ', 'input', '', 5, NULL, 1, '2024-09-14 10:46:09', 1, '2024-09-14 10:53:22');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834785680147439617, 1834785679841255425, 'latitude', '纬度', 'varchar(100)', 'String', 'latitude', '0', '0', '0', '0', '0', '1', '0', 'EQ', 'input', '', 6, NULL, 1, '2024-09-14 10:46:09', 1, '2024-09-14 10:53:22');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834785680151633922, 1834785679841255425, 'direction', '方向', 'varchar(100)', 'String', 'direction', '0', '0', '0', '0', '0', '1', '0', 'EQ', 'input', '', 7, NULL, 1, '2024-09-14 10:46:09', 1, '2024-09-14 10:53:22');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834785680151633923, 1834785679841255425, 'intersection_id', '路口编号', 'varchar(255)', 'String', 'intersectionId', '0', '0', '0', '0', '0', '1', '0', 'EQ', 'input', '', 8, NULL, 1, '2024-09-14 10:46:09', 1, '2024-09-14 10:53:22');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834785680155828226, 1834785679841255425, 'create_by', '创建者', 'bigint', 'Long', 'createBy', '0', '0', '0', NULL, NULL, NULL, NULL, 'EQ', 'input', '', 9, NULL, 1, '2024-09-14 10:46:09', 1, '2024-09-14 10:53:22');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834785680160022529, 1834785679841255425, 'create_time', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', '0', NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 10, NULL, 1, '2024-09-14 10:46:09', 1, '2024-09-14 10:53:22');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834785680164216834, 1834785679841255425, 'update_by', '更新者', 'bigint', 'Long', 'updateBy', '0', '0', '0', NULL, NULL, NULL, NULL, 'EQ', 'input', '', 11, NULL, 1, '2024-09-14 10:46:09', 1, '2024-09-14 10:53:22');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834785680164216835, 1834785679841255425, 'update_time', '更新时间', 'datetime', 'Date', 'updateTime', '0', '0', '0', NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 12, NULL, 1, '2024-09-14 10:46:09', 1, '2024-09-14 10:53:22');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836233660700352513, 1836233660578717697, 'id', '主键', 'bigint', 'Long', 'id', '1', '1', '1', NULL, '1', '1', NULL, 'EQ', 'input', '', 1, NULL, 1, '2024-09-18 10:39:55', 1, '2024-09-18 10:42:08');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836233660704546818, 1836233660578717697, 'point_id', '监控点id', 'varchar(100)', 'String', 'pointId', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 2, NULL, 1, '2024-09-18 10:39:55', 1, '2024-09-18 10:42:08');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836233660717129729, 1836233660578717697, 'video_type', '视频类型(1-实时视频2-离线视频)', 'varchar(10)', 'String', 'videoType', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'select', 'video_type', 3, NULL, 1, '2024-09-18 10:39:55', 1, '2024-09-18 10:42:08');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836233660721324033, 1836233660578717697, 'device_no', '设备编号', 'varchar(255)', 'String', 'deviceNo', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 4, NULL, 1, '2024-09-18 10:39:55', 1, '2024-09-18 10:42:08');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836233660721324034, 1836233660578717697, 'stream_url', '实时流地址', 'varchar(255)', 'String', 'streamUrl', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 5, NULL, 1, '2024-09-18 10:39:55', 1, '2024-09-18 10:42:08');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836233660725518338, 1836233660578717697, 'file_name', '离线视频名称', 'varchar(255)', 'String', 'fileName', '0', '0', '1', '1', '1', '1', '1', 'LIKE', 'input', '', 6, NULL, 1, '2024-09-18 10:39:55', 1, '2024-09-18 10:42:08');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836233660729712642, 1836233660578717697, 'file_path', '离线视频存储路径', 'varchar(255)', 'String', 'filePath', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 7, NULL, 1, '2024-09-18 10:39:55', 1, '2024-09-18 10:42:08');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836233660729712643, 1836233660578717697, 'adjust_time', '离线视频校准时间', 'datetime', 'Date', 'adjustTime', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'datetime', '', 8, NULL, 1, '2024-09-18 10:39:55', 1, '2024-09-18 10:42:08');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836233660733906946, 1836233660578717697, 'create_by', '创建者', 'bigint', 'Long', 'createBy', '0', '0', '0', NULL, NULL, NULL, NULL, 'EQ', 'input', '', 9, NULL, 1, '2024-09-18 10:39:55', 1, '2024-09-18 10:42:08');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836233660738101250, 1836233660578717697, 'create_time', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', '0', NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 10, NULL, 1, '2024-09-18 10:39:55', 1, '2024-09-18 10:42:08');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836233660738101251, 1836233660578717697, 'update_by', '更新者', 'bigint', 'Long', 'updateBy', '0', '0', '0', NULL, NULL, NULL, NULL, 'EQ', 'input', '', 11, NULL, 1, '2024-09-18 10:39:55', 1, '2024-09-18 10:42:09');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836233660742295554, 1836233660578717697, 'update_time', '更新时间', 'datetime', 'Date', 'updateTime', '0', '0', '0', NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 12, NULL, 1, '2024-09-18 10:39:55', 1, '2024-09-18 10:42:09');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836654663697641473, 1836654663563423746, 'id', '任务编号', 'bigint', 'Long', 'id', '1', '1', '0', NULL, '1', '1', NULL, 'EQ', 'input', '', 1, NULL, 1, '2024-09-19 14:32:50', 1, '2024-09-19 14:38:05');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836654663706030081, 1836654663563423746, 'media_id', '监控点媒介id', 'bigint', 'Long', 'mediaId', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 2, NULL, 1, '2024-09-19 14:32:50', 1, '2024-09-19 14:38:05');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836654663714418689, 1836654663563423746, 'point_id', '监控点位id', 'bigint', 'Long', 'pointId', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 3, NULL, 1, '2024-09-19 14:32:50', 1, '2024-09-19 14:38:05');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836654663718612994, 1836654663563423746, 'video_type', '视频类型(1-实时视频2-离线视频)', 'varchar(10)', 'String', 'videoType', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'select', 'video_type', 4, NULL, 1, '2024-09-19 14:32:50', 1, '2024-09-19 14:38:05');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836654663722807298, 1836654663563423746, 'progress', '完成进度', 'varchar(100)', 'String', 'progress', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 5, NULL, 1, '2024-09-19 14:32:50', 1, '2024-09-19 14:38:05');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836654663722807299, 1836654663563423746, 'status', '任务状态(1-未开始 2-分析中3-分析完成)', 'varchar(255)', 'String', 'status', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'radio', '', 6, NULL, 1, '2024-09-19 14:32:50', 1, '2024-09-19 14:38:05');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836654663727001602, 1836654663563423746, 'create_by', '创建者', 'bigint', 'Long', 'createBy', '0', '0', '0', NULL, NULL, NULL, NULL, 'EQ', 'input', '', 7, NULL, 1, '2024-09-19 14:32:50', 1, '2024-09-19 14:38:05');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836654663731195906, 1836654663563423746, 'create_time', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', '0', NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 8, NULL, 1, '2024-09-19 14:32:50', 1, '2024-09-19 14:38:05');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836654663731195907, 1836654663563423746, 'update_by', '更新者', 'bigint', 'Long', 'updateBy', '0', '0', '0', NULL, NULL, NULL, NULL, 'EQ', 'input', '', 9, NULL, 1, '2024-09-19 14:32:50', 1, '2024-09-19 14:38:05');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836654663735390210, 1836654663563423746, 'update_time', '更新时间', 'datetime', 'Date', 'updateTime', '0', '0', '0', NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 10, NULL, 1, '2024-09-19 14:32:50', 1, '2024-09-19 14:38:05');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629133885441, 1836662628999667714, 'id', '主键', 'bigint', 'Long', 'id', '1', '1', '1', NULL, '1', '1', NULL, 'EQ', 'input', '', 1, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:07:11');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629142274049, 1836662628999667714, 'event_category', '事件分类(字典event_category)', 'varchar(10)', 'String', 'eventCategory', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', 'event_category', 2, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:07:11');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629146468354, 1836662628999667714, 'event_name', '事件名称', 'varchar(100)', 'String', 'eventName', '0', '0', '1', '1', '1', '1', '1', 'LIKE', 'input', '', 3, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:07:11');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629150662658, 1836662628999667714, 'event_type', '事件类型(字典event_type)', 'varchar(50)', 'String', 'eventType', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'select', '', 4, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:07:11');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629154856962, 1836662628999667714, 'point_id', '监控点id', 'bigint', 'Long', 'pointId', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 5, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:07:11');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629154856963, 1836662628999667714, 'point_name', '监控点名称', 'varchar(100)', 'String', 'pointName', '0', '0', '1', '1', '1', '1', '1', 'LIKE', 'input', '', 6, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:07:11');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629159051265, 1836662628999667714, 'area_id', '区域id', 'varchar(100)', 'String', 'areaId', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 7, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:07:11');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629163245570, 1836662628999667714, 'area_name', '区域名称', 'varchar(100)', 'String', 'areaName', '0', '0', '1', '1', '1', '1', '1', 'LIKE', 'input', '', 8, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:07:11');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629163245571, 1836662628999667714, 'event_obj', '事件对象类型(交通、城管、社区)', 'varchar(100)', 'String', 'eventObj', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 9, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:07:11');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629167439873, 1836662628999667714, 'deal_status', '处理状态', 'varchar(255)', 'String', 'dealStatus', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'radio', '', 10, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:07:11');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629167439874, 1836662628999667714, 'create_by', '创建者', 'bigint', 'Long', 'createBy', '0', '0', '0', NULL, NULL, NULL, NULL, 'EQ', 'input', '', 11, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:07:11');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629171634178, 1836662628999667714, 'create_time', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', '0', NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 12, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:07:11');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629226160129, 1836662629205188610, 'id', '主键', 'bigint', 'Long', 'id', '1', '1', '1', NULL, '1', '1', NULL, 'EQ', 'input', '', 1, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:22:16');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629230354434, 1836662629205188610, 'event_id', '事件id', 'bigint', 'Long', 'eventId', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 2, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:22:16');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629234548737, 1836662629205188610, 'media_type', '媒介文件类型(1-图片、2-视频)', 'varchar(100)', 'String', 'mediaType', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 3, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:22:16');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629234548738, 1836662629205188610, 'file_name', '文件名称', 'varchar(100)', 'String', 'fileName', '0', '0', '1', '1', '1', '1', '1', 'LIKE', 'input', '', 4, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:22:16');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629238743041, 1836662629205188610, 'file_path', '文件存储路径', 'varchar(255)', 'String', 'filePath', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 5, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:22:16');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629238743042, 1836662629205188610, 'duration', '如果是视频,记录视频的时长', 'time', 'Date', 'duration', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'datetime', '', 6, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:22:16');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629238743043, 1836662629205188610, 'create_by', '创建者', 'bigint', 'Long', 'createBy', '0', '0', '0', NULL, NULL, NULL, NULL, 'EQ', 'input', '', 7, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:22:16');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629242937346, 1836662629205188610, 'create_time', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', '0', NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 8, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:22:16');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629272297474, 1836662629259714562, 'id', '主键', 'bigint', 'Long', 'id', '1', '1', '1', NULL, '1', '1', NULL, 'EQ', 'input', '', 1, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:11:50');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629276491777, 1836662629259714562, 'event_id', '事件id', 'bigint', 'Long', 'eventId', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 2, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:11:50');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629276491778, 1836662629259714562, 'object_type', '对象类型(如人、车等)', 'varchar(100)', 'String', 'objectType', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'select', '', 3, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:11:50');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629280686082, 1836662629259714562, 'event_type', '事件类型(字典event_type)', 'varchar(50)', 'String', 'eventType', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'select', 'event_type', 4, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:11:50');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629280686083, 1836662629259714562, 'object_id', '对象标识(如车牌号、人脸特征码等)', 'varchar(100)', 'String', 'objectId', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 5, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:11:50');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629280686084, 1836662629259714562, 'object_attr', '对象属性(如品牌)', 'varchar(100)', 'String', 'objectAttr', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 6, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:11:50');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629284880386, 1836662629259714562, 'create_by', '创建者', 'bigint', 'Long', 'createBy', '0', '0', '0', NULL, NULL, NULL, NULL, 'EQ', 'input', '', 7, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:11:50');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629284880387, 1836662629259714562, 'create_time', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', '0', NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 8, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:11:50');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629314240513, 1836662629297463298, 'id', '主键', 'bigint', 'Long', 'id', '1', '1', '1', NULL, '1', '1', NULL, 'EQ', 'input', '', 1, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:27:19');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629314240514, 1836662629297463298, 'report_platform', '上报平台', 'varchar(100)', 'String', 'reportPlatform', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 2, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:27:19');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629318434817, 1836662629297463298, 'point_id', '监控点id', 'bigint', 'Long', 'pointId', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 3, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:27:19');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629318434818, 1836662629297463298, 'point_name', '监控点名称', 'varchar(100)', 'String', 'pointName', '0', '0', '1', '1', '1', '1', '1', 'LIKE', 'input', '', 4, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:27:19');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629318434819, 1836662629297463298, 'event_name', '事件名称', 'varchar(100)', 'String', 'eventName', '0', '0', '1', '1', '1', '1', '1', 'LIKE', 'input', '', 5, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:27:19');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629322629121, 1836662629297463298, 'data_content', '数据详情', 'json', 'String', 'dataContent', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 6, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:27:19');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629322629122, 1836662629297463298, 'data_type', '数据类型', 'varchar(50)', 'String', 'dataType', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 7, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:27:19');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629322629123, 1836662629297463298, 'report_status', '上报状态(0-发送成功1-发送失败)', 'varchar(10)', 'String', 'reportStatus', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 8, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:27:19');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629326823425, 1836662629297463298, 'report_desc', '描述', 'varchar(255)', 'String', 'reportDesc', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 9, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:27:19');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629326823426, 1836662629297463298, 'deal_status', '重试次数', 'int', 'Integer', 'dealStatus', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 10, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:27:19');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629326823427, 1836662629297463298, 'create_by', '创建者', 'bigint', 'Long', 'createBy', '0', '0', '0', NULL, NULL, NULL, NULL, 'EQ', 'input', '', 11, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:27:19');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629331017730, 1836662629297463298, 'create_time', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', '0', NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 12, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:27:19');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629331017731, 1836662629297463298, 'update_by', '更新人', 'bigint', 'Long', 'updateBy', '0', '0', '0', NULL, NULL, NULL, NULL, 'EQ', 'input', '', 13, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:27:19');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629331017732, 1836662629297463298, 'update_time', '更新时间', 'datetime', 'Date', 'updateTime', '0', '0', '0', NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 14, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:27:19');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629372960769, 1836662629351989250, 'id', '主键', 'bigint', 'Long', 'id', '1', '1', '1', NULL, '1', '1', NULL, 'EQ', 'input', '', 1, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:32:00');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629372960770, 1836662629351989250, 'task_id', '任务编号', 'varchar(255)', 'String', 'taskId', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 2, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:32:00');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629377155074, 1836662629351989250, 'point_id', '监控点id', 'bigint', 'Long', 'pointId', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 3, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:32:00');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629377155075, 1836662629351989250, 'point_name', '监控点名称', 'varchar(100)', 'String', 'pointName', '0', '0', '1', '1', '1', '1', '1', 'LIKE', 'input', '', 4, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:32:00');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629377155076, 1836662629351989250, 'lane_number', '车道号', 'varchar(50)', 'String', 'laneNumber', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 5, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:32:00');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629381349377, 1836662629351989250, 'vehicle_count', '车流量', 'varchar(100)', 'String', 'vehicleCount', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 6, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:32:00');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629381349378, 1836662629351989250, 'average_speed', '平均数据(km/h)', 'varchar(50)', 'String', 'averageSpeed', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 7, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:32:00');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629381349379, 1836662629351989250, 'queue_time', '排队长度(s)', 'varchar(255)', 'String', 'queueTime', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 8, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:32:00');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629381349380, 1836662629351989250, 'space_rate', '空间占有率', 'varchar(100)', 'String', 'spaceRate', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 9, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:32:00');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629385543681, 1836662629351989250, 'time_rate', '时间占有率', 'varchar(100)', 'String', 'timeRate', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 10, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:32:00');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629385543682, 1836662629351989250, 'headway_time', '车头时距(s)', 'varchar(255)', 'String', 'headwayTime', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 11, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:32:00');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629385543683, 1836662629351989250, 'headway_distance', '车头间距', 'varchar(255)', 'String', 'headwayDistance', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 12, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:32:00');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629385543684, 1836662629351989250, 'vehicle_remark', '车辆类型与行驶方向数', 'varchar(500)', 'String', 'vehicleRemark', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'textarea', '', 13, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:32:00');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629389737986, 1836662629351989250, 'create_by', '创建者', 'bigint', 'Long', 'createBy', '0', '0', '0', NULL, NULL, NULL, NULL, 'EQ', 'input', '', 14, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:32:00');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629389737987, 1836662629351989250, 'create_time', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', '0', NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 15, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:32:00');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629477818370, 1836662629461041153, 'task_id', '任务id', 'bigint', 'Long', 'taskId', '1', '1', '1', NULL, '1', '1', NULL, 'EQ', 'input', '', 1, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:47:26');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629482012674, 1836662629461041153, 'algorithm_id', '算法id', 'bigint', 'Long', 'algorithmId', '1', '0', '1', NULL, '1', '1', NULL, 'EQ', 'input', '', 2, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:47:26');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629482012675, 1836662629461041153, 'config_content', '算法感兴趣绘制区域内容', 'json', 'String', 'configContent', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 3, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:47:26');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629482012676, 1836662629461041153, 'create_by', '创建者', 'bigint', 'Long', 'createBy', '0', '0', '0', NULL, NULL, NULL, NULL, 'EQ', 'input', '', 4, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:47:26');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629486206978, 1836662629461041153, 'create_time', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', '0', NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 5, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:47:26');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629486206979, 1836662629461041153, 'update_by', '更新者', 'bigint', 'Long', 'updateBy', '0', '0', '0', NULL, NULL, NULL, NULL, 'EQ', 'input', '', 6, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:47:26');
- INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_comment`, `column_type`, `java_type`, `java_field`, `is_pk`, `is_increment`, `is_required`, `is_insert`, `is_edit`, `is_list`, `is_query`, `query_type`, `html_type`, `dict_type`, `sort`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836662629486206980, 1836662629461041153, 'update_time', '更新时间', 'datetime', 'Date', 'updateTime', '0', '0', '0', NULL, NULL, NULL, NULL, 'EQ', 'datetime', '', 7, NULL, 1, '2024-09-19 15:04:29', 1, '2024-09-19 15:47:26');
- COMMIT;
- -- ----------------------------
- -- Table structure for sen_algorithm_config
- -- ----------------------------
- DROP TABLE IF EXISTS `sen_algorithm_config`;
- CREATE TABLE `sen_algorithm_config` (
- `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键',
- `algorithm_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '算法名称',
- `algorithm_category` int DEFAULT NULL COMMENT '算法类别(字典algorithm_category)',
- `status` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL DEFAULT '0' COMMENT '状态(0-启用1-禁用)',
- `alert_cycle` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '告警周期',
- `algorithm_provider` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '算法提供商',
- `hardware_type` varchar(100) DEFAULT NULL COMMENT '算法硬件类型',
- `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci COMMENT '描述',
- `create_by` bigint DEFAULT NULL COMMENT '创建者',
- `create_time` datetime DEFAULT NULL COMMENT '创建时间',
- `update_by` bigint DEFAULT NULL COMMENT '更新者',
- `update_time` datetime DEFAULT NULL COMMENT '更新时间',
- PRIMARY KEY (`id`) USING BTREE
- ) ENGINE=InnoDB AUTO_INCREMENT=1834498911896190990 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='算法仓配置表';
- -- ----------------------------
- -- Records of sen_algorithm_config
- -- ----------------------------
- BEGIN;
- INSERT INTO `sen_algorithm_config` (`id`, `algorithm_name`, `algorithm_category`, `status`, `alert_cycle`, `algorithm_provider`, `hardware_type`, `description`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834498911896190982, '违法停车', 1, '0', '1', '亨通', '英伟达', '1', 1, '2024-09-14 14:24:56', 1, '2024-09-14 14:25:14');
- INSERT INTO `sen_algorithm_config` (`id`, `algorithm_name`, `algorithm_category`, `status`, `alert_cycle`, `algorithm_provider`, `hardware_type`, `description`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834498911896190983, '机占非', 1, '0', '1', '交通', '', NULL, 1, '2024-09-19 17:09:37', 1, '2024-09-19 17:15:12');
- INSERT INTO `sen_algorithm_config` (`id`, `algorithm_name`, `algorithm_category`, `status`, `alert_cycle`, `algorithm_provider`, `hardware_type`, `description`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834498911896190984, '违法变道', 1, '0', '1', NULL, NULL, NULL, 1, '2024-09-19 17:10:42', 1, '2024-09-19 17:15:17');
- INSERT INTO `sen_algorithm_config` (`id`, `algorithm_name`, `algorithm_category`, `status`, `alert_cycle`, `algorithm_provider`, `hardware_type`, `description`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834498911896190985, '机动车逆行', 1, '0', '1', NULL, NULL, NULL, 1, '2024-09-19 17:11:22', 1, '2024-09-19 17:17:21');
- INSERT INTO `sen_algorithm_config` (`id`, `algorithm_name`, `algorithm_category`, `status`, `alert_cycle`, `algorithm_provider`, `hardware_type`, `description`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834498911896190986, '非机动车闯入机动车道', 2, '0', '1', NULL, NULL, NULL, 1, '2024-09-19 17:12:23', 1, '2024-09-19 17:17:27');
- INSERT INTO `sen_algorithm_config` (`id`, `algorithm_name`, `algorithm_category`, `status`, `alert_cycle`, `algorithm_provider`, `hardware_type`, `description`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834498911896190987, '行人横穿马路', 3, '0', '10', NULL, NULL, NULL, 1, '2024-09-19 17:13:03', 1, '2024-09-19 17:13:03');
- INSERT INTO `sen_algorithm_config` (`id`, `algorithm_name`, `algorithm_category`, `status`, `alert_cycle`, `algorithm_provider`, `hardware_type`, `description`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834498911896190988, '流量事件检测', 4, '0', '7', NULL, NULL, NULL, 1, '2024-09-19 17:17:13', 1, '2024-09-19 17:17:13');
- INSERT INTO `sen_algorithm_config` (`id`, `algorithm_name`, `algorithm_category`, `status`, `alert_cycle`, `algorithm_provider`, `hardware_type`, `description`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834498911896190989, '路面事件', 5, '0', '5', NULL, NULL, NULL, 1, '2024-09-22 13:47:14', NULL, NULL);
- COMMIT;
- -- ----------------------------
- -- Table structure for sen_algorithm_nodes
- -- ----------------------------
- DROP TABLE IF EXISTS `sen_algorithm_nodes`;
- CREATE TABLE `sen_algorithm_nodes` (
- `algorithm_id` bigint DEFAULT NULL COMMENT '算法id',
- `node_id` bigint DEFAULT NULL COMMENT '节点id',
- `create_by` bigint DEFAULT NULL COMMENT '创建人',
- `create_time` datetime DEFAULT NULL COMMENT '创建时间',
- `update_by` bigint DEFAULT NULL COMMENT '更新人',
- `update_time` datetime DEFAULT NULL COMMENT '更新时间'
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='节点-算法关联表';
- -- ----------------------------
- -- Records of sen_algorithm_nodes
- -- ----------------------------
- BEGIN;
- INSERT INTO `sen_algorithm_nodes` (`algorithm_id`, `node_id`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834498911896190982, 1834435909775880199, 1, '2024-09-14 14:25:14', 1, '2024-09-14 14:25:14');
- INSERT INTO `sen_algorithm_nodes` (`algorithm_id`, `node_id`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834498911896190987, 1834435909775880199, 1, '2024-09-19 17:13:03', 1, '2024-09-19 17:13:03');
- INSERT INTO `sen_algorithm_nodes` (`algorithm_id`, `node_id`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834498911896190983, 1834435909775880200, 1, '2024-09-19 17:15:12', 1, '2024-09-19 17:15:12');
- INSERT INTO `sen_algorithm_nodes` (`algorithm_id`, `node_id`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834498911896190984, 1834435909775880201, 1, '2024-09-19 17:15:17', 1, '2024-09-19 17:15:17');
- INSERT INTO `sen_algorithm_nodes` (`algorithm_id`, `node_id`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834498911896190988, 1834435909775880201, 1, '2024-09-19 17:17:13', 1, '2024-09-19 17:17:13');
- INSERT INTO `sen_algorithm_nodes` (`algorithm_id`, `node_id`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834498911896190985, 1834435909775880199, 1, '2024-09-19 17:17:21', 1, '2024-09-19 17:17:21');
- INSERT INTO `sen_algorithm_nodes` (`algorithm_id`, `node_id`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834498911896190986, 1834435909775880199, 1, '2024-09-19 17:17:27', 1, '2024-09-19 17:17:27');
- COMMIT;
- -- ----------------------------
- -- Table structure for sen_cluster_nodes
- -- ----------------------------
- DROP TABLE IF EXISTS `sen_cluster_nodes`;
- CREATE TABLE `sen_cluster_nodes` (
- `node_id` bigint NOT NULL AUTO_INCREMENT COMMENT '节点id',
- `node_name` varchar(255) DEFAULT NULL COMMENT '节点名称',
- `hardware_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '硬件类型',
- `algorithm_provider` varchar(100) DEFAULT '0' COMMENT '算法提供商',
- `compute_power` double DEFAULT NULL COMMENT '节点算力',
- `node_ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '节点IP',
- `compute_paths` bigint DEFAULT '0' COMMENT '算力路数',
- `running_tasks` bigint DEFAULT NULL COMMENT '运行中任务数',
- `running_status` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '运行状态(0-运行中 1-已停止2-运行报错)',
- `node_desc` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci COMMENT '描述',
- `create_by` bigint DEFAULT NULL COMMENT '创建者',
- `create_time` datetime DEFAULT NULL COMMENT '创建时间',
- `update_by` bigint DEFAULT NULL COMMENT '更新者',
- `update_time` datetime DEFAULT NULL COMMENT '更新时间',
- PRIMARY KEY (`node_id`) USING BTREE
- ) ENGINE=InnoDB AUTO_INCREMENT=1834435909775880202 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='集群配置表';
- -- ----------------------------
- -- Records of sen_cluster_nodes
- -- ----------------------------
- BEGIN;
- INSERT INTO `sen_cluster_nodes` (`node_id`, `node_name`, `hardware_type`, `algorithm_provider`, `compute_power`, `node_ip`, `compute_paths`, `running_tasks`, `running_status`, `node_desc`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834435909775880199, '节点1', '硬件', '亨通', 1, '1.1.1.1', 1, 1, '0', NULL, 1, '2024-09-13 16:45:38', 1, '2024-09-13 16:46:41');
- INSERT INTO `sen_cluster_nodes` (`node_id`, `node_name`, `hardware_type`, `algorithm_provider`, `compute_power`, `node_ip`, `compute_paths`, `running_tasks`, `running_status`, `node_desc`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834435909775880200, '节点2', '硬件', '0', 10, '127.0.0.1', 100, 3, '0', NULL, 1, '2024-09-19 17:13:47', 1, '2024-09-19 17:13:47');
- INSERT INTO `sen_cluster_nodes` (`node_id`, `node_name`, `hardware_type`, `algorithm_provider`, `compute_power`, `node_ip`, `compute_paths`, `running_tasks`, `running_status`, `node_desc`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1834435909775880201, '节点3', '硬件', '0', 2, '196.127.0.1', 10, 10, '0', NULL, 1, '2024-09-19 17:14:54', 1, '2024-09-19 17:14:54');
- COMMIT;
- -- ----------------------------
- -- Table structure for sen_events
- -- ----------------------------
- DROP TABLE IF EXISTS `sen_events`;
- CREATE TABLE `sen_events` (
- `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键',
- `event_category` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '事件分类(字典event_category)',
- `event_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '事件名称',
- `event_type` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '事件类型(字典event_type)',
- `point_id` bigint DEFAULT NULL COMMENT '监控点id',
- `point_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '监控点名称',
- `area_id` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '区域id',
- `area_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '区域名称',
- `event_obj` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '事件对象类型(交通、城管、社区)',
- `deal_status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '处理状态(0-未处理1-已处理 2-已忽略)',
- `datasource` varchar(255) DEFAULT NULL COMMENT '数据来源',
- `create_by` bigint DEFAULT NULL COMMENT '创建者',
- `create_time` datetime DEFAULT NULL COMMENT '创建时间',
- PRIMARY KEY (`id`) USING BTREE,
- KEY `idx_create_time` (`create_time`)
- ) ENGINE=InnoDB AUTO_INCREMENT=1843818661821661187 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='事件信息表';
- -- ----------------------------
- -- Table structure for sen_events_media
- -- ----------------------------
- DROP TABLE IF EXISTS `sen_events_media`;
- CREATE TABLE `sen_events_media` (
- `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键',
- `event_id` bigint DEFAULT '0' COMMENT '事件id',
- `media_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '媒介文件类型(1-图片、2-视频)',
- `file_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '文件名称',
- `file_path` varchar(255) DEFAULT NULL COMMENT '文件存储路径',
- `duration` time DEFAULT NULL COMMENT '如果是视频,记录视频的时长',
- `create_time` datetime DEFAULT NULL COMMENT '创建时间',
- PRIMARY KEY (`id`) USING BTREE,
- KEY `fk_sen_events_media_sen_events_1` (`event_id`),
- CONSTRAINT `fk_sen_events_media_sen_events_1` FOREIGN KEY (`event_id`) REFERENCES `sen_events` (`id`)
- ) ENGINE=InnoDB AUTO_INCREMENT=1843818661825855490 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='事件媒介表\n';
- -- ----------------------------
- -- Table structure for sen_events_object
- -- ----------------------------
- DROP TABLE IF EXISTS `sen_events_object`;
- CREATE TABLE `sen_events_object` (
- `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键',
- `event_id` bigint DEFAULT '0' COMMENT '事件id',
- `object_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '对象类型(如人、车等)',
- `event_type` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '事件类型(字典event_type)',
- `object_id` varchar(100) DEFAULT NULL COMMENT '对象标识(如车牌号、人脸特征码等)',
- `object_attr` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '对象属性(如品牌)',
- `create_by` bigint DEFAULT NULL COMMENT '创建者',
- `create_time` datetime DEFAULT NULL COMMENT '创建时间',
- PRIMARY KEY (`id`) USING BTREE,
- KEY `INDEX idx_event_id` (`event_id`),
- CONSTRAINT `fk_sen_events_object_sen_events_1` FOREIGN KEY (`event_id`) REFERENCES `sen_events` (`id`)
- ) ENGINE=InnoDB AUTO_INCREMENT=25675 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='事件对象表';
- -- ----------------------------
- -- Table structure for sen_events_report
- -- ----------------------------
- DROP TABLE IF EXISTS `sen_events_report`;
- CREATE TABLE `sen_events_report` (
- `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键',
- `report_platform` varchar(100) DEFAULT '0' COMMENT '上报平台',
- `event_id` bigint DEFAULT NULL COMMENT '事件id',
- `point_id` bigint DEFAULT NULL COMMENT '监控点id',
- `point_name` varchar(100) DEFAULT '0' COMMENT '监控点名称',
- `event_name` varchar(100) DEFAULT NULL COMMENT '事件名称',
- `data_content` json DEFAULT NULL COMMENT '数据详情',
- `data_type` varchar(50) DEFAULT NULL COMMENT '数据类型',
- `report_status` varchar(10) DEFAULT NULL COMMENT '上报状态(0-发送成功1-发送失败)',
- `report_desc` varchar(255) DEFAULT NULL COMMENT '描述',
- `retry_num` int DEFAULT NULL COMMENT '重试次数',
- `create_by` bigint DEFAULT NULL COMMENT '创建者',
- `create_time` datetime DEFAULT NULL COMMENT '创建时间',
- `update_by` bigint DEFAULT NULL COMMENT '更新人',
- `update_time` datetime DEFAULT NULL COMMENT '更新时间',
- PRIMARY KEY (`id`) USING BTREE
- ) ENGINE=InnoDB AUTO_INCREMENT=1843818665512648706 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='事件推送记录';
- -- ----------------------------
- -- Table structure for sen_flow_detail
- -- ----------------------------
- DROP TABLE IF EXISTS `sen_flow_detail`;
- CREATE TABLE `sen_flow_detail` (
- `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键',
- `task_id` bigint DEFAULT '0' COMMENT '任务编号',
- `point_id` bigint DEFAULT NULL COMMENT '监控点id',
- `point_name` varchar(100) DEFAULT NULL COMMENT '监控点名称',
- `lane_number` varchar(50) DEFAULT NULL COMMENT '车道号',
- `vehicle_count` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '车流量',
- `average_speed` varchar(50) DEFAULT NULL COMMENT '平均数据(km/h)',
- `queue_time` varchar(255) DEFAULT NULL COMMENT '排队长度(s)',
- `space_rate` varchar(100) DEFAULT NULL COMMENT '空间占有率',
- `time_rate` varchar(100) DEFAULT NULL COMMENT '时间占有率',
- `headway_time` varchar(255) DEFAULT NULL COMMENT '车头时距(s)',
- `headway_distance` varchar(255) DEFAULT NULL COMMENT '车头间距',
- `vehicle_remark` varchar(500) DEFAULT NULL COMMENT '车辆类型与行驶方向数',
- `create_by` bigint DEFAULT NULL COMMENT '创建者',
- `create_time` datetime DEFAULT NULL COMMENT '创建时间',
- PRIMARY KEY (`id`) USING BTREE
- ) ENGINE=InnoDB AUTO_INCREMENT=1843818661851021316 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='监控点流量表';
- -- ----------------------------
- -- Table structure for sen_map_tmp
- -- ----------------------------
- DROP TABLE IF EXISTS `sen_map_tmp`;
- CREATE TABLE `sen_map_tmp` (
- `algorithm_category` int DEFAULT NULL,
- `event_category` int DEFAULT NULL,
- `event_type` bigint DEFAULT NULL
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='算法映射事件模拟表';
- -- ----------------------------
- -- Records of sen_map_tmp
- -- ----------------------------
- BEGIN;
- INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (1, 2, 5);
- INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (1, 2, 6);
- INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (1, 2, 7);
- INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (1, 2, 8);
- INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (1, 2, 9);
- INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (1, 2, 10);
- INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (1, 2, 11);
- INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (1, 2, 12);
- INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (2, 3, 13);
- INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (2, 3, 14);
- INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (3, 4, 15);
- INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (4, 1, 1);
- INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (5, 1, 2);
- INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (5, 1, 3);
- INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (5, 1, 4);
- COMMIT;
- -- ----------------------------
- -- Table structure for sen_monitor_point
- -- ----------------------------
- DROP TABLE IF EXISTS `sen_monitor_point`;
- CREATE TABLE `sen_monitor_point` (
- `point_id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键',
- `area_id` bigint DEFAULT NULL COMMENT '行政区域',
- `point_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '监控点名称',
- `video_type` varchar(255) DEFAULT NULL COMMENT '视频类型(1-实时视频2-离线视频)',
- `scene_type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '场景类型(1-高速公路 2-城市道路)',
- `longitude` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '经度',
- `latitude` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '纬度',
- `direction` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '方向',
- `intersection_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '路口编号',
- `create_by` bigint DEFAULT NULL COMMENT '创建者',
- `create_time` datetime DEFAULT NULL COMMENT '创建时间',
- `update_by` bigint DEFAULT NULL COMMENT '更新者',
- `update_time` datetime DEFAULT NULL COMMENT '更新时间',
- PRIMARY KEY (`point_id`) USING BTREE
- ) ENGINE=InnoDB AUTO_INCREMENT=1837727991860895747 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='监控点位信息表';
- -- ----------------------------
- -- Records of sen_monitor_point
- -- ----------------------------
- BEGIN;
- INSERT INTO `sen_monitor_point` (`point_id`, `area_id`, `point_name`, `video_type`, `scene_type`, `longitude`, `latitude`, `direction`, `intersection_id`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836251179658080257, 108, '紫云大道监控点', '1', '2', '118.88143628881589', '32.04095047419546', '西口朝东', '107', 1, '2024-09-18 11:49:32', 1, '2024-09-18 11:49:32');
- INSERT INTO `sen_monitor_point` (`point_id`, `area_id`, `point_name`, `video_type`, `scene_type`, `longitude`, `latitude`, `direction`, `intersection_id`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836313940316467201, 109, '离线监控点2', '2', '1', '118.89379697263318', '32.02123691980616', '南北', '路口一', 1, '2024-09-18 15:58:55', 1, '2024-09-18 15:58:55');
- INSERT INTO `sen_monitor_point` (`point_id`, `area_id`, `point_name`, `video_type`, `scene_type`, `longitude`, `latitude`, `direction`, `intersection_id`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1837015191351644162, 108, '测试机占非监控点', '1', '2', '118.87911429006526', '32.02801881226863', '南北', '路口2', 1, '2024-09-20 14:25:26', 1, '2024-10-08 17:21:07');
- INSERT INTO `sen_monitor_point` (`point_id`, `area_id`, `point_name`, `video_type`, `scene_type`, `longitude`, `latitude`, `direction`, `intersection_id`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1837015852436869121, 108, '测试机占非监控点3', '2', '2', '118.89117423842578', '32.02366548546933', '', '', 1, '2024-09-20 14:28:04', 1, '2024-09-20 14:28:04');
- INSERT INTO `sen_monitor_point` (`point_id`, `area_id`, `point_name`, `video_type`, `scene_type`, `longitude`, `latitude`, `direction`, `intersection_id`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1837016903697223681, 108, '光华路测试监控点1', '1', '2', '118.89860544517973', '32.0167617096224', '东西走向', '路口1', 1, '2024-09-20 14:32:15', 1, '2024-10-08 17:29:49');
- INSERT INTO `sen_monitor_point` (`point_id`, `area_id`, `point_name`, `video_type`, `scene_type`, `longitude`, `latitude`, `direction`, `intersection_id`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1837727475286220802, 104, '马群路段监控', '1', '2', '118.90392985878573', '32.066902157816926', '', '', 1, '2024-09-22 13:35:48', 1, '2024-09-22 13:35:48');
- INSERT INTO `sen_monitor_point` (`point_id`, `area_id`, `point_name`, `video_type`, `scene_type`, `longitude`, `latitude`, `direction`, `intersection_id`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1837727693847207937, 104, '麒麟路段监控', '1', '2', '118.95552852727887', '32.07106352865843', '东西走向', '路口3', 1, '2024-09-22 13:36:40', 1, '2024-09-22 13:36:40');
- INSERT INTO `sen_monitor_point` (`point_id`, `area_id`, `point_name`, `video_type`, `scene_type`, `longitude`, `latitude`, `direction`, `intersection_id`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1837727991860895746, 103, '麒麟高速路段监控', '1', '1', '118.93454411056578', '32.07192025774243', '南北走向', '路口1', 1, '2024-09-22 13:37:51', 1, '2024-09-22 13:37:51');
- COMMIT;
- -- ----------------------------
- -- Table structure for sen_monitor_point_media
- -- ----------------------------
- DROP TABLE IF EXISTS `sen_monitor_point_media`;
- CREATE TABLE `sen_monitor_point_media` (
- `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键',
- `point_id` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '监控点id',
- `video_type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '视频类型(1-实时视频2-离线视频)',
- `device_no` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '设备编号',
- `stream_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '实时流地址',
- `file_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '离线视频名称',
- `file_path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '离线视频存储路径',
- `adjust_time` datetime DEFAULT NULL COMMENT '离线视频校准时间',
- `create_by` bigint DEFAULT NULL COMMENT '创建者',
- `create_time` datetime DEFAULT NULL COMMENT '创建时间',
- `update_by` bigint DEFAULT NULL COMMENT '更新者',
- `update_time` datetime DEFAULT NULL COMMENT '更新时间',
- PRIMARY KEY (`id`) USING BTREE
- ) ENGINE=InnoDB AUTO_INCREMENT=1837727991886061571 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='监控点位视频媒介表';
- -- ----------------------------
- -- Records of sen_monitor_point_media
- -- ----------------------------
- BEGIN;
- INSERT INTO `sen_monitor_point_media` (`id`, `point_id`, `video_type`, `device_no`, `stream_url`, `file_name`, `file_path`, `adjust_time`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836251179691634689, '1836251179658080257', '1', '永丰紫云大道西口朝东107', 'https://live.nodemedia.cn:8443/live/sony_4k_264.flv', NULL, NULL, NULL, 1, '2024-09-18 11:49:32', 1, '2024-09-18 11:49:32');
- INSERT INTO `sen_monitor_point_media` (`id`, `point_id`, `video_type`, `device_no`, `stream_url`, `file_name`, `file_path`, `adjust_time`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836251179691634690, '1836313940316467201', '2', NULL, NULL, '车辆违停.mp4', '/demo', '2024-09-19 17:05:24', 1, '2024-09-19 17:05:16', 1, '2024-09-19 17:05:33');
- INSERT INTO `sen_monitor_point_media` (`id`, `point_id`, `video_type`, `device_no`, `stream_url`, `file_name`, `file_path`, `adjust_time`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1836251179691634691, '1836313940316467201', '2', NULL, NULL, '机占非.mp4', '/demo', '2024-09-19 17:32:28', 1, '2024-09-19 17:32:31', 1, '2024-09-19 17:32:35');
- INSERT INTO `sen_monitor_point_media` (`id`, `point_id`, `video_type`, `device_no`, `stream_url`, `file_name`, `file_path`, `adjust_time`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1837015191431335937, '1837015191351644162', '1', '12', 'http://200.200.19.126:81/index/api/webrtc?app=rtp&stream=44010200492000000002_34020000001310000004&type=play', NULL, NULL, NULL, 1, '2024-09-20 14:25:26', 1, '2024-09-20 14:25:26');
- INSERT INTO `sen_monitor_point_media` (`id`, `point_id`, `video_type`, `device_no`, `stream_url`, `file_name`, `file_path`, `adjust_time`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1837015576032235521, '1837015575998681090', '1', '33', 'http://200.200.19.126:81/index/api/webrtc?app=rtp&stream=44010200492000000002_34020000001310000004&type=play', NULL, NULL, NULL, 1, '2024-09-20 14:26:58', 1, '2024-09-20 14:26:58');
- INSERT INTO `sen_monitor_point_media` (`id`, `point_id`, `video_type`, `device_no`, `stream_url`, `file_name`, `file_path`, `adjust_time`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1837016903726583809, '1837016903697223681', '1', '编号12', 'https://live.nodemedia.cn:8443/live/b480_265.flv', NULL, NULL, NULL, 1, '2024-09-20 14:32:15', 1, '2024-10-08 17:29:49');
- INSERT INTO `sen_monitor_point_media` (`id`, `point_id`, `video_type`, `device_no`, `stream_url`, `file_name`, `file_path`, `adjust_time`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1837727475315580929, '1837727475286220802', '1', '马群路段监控', 'ws://', NULL, NULL, NULL, 1, '2024-09-22 13:35:48', 1, '2024-09-22 13:35:48');
- INSERT INTO `sen_monitor_point_media` (`id`, `point_id`, `video_type`, `device_no`, `stream_url`, `file_name`, `file_path`, `adjust_time`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1837727693876568065, '1837727693847207937', '1', '麒麟路段监控探头', 'ws://', NULL, NULL, NULL, 1, '2024-09-22 13:36:40', 1, '2024-09-22 13:36:40');
- INSERT INTO `sen_monitor_point_media` (`id`, `point_id`, `video_type`, `device_no`, `stream_url`, `file_name`, `file_path`, `adjust_time`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1837727991886061570, '1837727991860895746', '1', '111', '22', NULL, NULL, NULL, 1, '2024-09-22 13:37:51', 1, '2024-09-22 13:37:51');
- COMMIT;
- -- ----------------------------
- -- Table structure for sen_monitor_task
- -- ----------------------------
- DROP TABLE IF EXISTS `sen_monitor_task`;
- CREATE TABLE `sen_monitor_task` (
- `id` bigint NOT NULL AUTO_INCREMENT COMMENT '任务编号',
- `media_id` bigint NOT NULL COMMENT '监控点媒介id',
- `point_id` bigint NOT NULL COMMENT '监控点位id',
- `video_type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '视频类型(1-实时视频2-离线视频)',
- `progress` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '完成进度',
- `status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '任务状态(1-未开始 2-分析中3-分析完成)',
- `create_by` bigint DEFAULT NULL COMMENT '创建者',
- `create_time` datetime DEFAULT NULL COMMENT '创建时间',
- `update_by` bigint DEFAULT NULL COMMENT '更新者',
- `update_time` datetime DEFAULT NULL COMMENT '更新时间',
- PRIMARY KEY (`id`) USING BTREE
- ) ENGINE=InnoDB AUTO_INCREMENT=1843572121714642947 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='监控点位视频任务表';
- -- ----------------------------
- -- Records of sen_monitor_task
- -- ----------------------------
- BEGIN;
- INSERT INTO `sen_monitor_task` (`id`, `media_id`, `point_id`, `video_type`, `progress`, `status`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1, 1836251179691634689, 1836251179658080257, '1', '0', '2', 1, '2024-09-19 17:30:27', 1, '2024-09-19 17:30:31');
- INSERT INTO `sen_monitor_task` (`id`, `media_id`, `point_id`, `video_type`, `progress`, `status`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (2, 1836251179691634690, 1836313940316467201, '2', '80%', '2', 1, '2024-09-19 17:31:23', 1, '2024-09-19 17:31:27');
- INSERT INTO `sen_monitor_task` (`id`, `media_id`, `point_id`, `video_type`, `progress`, `status`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (3, 1836251179691634691, 1836313940316467201, '2', '0', '1', 1, '2024-09-19 17:33:16', 1, '2024-09-19 17:33:20');
- INSERT INTO `sen_monitor_task` (`id`, `media_id`, `point_id`, `video_type`, `progress`, `status`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (4, 1837016903726583809, 1837016903697223681, '1', NULL, '2', 1, '2024-09-19 17:33:16', NULL, NULL);
- INSERT INTO `sen_monitor_task` (`id`, `media_id`, `point_id`, `video_type`, `progress`, `status`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (5, 1837727475315580929, 1837727475286220802, '1', NULL, '2', 1, '2024-09-22 13:41:35', NULL, NULL);
- INSERT INTO `sen_monitor_task` (`id`, `media_id`, `point_id`, `video_type`, `progress`, `status`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (6, 1837727693876568065, 1837727693847207937, '1', NULL, '2', 1, '2024-09-22 13:42:14', NULL, NULL);
- INSERT INTO `sen_monitor_task` (`id`, `media_id`, `point_id`, `video_type`, `progress`, `status`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (7, 1837727991886061570, 1837727991860895746, '1', NULL, '2', 1, '2024-09-22 13:42:53', NULL, NULL);
- INSERT INTO `sen_monitor_task` (`id`, `media_id`, `point_id`, `video_type`, `progress`, `status`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1843572121714642946, 1837015191431335937, 1837015191351644162, '1', '0', '1', 1, '2024-10-08 16:40:20', 1, '2024-10-08 16:40:20');
- COMMIT;
- -- ----------------------------
- -- Table structure for sen_monitor_task_algorithms
- -- ----------------------------
- DROP TABLE IF EXISTS `sen_monitor_task_algorithms`;
- CREATE TABLE `sen_monitor_task_algorithms` (
- `task_id` bigint NOT NULL COMMENT '任务id',
- `algorithm_id` bigint NOT NULL COMMENT '算法id',
- `config_content` json DEFAULT NULL COMMENT '算法感兴趣绘制区域内容',
- `create_by` bigint DEFAULT NULL COMMENT '创建者',
- `create_time` datetime DEFAULT NULL COMMENT '创建时间',
- `update_by` bigint DEFAULT NULL COMMENT '更新者',
- `update_time` datetime DEFAULT NULL COMMENT '更新时间',
- KEY `idx_algorithm_id` (`algorithm_id`) USING BTREE
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='监控点任务-算法配置表';
- -- ----------------------------
- -- Records of sen_monitor_task_algorithms
- -- ----------------------------
- BEGIN;
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1, 1834498911896190982, NULL, 1, '2024-09-19 17:34:13', 1, '2024-09-19 17:34:17');
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1, 1834498911896190983, NULL, 1, '2024-09-19 17:34:54', NULL, NULL);
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1, 1834498911896190984, NULL, 1, '2024-09-19 17:35:21', NULL, NULL);
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1, 1834498911896190985, NULL, 1, '2024-09-19 17:34:13', 1, '2024-09-19 17:34:17');
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1, 1834498911896190986, NULL, 1, '2024-09-19 17:34:54', NULL, NULL);
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1, 1834498911896190987, NULL, 1, '2024-09-19 17:35:21', NULL, NULL);
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1, 1834498911896190988, NULL, 1, '2024-09-22 14:01:33', NULL, NULL);
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1, 1834498911896190989, NULL, 1, '2024-09-22 14:01:33', NULL, NULL);
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (2, 1834498911896190982, NULL, 1, '2024-09-19 17:36:04', NULL, NULL);
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (3, 1834498911896190983, NULL, 1, '2024-09-19 17:36:29', NULL, NULL);
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (5, 1834498911896190982, NULL, 1, '2024-09-19 17:34:13', 1, '2024-09-19 17:34:17');
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (5, 1834498911896190983, NULL, 1, '2024-09-19 17:34:54', NULL, NULL);
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (5, 1834498911896190984, NULL, 1, '2024-09-19 17:35:21', NULL, NULL);
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (5, 1834498911896190985, NULL, 1, '2024-09-19 17:34:13', 1, '2024-09-19 17:34:17');
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (5, 1834498911896190986, NULL, 1, '2024-09-19 17:34:54', NULL, NULL);
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (5, 1834498911896190987, NULL, 1, '2024-09-19 17:35:21', NULL, NULL);
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (5, 1834498911896190988, NULL, 1, '2024-09-22 14:01:33', NULL, NULL);
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (5, 1834498911896190989, NULL, 1, '2024-09-22 14:01:33', NULL, NULL);
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (6, 1834498911896190982, NULL, 1, '2024-09-19 17:34:13', 1, '2024-09-19 17:34:17');
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (6, 1834498911896190983, NULL, 1, '2024-09-19 17:34:54', NULL, NULL);
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (6, 1834498911896190984, NULL, 1, '2024-09-19 17:35:21', NULL, NULL);
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (6, 1834498911896190985, NULL, 1, '2024-09-19 17:34:13', 1, '2024-09-19 17:34:17');
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (6, 1834498911896190986, NULL, 1, '2024-09-19 17:34:54', NULL, NULL);
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (6, 1834498911896190987, NULL, 1, '2024-09-19 17:35:21', NULL, NULL);
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (6, 1834498911896190988, NULL, 1, '2024-09-22 14:01:33', NULL, NULL);
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (6, 1834498911896190989, NULL, 1, '2024-09-22 14:01:33', NULL, NULL);
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (7, 1834498911896190982, NULL, 1, '2024-09-19 17:34:13', 1, '2024-09-19 17:34:17');
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (7, 1834498911896190983, NULL, 1, '2024-09-19 17:34:54', NULL, NULL);
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (7, 1834498911896190984, NULL, 1, '2024-09-19 17:35:21', NULL, NULL);
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (7, 1834498911896190985, NULL, 1, '2024-09-19 17:34:13', 1, '2024-09-19 17:34:17');
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (7, 1834498911896190986, NULL, 1, '2024-09-19 17:34:54', NULL, NULL);
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (7, 1834498911896190987, NULL, 1, '2024-09-19 17:35:21', NULL, NULL);
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (7, 1834498911896190988, NULL, 1, '2024-09-22 14:01:33', NULL, NULL);
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (7, 1834498911896190989, NULL, 1, '2024-09-22 14:01:33', NULL, NULL);
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (4, 1834498911896190983, '{}', 1, '2024-10-08 16:39:11', 1, '2024-10-08 16:39:11');
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (4, 1834498911896190984, '{}', 1, '2024-10-08 16:39:11', 1, '2024-10-08 16:39:11');
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (4, 1834498911896190986, '{}', 1, '2024-10-08 16:39:11', 1, '2024-10-08 16:39:11');
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (4, 1834498911896190987, '{}', 1, '2024-10-08 16:39:11', 1, '2024-10-08 16:39:11');
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (4, 1834498911896190988, '{}', 1, '2024-10-08 16:39:11', 1, '2024-10-08 16:39:11');
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (4, 1834498911896190989, '{}', 1, '2024-10-08 16:39:11', 1, '2024-10-08 16:39:11');
- INSERT INTO `sen_monitor_task_algorithms` (`task_id`, `algorithm_id`, `config_content`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1843572121714642946, 1834498911896190982, '{}', 1, '2024-10-08 16:40:20', 1, '2024-10-08 16:40:20');
- COMMIT;
- -- ----------------------------
- -- Table structure for sys_area
- -- ----------------------------
- DROP TABLE IF EXISTS `sys_area`;
- CREATE TABLE `sys_area` (
- `area_id` bigint NOT NULL COMMENT '区域id',
- `parent_id` bigint DEFAULT '0' COMMENT '父区域id',
- `ancestors` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '祖级列表',
- `area_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '区域名称',
- `order_num` int DEFAULT '0' COMMENT '显示顺序',
- `leader` bigint DEFAULT NULL COMMENT '负责人',
- `phone` varchar(11) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '联系电话',
- `email` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '邮箱',
- `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '区域状态(0正常 1停用)',
- `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)',
- `create_by` bigint DEFAULT NULL COMMENT '创建者',
- `create_time` datetime DEFAULT NULL COMMENT '创建时间',
- `update_by` bigint DEFAULT NULL COMMENT '更新者',
- `update_time` datetime DEFAULT NULL COMMENT '更新时间',
- `area_level` bigint DEFAULT NULL COMMENT '区域层级',
- PRIMARY KEY (`area_id`) USING BTREE
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='部门表';
- -- ----------------------------
- -- Records of sys_area
- -- ----------------------------
- BEGIN;
- INSERT INTO `sys_area` (`area_id`, `parent_id`, `ancestors`, `area_name`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_by`, `create_time`, `update_by`, `update_time`, `area_level`) VALUES (100, 0, '0', '南京国道管控项目', 0, 1, '15888888888', 'xxx@qq.com', '0', '0', 1, '2024-07-16 09:45:10', 1, '2024-09-12 09:54:38', 1);
- INSERT INTO `sys_area` (`area_id`, `parent_id`, `ancestors`, `area_name`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_by`, `create_time`, `update_by`, `update_time`, `area_level`) VALUES (101, 100, '0,100', '栖霞所', 2, NULL, '15888888888', 'xxx@qq.com', '0', '0', 1, '2024-07-16 09:45:10', 1, '2024-08-19 09:15:30', 2);
- INSERT INTO `sys_area` (`area_id`, `parent_id`, `ancestors`, `area_name`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_by`, `create_time`, `update_by`, `update_time`, `area_level`) VALUES (102, 100, '0,100', '秦淮所', 1, NULL, '15888888888', 'xxx@qq.com', '0', '0', 1, '2024-07-16 09:45:10', 1, '2024-08-19 09:15:44', 2);
- INSERT INTO `sys_area` (`area_id`, `parent_id`, `ancestors`, `area_name`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_by`, `create_time`, `update_by`, `update_time`, `area_level`) VALUES (103, 101, '0,100,101', 'G42麒麟枢纽', 1, 1, '15888888888', 'xxx@qq.com', '0', '0', 1, '2024-07-16 09:45:10', 1, '2024-08-27 15:45:05', 3);
- INSERT INTO `sys_area` (`area_id`, `parent_id`, `ancestors`, `area_name`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_by`, `create_time`, `update_by`, `update_time`, `area_level`) VALUES (104, 101, '0,100,101', 'G42马群路段', 2, NULL, '15888888888', 'xxx@qq.com', '0', '0', 1, '2024-07-16 09:45:10', 1, '2024-08-19 09:14:42', 3);
- INSERT INTO `sys_area` (`area_id`, `parent_id`, `ancestors`, `area_name`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_by`, `create_time`, `update_by`, `update_time`, `area_level`) VALUES (105, 101, '0,100,101', 'S122宁杭公路百水桥段', 3, NULL, '15888888888', 'xxx@qq.com', '0', '0', 1, '2024-07-16 09:45:10', 1, '2024-08-19 09:14:45', 3);
- INSERT INTO `sys_area` (`area_id`, `parent_id`, `ancestors`, `area_name`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_by`, `create_time`, `update_by`, `update_time`, `area_level`) VALUES (108, 102, '0,100,102', '紫云大道运粮河段', 1, NULL, '15888888888', 'xxx@qq.com', '0', '0', 1, '2024-07-16 09:45:10', 1, '2024-08-23 17:42:00', 3);
- INSERT INTO `sys_area` (`area_id`, `parent_id`, `ancestors`, `area_name`, `order_num`, `leader`, `phone`, `email`, `status`, `del_flag`, `create_by`, `create_time`, `update_by`, `update_time`, `area_level`) VALUES (109, 102, '0,100,102', 'G42石杨路段', 2, NULL, '15888888888', 'xxx@qq.com', '0', '0', 1, '2024-07-16 09:45:10', 1, '2024-08-19 09:14:57', 3);
- COMMIT;
- -- ----------------------------
- -- Table structure for sys_client
- -- ----------------------------
- DROP TABLE IF EXISTS `sys_client`;
- CREATE TABLE `sys_client` (
- `id` bigint NOT NULL COMMENT 'id',
- `client_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '客户端id',
- `client_key` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '客户端key',
- `client_secret` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '客户端秘钥',
- `grant_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '授权类型',
- `device_type` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '设备类型',
- `active_timeout` int DEFAULT '1800' COMMENT 'token活跃超时时间',
- `timeout` int DEFAULT '604800' COMMENT 'token固定超时',
- `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '状态(0正常 1停用)',
- `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)',
- `create_dept` bigint DEFAULT NULL COMMENT '创建部门',
- `create_by` bigint DEFAULT NULL COMMENT '创建者',
- `create_time` datetime DEFAULT NULL COMMENT '创建时间',
- `update_by` bigint DEFAULT NULL COMMENT '更新者',
- `update_time` datetime DEFAULT NULL COMMENT '更新时间',
- PRIMARY KEY (`id`) USING BTREE
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='系统授权表';
- -- ----------------------------
- -- Records of sys_client
- -- ----------------------------
- BEGIN;
- INSERT INTO `sys_client` (`id`, `client_id`, `client_key`, `client_secret`, `grant_type`, `device_type`, `active_timeout`, `timeout`, `status`, `del_flag`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (1, 'e5cd7e4891bf95d1d19206ce24a7b32e', 'pc', 'pc123', 'password,social', 'pc', 1800, 604800, '0', '0', 103, 1, '2024-07-16 09:45:10', 1, '2024-07-16 09:45:10');
- INSERT INTO `sys_client` (`id`, `client_id`, `client_key`, `client_secret`, `grant_type`, `device_type`, `active_timeout`, `timeout`, `status`, `del_flag`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (2, '428a8310cd442757ae699df5d894f051', 'app', 'app123', 'password,sms,social', 'android', 1800, 604800, '0', '0', 103, 1, '2024-07-16 09:45:10', 1, '2024-07-16 09:45:10');
- COMMIT;
- -- ----------------------------
- -- Table structure for sys_config
- -- ----------------------------
- DROP TABLE IF EXISTS `sys_config`;
- CREATE TABLE `sys_config` (
- `config_id` bigint NOT NULL COMMENT '参数主键',
- `config_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '参数名称',
- `config_key` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '参数键名',
- `config_value` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '参数键值',
- `config_type` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT 'N' COMMENT '系统内置(Y是 N否)',
- `create_dept` bigint DEFAULT NULL COMMENT '创建部门',
- `create_by` bigint DEFAULT NULL COMMENT '创建者',
- `create_time` datetime DEFAULT NULL COMMENT '创建时间',
- `update_by` bigint DEFAULT NULL COMMENT '更新者',
- `update_time` datetime DEFAULT NULL COMMENT '更新时间',
- `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '备注',
- PRIMARY KEY (`config_id`) USING BTREE
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='参数配置表';
- -- ----------------------------
- -- Records of sys_config
- -- ----------------------------
- BEGIN;
- INSERT INTO `sys_config` (`config_id`, `config_name`, `config_key`, `config_value`, `config_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1, '主框架页-默认皮肤样式名称', 'sys.index.skinName', 'skin-blue', 'Y', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '蓝色 skin-blue、绿色 skin-green、紫色 skin-purple、红色 skin-red、黄色 skin-yellow');
- INSERT INTO `sys_config` (`config_id`, `config_name`, `config_key`, `config_value`, `config_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2, '用户管理-账号初始密码', 'sys.user.initPassword', '123456', 'Y', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '初始化密码 123456');
- INSERT INTO `sys_config` (`config_id`, `config_name`, `config_key`, `config_value`, `config_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (3, '主框架页-侧边栏主题', 'sys.index.sideTheme', 'theme-dark', 'Y', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '深色主题theme-dark,浅色主题theme-light');
- INSERT INTO `sys_config` (`config_id`, `config_name`, `config_key`, `config_value`, `config_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (5, '账号自助-是否开启用户注册功能', 'sys.account.registerUser', 'false', 'Y', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '是否开启注册用户功能(true开启,false关闭)');
- INSERT INTO `sys_config` (`config_id`, `config_name`, `config_key`, `config_value`, `config_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (11, 'OSS预览列表资源开关', 'sys.oss.previewListResource', 'true', 'Y', 103, 1, '2024-07-16 09:45:10', NULL, NULL, 'true:开启, false:关闭');
- COMMIT;
- -- ----------------------------
- -- Table structure for sys_dict_data
- -- ----------------------------
- DROP TABLE IF EXISTS `sys_dict_data`;
- CREATE TABLE `sys_dict_data` (
- `dict_code` bigint NOT NULL COMMENT '字典编码',
- `dict_sort` int DEFAULT '0' COMMENT '字典排序',
- `dict_label` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '字典标签',
- `dict_value` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '字典键值',
- `dict_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '字典类型',
- `css_class` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '样式属性(其他样式扩展)',
- `list_class` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '表格回显样式',
- `is_default` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT 'N' COMMENT '是否默认(Y是 N否)',
- `create_dept` bigint DEFAULT NULL COMMENT '创建部门',
- `create_by` bigint DEFAULT NULL COMMENT '创建者',
- `create_time` datetime DEFAULT NULL COMMENT '创建时间',
- `update_by` bigint DEFAULT NULL COMMENT '更新者',
- `update_time` datetime DEFAULT NULL COMMENT '更新时间',
- `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '备注',
- PRIMARY KEY (`dict_code`) USING BTREE
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='字典数据表';
- -- ----------------------------
- -- Records of sys_dict_data
- -- ----------------------------
- BEGIN;
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1, 1, '男', '0', 'sys_user_sex', '', '', 'Y', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '性别男');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2, 2, '女', '1', 'sys_user_sex', '', '', 'N', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '性别女');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (3, 3, '未知', '2', 'sys_user_sex', '', '', 'N', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '性别未知');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (4, 1, '显示', '0', 'sys_show_hide', '', 'primary', 'Y', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '显示菜单');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (5, 2, '隐藏', '1', 'sys_show_hide', '', 'danger', 'N', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '隐藏菜单');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (6, 1, '正常', '0', 'sys_normal_disable', '', 'primary', 'Y', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '正常状态');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (7, 2, '停用', '1', 'sys_normal_disable', '', 'danger', 'N', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '停用状态');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (12, 1, '是', 'Y', 'sys_yes_no', '', 'primary', 'Y', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '系统默认是');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (13, 2, '否', 'N', 'sys_yes_no', '', 'danger', 'N', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '系统默认否');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (14, 1, '通知', '1', 'sys_notice_type', '', 'warning', 'Y', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '通知');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (15, 2, '公告', '2', 'sys_notice_type', '', 'success', 'N', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '公告');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (16, 1, '正常', '0', 'sys_notice_status', '', 'primary', 'Y', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '正常状态');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (17, 2, '关闭', '1', 'sys_notice_status', '', 'danger', 'N', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '关闭状态');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (18, 1, '新增', '1', 'sys_oper_type', '', 'info', 'N', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '新增操作');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (19, 2, '修改', '2', 'sys_oper_type', '', 'info', 'N', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '修改操作');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (20, 3, '删除', '3', 'sys_oper_type', '', 'danger', 'N', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '删除操作');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (21, 4, '授权', '4', 'sys_oper_type', '', 'primary', 'N', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '授权操作');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (22, 5, '导出', '5', 'sys_oper_type', '', 'warning', 'N', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '导出操作');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (23, 6, '导入', '6', 'sys_oper_type', '', 'warning', 'N', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '导入操作');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (24, 7, '强退', '7', 'sys_oper_type', '', 'danger', 'N', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '强退操作');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (25, 8, '生成代码', '8', 'sys_oper_type', '', 'warning', 'N', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '生成操作');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (26, 9, '清空数据', '9', 'sys_oper_type', '', 'danger', 'N', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '清空操作');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (27, 1, '成功', '0', 'sys_common_status', '', 'primary', 'N', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '正常状态');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (28, 2, '失败', '1', 'sys_common_status', '', 'danger', 'N', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '停用状态');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (29, 99, '其他', '0', 'sys_oper_type', '', 'info', 'N', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '其他操作');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (30, 0, '密码认证', 'password', 'sys_grant_type', 'el-check-tag', 'default', 'N', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '密码认证');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (31, 0, '短信认证', 'sms', 'sys_grant_type', 'el-check-tag', 'default', 'N', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '短信认证');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (32, 0, '邮件认证', 'email', 'sys_grant_type', 'el-check-tag', 'default', 'N', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '邮件认证');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (33, 0, '小程序认证', 'xcx', 'sys_grant_type', 'el-check-tag', 'default', 'N', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '小程序认证');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (34, 0, '三方登录认证', 'social', 'sys_grant_type', 'el-check-tag', 'default', 'N', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '三方登录认证');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (35, 0, 'PC', 'pc', 'sys_device_type', '', 'default', 'N', 103, 1, '2024-07-16 09:45:10', NULL, NULL, 'PC');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (36, 0, '安卓', 'android', 'sys_device_type', '', 'default', 'N', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '安卓');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (37, 0, 'iOS', 'ios', 'sys_device_type', '', 'default', 'N', 103, 1, '2024-07-16 09:45:10', NULL, NULL, 'iOS');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (38, 0, '小程序', 'xcx', 'sys_device_type', '', 'default', 'N', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '小程序');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (39, 1, '已撤销', 'cancel', 'wf_business_status', '', 'danger', 'N', 103, 1, '2024-07-16 09:45:45', NULL, NULL, '已撤销');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (40, 2, '草稿', 'draft', 'wf_business_status', '', 'info', 'N', 103, 1, '2024-07-16 09:45:45', NULL, NULL, '草稿');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (41, 3, '待审核', 'waiting', 'wf_business_status', '', 'primary', 'N', 103, 1, '2024-07-16 09:45:45', NULL, NULL, '待审核');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (42, 4, '已完成', 'finish', 'wf_business_status', '', 'success', 'N', 103, 1, '2024-07-16 09:45:45', NULL, NULL, '已完成');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (43, 5, '已作废', 'invalid', 'wf_business_status', '', 'danger', 'N', 103, 1, '2024-07-16 09:45:45', NULL, NULL, '已作废');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (44, 6, '已退回', 'back', 'wf_business_status', '', 'danger', 'N', 103, 1, '2024-07-16 09:45:45', NULL, NULL, '已退回');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (45, 7, '已终止', 'termination', 'wf_business_status', '', 'danger', 'N', 103, 1, '2024-07-16 09:45:45', NULL, NULL, '已终止');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (46, 1, '自定义表单', 'static', 'wf_form_type', '', 'success', 'N', 103, 1, '2024-07-16 09:45:45', NULL, NULL, '自定义表单');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (47, 2, '动态表单', 'dynamic', 'wf_form_type', '', 'primary', 'N', 103, 1, '2024-07-16 09:45:45', NULL, NULL, '动态表单');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1823993240121303041, 0, '输入', '1', 'rules_node_category', '', 'primary', 'N', 103, 1, '2024-08-15 16:00:51', 1, '2024-08-22 08:01:05', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1824266175713173505, 0, '输出', '3', 'rules_node_category', '', 'primary', 'N', 103, 1, '2024-08-16 10:05:24', 1, '2024-08-26 08:49:12', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1825368209850032130, 0, 'MODBUS', '1', 'protocal_type', '', 'primary', 'N', 103, 1, '2024-08-19 11:04:30', 1, '2024-08-19 11:04:30', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1825368237356277761, 0, 'MQTT', '2', 'protocal_type', '', 'primary', 'N', 103, 1, '2024-08-19 11:04:36', 1, '2024-08-19 11:04:36', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1825368379350245378, 0, 'TCP-CLIENT-显科情报板', '3', 'protocal_type', '', 'primary', 'N', 103, 1, '2024-08-19 11:05:10', 1, '2024-08-19 11:07:11', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1825368578311249921, 0, 'TCP-SERVER-交调', '4', 'protocal_type', '', 'primary', 'N', 103, 1, '2024-08-19 11:05:57', 1, '2024-08-19 11:05:57', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1825368852857806849, 0, 'TCP-SERVER-博为振动', '5', 'protocal_type', '', 'primary', 'N', 103, 1, '2024-08-19 11:07:03', 1, '2024-08-19 11:07:03', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1825369073490780162, 0, 'HTTP-REST-气象', '6', 'protocal_type', '', 'primary', 'N', 103, 1, '2024-08-19 11:07:55', 1, '2024-08-19 11:07:55', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1825369234212315138, 0, 'HTTP—大华', '7', 'protocal_type', '', 'primary', 'N', 103, 1, '2024-08-19 11:08:34', 1, '2024-08-19 11:08:34', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1825370021609005057, 0, '摄像头', '1', 'sensor_type', '', 'primary', 'N', 103, 1, '2024-08-19 11:11:42', 1, '2024-08-21 21:08:25', '/icon/sx.png');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1825370054056140801, 0, '情报板', '2', 'sensor_type', '', 'primary', 'N', 103, 1, '2024-08-19 11:11:49', 1, '2024-08-21 21:08:35', '/icon/qbb.png');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1825370151036837889, 0, '微波检测器', '3', 'sensor_type', '', 'primary', 'N', 103, 1, '2024-08-19 11:12:12', 1, '2024-08-21 21:08:46', '/icon/wb.png');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1825370208825958402, 0, '桥梁振动', '4', 'sensor_type', '', 'primary', 'N', 103, 1, '2024-08-19 11:12:26', 1, '2024-08-21 21:08:54', '/icon/zd.png');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1825370277126004737, 0, '桥梁水浸', '5', 'sensor_type', '', 'primary', 'N', 103, 1, '2024-08-19 11:12:42', 1, '2024-08-21 21:09:01', '/icon/sj.png');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1825370321363329025, 0, '气象站', '6', 'sensor_type', '', 'primary', 'N', 103, 1, '2024-08-19 11:12:53', 1, '2024-08-21 21:09:06', '/icon/qx.png');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1826409268453498881, 0, '处理', '2', 'rules_node_category', '', 'primary', 'N', 103, 1, '2024-08-22 08:01:17', 1, '2024-08-26 08:49:06', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833682528132263937, 0, '机动车违法', '1', 'algorithm_category', '', 'primary', 'N', NULL, 1, '2024-09-11 09:42:38', 1, '2024-09-11 09:44:02', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833682927996235778, 0, '非机动车违法', '2', 'algorithm_category', '', 'primary', 'N', NULL, 1, '2024-09-11 09:44:13', 1, '2024-09-11 09:44:13', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833683029640998914, 0, '行人违法', '3', 'algorithm_category', '', 'primary', 'N', NULL, 1, '2024-09-11 09:44:37', 1, '2024-09-11 09:44:37', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833683106891689985, 0, '流量事件', '4', 'algorithm_category', '', 'primary', 'N', NULL, 1, '2024-09-11 09:44:56', 1, '2024-09-11 09:44:56', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833683161744797698, 0, '其他事件', '5', 'algorithm_category', '', 'primary', 'N', NULL, 1, '2024-09-11 09:45:09', 1, '2024-09-11 09:45:09', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833776449919250433, 0, '重点事件', '1', 'event_category', '', 'primary', 'N', NULL, 1, '2024-09-11 15:55:50', 1, '2024-09-11 15:55:50', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833776521683791874, 1, '车辆违法行为', '2', 'event_category', '', 'primary', 'N', NULL, 1, '2024-09-11 15:56:07', 1, '2024-09-11 15:56:07', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833776756514484225, 2, '骑行违法行为', '3', 'event_category', '', 'primary', 'N', NULL, 1, '2024-09-11 15:57:03', 1, '2024-09-11 15:57:03', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833776824734838785, 3, '行人违法行为', '4', 'event_category', '', 'primary', 'N', NULL, 1, '2024-09-11 15:57:20', 1, '2024-09-11 15:57:20', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833780066772447233, 0, '道路拥堵', '1', 'event_type', '', 'primary', 'N', NULL, 1, '2024-09-11 16:10:13', 1, '2024-09-11 16:10:13', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833780252328456193, 1, '交通事故', '2', 'event_type', '', 'primary', 'N', NULL, 1, '2024-09-11 16:10:57', 1, '2024-09-11 16:10:57', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833780341377724418, 2, '遗撒物品', '3', 'event_type', '', 'primary', 'N', NULL, 1, '2024-09-11 16:11:18', 1, '2024-09-11 16:11:18', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833780396981612546, 3, '道路施工', '4', 'event_type', '', 'primary', 'N', NULL, 1, '2024-09-11 16:11:31', 1, '2024-09-11 16:11:31', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833780505064632322, 4, '违法变道', '5', 'event_type', '', 'primary', 'N', NULL, 1, '2024-09-11 16:11:57', 1, '2024-09-11 16:11:57', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833780558676226049, 5, '压线行驶', '6', 'event_type', '', 'primary', 'N', NULL, 1, '2024-09-11 16:12:10', 1, '2024-09-11 16:12:10', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833780656931991553, 6, '机动车逆行', '7', 'event_type', '', 'primary', 'N', NULL, 1, '2024-09-11 16:12:33', 1, '2024-09-11 16:12:33', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833780765073731586, 7, '车辆闯禁', '8', 'event_type', '', 'primary', 'N', NULL, 1, '2024-09-11 16:12:59', 1, '2024-09-11 16:12:59', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833780841674305537, 8, '违法停车', '9', 'event_type', '', 'primary', 'N', NULL, 1, '2024-09-11 16:13:17', 1, '2024-09-11 16:13:17', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833780916794290178, 9, '占用非机动车道', '10', 'event_type', '', 'primary', 'N', NULL, 1, '2024-09-11 16:13:35', 1, '2024-09-11 16:13:35', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833780991838777346, 10, '不按规定车道行驶', '11', 'event_type', '', 'primary', 'N', NULL, 1, '2024-09-11 16:13:53', 1, '2024-09-11 16:13:53', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833781081911455745, 11, '货车右转必停', '12', 'event_type', '', 'primary', 'N', NULL, 1, '2024-09-11 16:14:15', 1, '2024-09-11 16:14:15', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833781156104499202, 12, '非机动车闯机动车道', '13', 'event_type', '', 'primary', 'N', NULL, 1, '2024-09-11 16:14:32', 1, '2024-09-11 16:14:32', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833781219149082626, 13, '骑行未戴头盔', '14', 'event_type', '', 'primary', 'N', NULL, 1, '2024-09-11 16:14:47', 1, '2024-09-11 16:14:47', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833781343111737345, 14, '行人横穿马路', '15', 'event_type', '', 'primary', 'N', NULL, 1, '2024-09-11 16:15:17', 1, '2024-09-11 16:15:17', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833783266858627073, 0, '电子警察', '1', 'event_datasource', '', 'primary', 'N', NULL, 1, '2024-09-11 16:22:56', 1, '2024-09-11 16:22:56', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833783307442712577, 0, '普通卡口', '2', 'event_datasource', '', 'primary', 'N', NULL, 1, '2024-09-11 16:23:05', 1, '2024-09-11 16:23:05', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833783367496757250, 0, '不文明驾驶', '3', 'event_datasource', '', 'primary', 'N', NULL, 1, '2024-09-11 16:23:20', 1, '2024-09-11 16:23:20', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833783395166580737, 0, '其他', '4', 'event_datasource', '', 'primary', 'N', NULL, 1, '2024-09-11 16:23:26', 1, '2024-09-11 16:23:26', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833785377285599233, 0, '轿车', '1', 'vehicle_type', '', 'primary', 'N', NULL, 1, '2024-09-11 16:31:19', 1, '2024-09-11 16:31:19', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833785410475126786, 0, '越野车', '2', 'vehicle_type', '', 'primary', 'N', NULL, 1, '2024-09-11 16:31:27', 1, '2024-09-11 16:31:27', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833785466913681409, 0, '商务车', '3', 'vehicle_type', '', 'primary', 'N', NULL, 1, '2024-09-11 16:31:40', 1, '2024-09-11 16:31:40', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833785519707385857, 0, '大型货车', '4', 'vehicle_type', '', 'primary', 'N', NULL, 1, '2024-09-11 16:31:53', 1, '2024-09-11 16:31:53', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833785564167008257, 0, '公交车', '5', 'vehicle_type', '', 'primary', 'N', NULL, 1, '2024-09-11 16:32:03', 1, '2024-09-11 16:32:03', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833785622576885762, 0, '未知', '6', 'vehicle_type', '', 'primary', 'N', NULL, 1, '2024-09-11 16:32:17', 1, '2024-09-11 16:32:17', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1834154385218310146, 0, '启用', '0', 'common_status', '', 'primary', 'N', NULL, 1, '2024-09-12 16:57:37', 1, '2024-09-12 16:57:37', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1834154452339757058, 0, '禁用', '1', 'common_status', '', 'danger', 'N', NULL, 1, '2024-09-12 16:57:53', 1, '2024-09-12 16:57:58', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1834430729856577538, 0, '运行中', '0', 'running_status', '', 'success', 'N', NULL, 1, '2024-09-13 11:15:43', 1, '2024-09-13 11:15:43', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1834430922165415937, 0, '已停止', '1', 'running_status', '', 'warning', 'N', NULL, 1, '2024-09-13 11:16:29', 1, '2024-09-13 11:17:05', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1834431009302081537, 0, '运行报错', '2', 'running_status', '', 'danger', 'N', NULL, 1, '2024-09-13 11:16:49', 1, '2024-09-13 11:16:49', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1834787381612986369, 0, '高速公路', '1', 'scene_type', '', 'primary', 'N', NULL, 1, '2024-09-14 10:52:55', 1, '2024-09-14 10:52:55', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1834787413816852481, 0, '城市道路', '2', 'scene_type', '', 'primary', 'N', NULL, 1, '2024-09-14 10:53:03', 1, '2024-09-14 10:53:03', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836215193708359681, 0, '实时视频', '1', 'video_type', '', 'primary', 'N', NULL, 1, '2024-09-18 09:26:32', 1, '2024-09-18 09:26:32', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836215413091430401, 0, '离线视频', '2', 'video_type', '', 'primary', 'N', NULL, 1, '2024-09-18 09:27:24', 1, '2024-09-18 09:27:24', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836957519566827521, 0, '未开始', '1', 'task_status', '', 'danger', 'N', NULL, 1, '2024-09-20 10:36:16', 1, '2024-09-20 10:37:20', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836957564433297409, 0, '分析中', '2', 'task_status', '', 'primary', 'N', NULL, 1, '2024-09-20 10:36:27', 1, '2024-09-20 10:37:13', '');
- INSERT INTO `sys_dict_data` (`dict_code`, `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836957833833443330, 0, '分析完成', '3', 'task_status', '', 'success', 'N', NULL, 1, '2024-09-20 10:37:31', 1, '2024-09-20 10:37:36', '');
- COMMIT;
- -- ----------------------------
- -- Table structure for sys_dict_type
- -- ----------------------------
- DROP TABLE IF EXISTS `sys_dict_type`;
- CREATE TABLE `sys_dict_type` (
- `dict_id` bigint NOT NULL COMMENT '字典主键',
- `dict_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '字典名称',
- `dict_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '字典类型',
- `create_dept` bigint DEFAULT NULL COMMENT '创建部门',
- `create_by` bigint DEFAULT NULL COMMENT '创建者',
- `create_time` datetime DEFAULT NULL COMMENT '创建时间',
- `update_by` bigint DEFAULT NULL COMMENT '更新者',
- `update_time` datetime DEFAULT NULL COMMENT '更新时间',
- `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '备注',
- PRIMARY KEY (`dict_id`) USING BTREE,
- UNIQUE KEY `tenant_id` (`dict_type`) USING BTREE
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='字典类型表';
- -- ----------------------------
- -- Records of sys_dict_type
- -- ----------------------------
- BEGIN;
- INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1, '用户性别', 'sys_user_sex', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '用户性别列表');
- INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2, '菜单状态', 'sys_show_hide', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '菜单状态列表');
- INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (3, '系统开关', 'sys_normal_disable', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '系统开关列表');
- INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (6, '系统是否', 'sys_yes_no', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '系统是否列表');
- INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (7, '通知类型', 'sys_notice_type', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '通知类型列表');
- INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (8, '通知状态', 'sys_notice_status', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '通知状态列表');
- INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (9, '操作类型', 'sys_oper_type', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '操作类型列表');
- INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (10, '系统状态', 'sys_common_status', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '登录状态列表');
- INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (11, '授权类型', 'sys_grant_type', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '认证授权类型');
- INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (12, '设备类型', 'sys_device_type', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '客户端设备类型');
- INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (13, '业务状态', 'wf_business_status', 103, 1, '2024-07-16 09:45:45', NULL, NULL, '业务状态列表');
- INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (14, '表单类型', 'wf_form_type', 103, 1, '2024-07-16 09:45:45', NULL, NULL, '表单类型列表');
- INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1823993191953915905, '规则节点类别', 'rules_node_category', 103, 1, '2024-08-15 16:00:40', 1, '2024-08-15 16:00:40', '');
- INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1825368155357634561, '协议类型', 'protocal_type', 103, 1, '2024-08-19 11:04:17', 1, '2024-08-19 11:04:17', '');
- INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1825369977367486466, '传感类型', 'sensor_type', 103, 1, '2024-08-19 11:11:31', 1, '2024-08-19 11:11:31', '');
- INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833682439166881793, '算法类别', 'algorithm_category', NULL, 1, '2024-09-11 09:42:16', 1, '2024-09-11 09:42:16', '算法仓配置');
- INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833776353685139457, '事件分类', 'event_category', NULL, 1, '2024-09-11 15:55:27', 1, '2024-09-11 16:09:21', '事件大类');
- INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833779964108468225, '事件类型', 'event_type', NULL, 1, '2024-09-11 16:09:48', 1, '2024-09-11 16:09:48', '事件小类');
- INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833783139213373442, '数据来源', 'event_datasource', NULL, 1, '2024-09-11 16:22:25', 1, '2024-09-11 16:22:25', '事件数据来源');
- INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1833785297031786497, '车辆类型', 'vehicle_type', NULL, 1, '2024-09-11 16:31:00', 1, '2024-09-11 16:31:00', '');
- INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1834154255756922881, '常用状态', 'common_status', NULL, 1, '2024-09-12 16:57:06', 1, '2024-09-12 16:57:06', '');
- INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1834430026941558785, '节点运行状态', 'running_status', NULL, 1, '2024-09-13 11:12:55', 1, '2024-09-13 11:12:55', '集群管理运行状态');
- INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1834787280953884673, '场景类型', 'scene_type', NULL, 1, '2024-09-14 10:52:31', 1, '2024-09-14 10:52:31', '');
- INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836215112909287426, '视频类型', 'video_type', NULL, 1, '2024-09-18 09:26:13', 1, '2024-09-18 09:26:13', '');
- INSERT INTO `sys_dict_type` (`dict_id`, `dict_name`, `dict_type`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836957456417386498, '任务状态', 'task_status', NULL, 1, '2024-09-20 10:36:01', 1, '2024-09-20 10:36:01', '');
- COMMIT;
- -- ----------------------------
- -- Table structure for sys_logininfor
- -- ----------------------------
- DROP TABLE IF EXISTS `sys_logininfor`;
- CREATE TABLE `sys_logininfor` (
- `info_id` bigint NOT NULL COMMENT '访问ID',
- `user_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '用户账号',
- `client_key` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '客户端',
- `device_type` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '设备类型',
- `ipaddr` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '登录IP地址',
- `login_location` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '登录地点',
- `browser` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '浏览器类型',
- `os` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '操作系统',
- `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '登录状态(0成功 1失败)',
- `msg` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '提示消息',
- `login_time` datetime DEFAULT NULL COMMENT '访问时间',
- PRIMARY KEY (`info_id`) USING BTREE,
- KEY `idx_sys_logininfor_s` (`status`) USING BTREE,
- KEY `idx_sys_logininfor_lt` (`login_time`) USING BTREE
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='系统访问记录';
- -- ----------------------------
- -- Records of sys_logininfor
- -- ----------------------------
- BEGIN;
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1834483483752886274, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-13 14:45:20');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1834493673978060802, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-13 15:25:50');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1834781714294611969, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-14 10:30:24');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1834810858898231297, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-14 12:26:13');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1834881737841704961, 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-14 17:07:51');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1834895927490904065, 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-14 18:04:14');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1835577731386568706, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-16 15:13:29');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1835598760666255361, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-16 16:37:03');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1835650625135243265, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-16 20:03:08');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1836210428765081601, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-18 09:07:36');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1836262078942892033, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-18 12:32:50');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1836286141455224833, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-18 14:08:27');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1836579102625705986, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-19 09:32:35');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1836648625439191042, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '1', '验证码已失效', '2024-09-19 14:08:50');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1836648645504741377, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-19 14:08:55');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1836690038482690050, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-19 16:53:24');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1836953705472319490, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-20 10:21:07');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1836971178166808577, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '1', '验证码已失效', '2024-09-20 11:30:33');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1836971200988016642, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-20 11:30:38');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1836986304752128002, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-20 12:30:39');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1837012074841128962, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-20 14:13:03');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1837727223569260546, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-22 13:34:48');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1837747462675718145, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-22 14:55:13');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1837766235352760321, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-22 16:09:49');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1837778208832483329, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-22 16:57:24');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1838102255409205249, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-23 14:25:03');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1838145033384116226, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-23 17:15:02');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1838164198446772226, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-23 18:31:11');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1838388446582968321, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-24 09:22:16');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1838423431281053698, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-24 11:41:17');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1838435683610583042, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-24 12:29:58');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1838468247998050306, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-24 14:39:22');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1838493023151992833, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-24 16:17:49');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1838510984331952130, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-24 17:29:11');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1838521101894959105, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-24 18:09:23');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1838824061409640449, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-25 14:13:15');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1838853051151216641, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-25 16:08:26');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1838869746293071874, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-25 17:14:47');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1838883212278030338, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-25 18:08:17');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1839110078901391362, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-26 09:09:46');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1839122406216699906, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '1', '验证码已失效', '2024-09-26 09:58:46');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1839122417704898561, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-26 09:58:48');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1839207913667829761, 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '内网IP', 'Chrome', 'OSX', '1', '验证码已失效', '2024-09-26 15:38:32');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1839207929920757761, 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-26 15:38:36');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1839480717550157826, 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-27 09:42:34');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1839510614758809601, 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-27 11:41:22');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1839552283747180545, 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '内网IP', 'Chrome', 'OSX', '1', '验证码已失效', '2024-09-27 14:26:56');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1839552298850869249, 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-27 14:27:00');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1839565144313716737, 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '内网IP', 'Chrome', 'OSX', '1', '验证码已失效', '2024-09-27 15:18:03');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1839565165671112706, 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-27 15:18:08');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1840577212936491009, 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-30 10:19:38');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1840643808388321281, 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-30 14:44:16');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1840669704017022978, 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-09-30 16:27:10');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1842135471711293441, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-10-04 17:31:36');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1842152273145118722, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-10-04 18:38:22');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1842735560259477505, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '1', '验证码已失效', '2024-10-06 09:16:09');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1842735581721731073, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-10-06 09:16:14');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1842783111683690497, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-10-06 12:25:06');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1842793645720129537, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-10-06 13:06:57');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1842841891834421249, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-10-06 16:18:40');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1843197532922933250, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-10-07 15:51:51');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1843208549403463681, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-10-07 16:35:38');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1843463099778867202, 'admin', 'pc', 'pc', '127.0.0.1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-10-08 09:27:08');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1843489156816977921, 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-10-08 11:10:40');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1843535259151114242, 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '内网IP', 'Chrome', 'OSX', '1', '验证码已失效', '2024-10-08 14:13:52');
- INSERT INTO `sys_logininfor` (`info_id`, `user_name`, `client_key`, `device_type`, `ipaddr`, `login_location`, `browser`, `os`, `status`, `msg`, `login_time`) VALUES (1843535278260363266, 'admin', 'pc', 'pc', '0:0:0:0:0:0:0:1', '内网IP', 'Chrome', 'OSX', '0', '登录成功', '2024-10-08 14:13:56');
- COMMIT;
- -- ----------------------------
- -- Table structure for sys_menu
- -- ----------------------------
- DROP TABLE IF EXISTS `sys_menu`;
- CREATE TABLE `sys_menu` (
- `menu_id` bigint NOT NULL COMMENT '菜单ID',
- `menu_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '菜单名称',
- `parent_id` bigint DEFAULT '0' COMMENT '父菜单ID',
- `order_num` int DEFAULT '0' COMMENT '显示顺序',
- `path` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '路由地址',
- `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '组件路径',
- `query_param` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '路由参数',
- `is_frame` int DEFAULT '1' COMMENT '是否为外链(0是 1否)',
- `is_cache` int DEFAULT '0' COMMENT '是否缓存(0缓存 1不缓存)',
- `menu_type` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '菜单类型(M目录 C菜单 F按钮)',
- `visible` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '显示状态(0显示 1隐藏)',
- `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '菜单状态(0正常 1停用)',
- `perms` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '权限标识',
- `icon` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '#' COMMENT '菜单图标',
- `create_by` bigint DEFAULT NULL COMMENT '创建者',
- `create_time` datetime DEFAULT NULL COMMENT '创建时间',
- `update_by` bigint DEFAULT NULL COMMENT '更新者',
- `update_time` datetime DEFAULT NULL COMMENT '更新时间',
- `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '备注',
- PRIMARY KEY (`menu_id`) USING BTREE
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='菜单权限表';
- -- ----------------------------
- -- Records of sys_menu
- -- ----------------------------
- BEGIN;
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1, '系统管理', 0, 6, 'system', NULL, '', 1, 0, 'M', '0', '0', '', 'system', 1, '2024-07-16 09:45:10', 1, '2024-08-13 09:39:54', '系统管理目录');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2, '系统监控', 1, 7, 'monitor', NULL, '', 1, 0, 'M', '0', '0', '', 'monitor', 1, '2024-07-16 09:45:10', 1, '2024-09-13 10:58:33', '系统监控目录');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (3, '系统工具', 1, 7, 'tool', NULL, '', 1, 0, 'M', '0', '0', '', 'tool', 1, '2024-07-16 09:45:10', 1, '2024-09-13 10:58:46', '系统工具目录');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (100, '用户管理', 1, 1, 'user', 'system/user/index', '', 1, 0, 'C', '0', '0', 'system:user:list', 'user', 1, '2024-07-16 09:45:10', NULL, NULL, '用户管理菜单');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (101, '角色管理', 1, 2, 'role', 'system/role/index', '', 1, 0, 'C', '0', '0', 'system:role:list', 'peoples', 1, '2024-07-16 09:45:10', 1, '2024-09-10 11:02:49', '角色管理菜单');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (102, '菜单管理', 1, 3, 'menu', 'system/menu/index', '', 1, 0, 'C', '0', '0', 'system:menu:list', 'tree-table', 1, '2024-07-16 09:45:10', NULL, NULL, '菜单管理菜单');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (103, '区域管理', 1, 4, 'area', 'system/area/index', '', 1, 0, 'C', '0', '0', 'system:area:list', 'tree', 1, '2024-07-16 09:45:10', 1, '2024-09-10 17:40:32', '部门管理菜单');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (105, '字典管理', 1, 5, 'dict', 'system/dict/index', '', 1, 0, 'C', '0', '0', 'system:dict:list', 'dict', 1, '2024-07-16 09:45:10', 1, '2024-09-13 10:58:20', '字典管理菜单');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (106, '参数设置', 1, 6, 'config', 'system/config/index', '', 1, 0, 'C', '0', '0', 'system:config:list', 'edit', 1, '2024-07-16 09:45:10', 1, '2024-09-13 10:58:55', '参数设置菜单');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (107, '通知公告', 1, 8, 'notice', 'system/notice/index', '', 1, 0, 'C', '1', '0', 'system:notice:list', 'message', 1, '2024-07-16 09:45:10', 1, '2024-08-27 17:06:12', '通知公告菜单');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (108, '日志管理', 1, 9, 'log', '', '', 1, 0, 'M', '0', '0', '', 'log', 1, '2024-07-16 09:45:10', NULL, NULL, '日志管理菜单');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (109, '在线用户', 2, 1, 'online', 'monitor/online/index', '', 1, 0, 'C', '0', '0', 'monitor:online:list', 'online', 1, '2024-07-16 09:45:10', NULL, NULL, '在线用户菜单');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (113, '缓存监控', 2, 5, 'cache', 'monitor/cache/index', '', 1, 0, 'C', '0', '0', 'monitor:cache:list', 'redis', 1, '2024-07-16 09:45:10', NULL, NULL, '缓存监控菜单');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (115, '代码生成', 3, 2, 'gen', 'system/tool/gen/index', '', 1, 0, 'C', '0', '0', 'tool:gen:list', 'code', 1, '2024-07-16 09:45:10', 1, '2024-09-13 11:22:15', '代码生成菜单');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (117, 'Admin监控', 2, 5, 'Admin', 'monitor/admin/index', '', 1, 0, 'C', '1', '0', 'monitor:admin:list', 'dashboard', 1, '2024-07-16 09:45:10', 1, '2024-08-13 21:24:26', 'Admin监控菜单');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (118, '文件管理', 1, 10, 'oss', 'system/oss/index', '', 1, 0, 'C', '0', '0', 'system:oss:list', 'upload', 1, '2024-07-16 09:45:10', 1, '2024-09-25 17:35:19', '文件管理菜单');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (120, '任务调度中心', 2, 6, 'snailjob', 'monitor/snailjob/index', '', 1, 0, 'C', '1', '0', 'monitor:snailjob:list', 'job', 1, '2024-07-16 09:45:10', 1, '2024-08-13 21:24:31', 'SnailJob控制台菜单');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (123, '客户端管理', 1, 11, 'client', 'system/client/index', '', 1, 0, 'C', '1', '0', 'system:client:list', 'international', 1, '2024-07-16 09:45:10', 1, '2024-08-27 17:07:13', '客户端管理菜单');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (500, '操作日志', 108, 1, 'operlog', 'monitor/operlog/index', '', 1, 0, 'C', '0', '0', 'monitor:operlog:list', 'form', 1, '2024-07-16 09:45:10', NULL, NULL, '操作日志菜单');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (501, '登录日志', 108, 2, 'logininfor', 'monitor/logininfor/index', '', 1, 0, 'C', '0', '0', 'monitor:logininfor:list', 'logininfor', 1, '2024-07-16 09:45:10', NULL, NULL, '登录日志菜单');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1001, '用户查询', 100, 1, '', '', '', 1, 0, 'F', '0', '0', 'system:user:query', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1002, '用户新增', 100, 2, '', '', '', 1, 0, 'F', '0', '0', 'system:user:add', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1003, '用户修改', 100, 3, '', '', '', 1, 0, 'F', '0', '0', 'system:user:edit', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1004, '用户删除', 100, 4, '', '', '', 1, 0, 'F', '0', '0', 'system:user:remove', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1005, '用户导出', 100, 5, '', '', '', 1, 0, 'F', '0', '0', 'system:user:export', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1006, '用户导入', 100, 6, '', '', '', 1, 0, 'F', '0', '0', 'system:user:import', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1007, '重置密码', 100, 7, '', '', '', 1, 0, 'F', '0', '0', 'system:user:resetPwd', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1008, '角色查询', 101, 1, '', '', '', 1, 0, 'F', '0', '0', 'system:role:query', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1009, '角色新增', 101, 2, '', '', '', 1, 0, 'F', '0', '0', 'system:role:add', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1010, '角色修改', 101, 3, '', '', '', 1, 0, 'F', '0', '0', 'system:role:edit', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1011, '角色删除', 101, 4, '', '', '', 1, 0, 'F', '0', '0', 'system:role:remove', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1012, '角色导出', 101, 5, '', '', '', 1, 0, 'F', '0', '0', 'system:role:export', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1013, '菜单查询', 102, 1, '', '', '', 1, 0, 'F', '0', '0', 'system:menu:query', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1014, '菜单新增', 102, 2, '', '', '', 1, 0, 'F', '0', '0', 'system:menu:add', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1015, '菜单修改', 102, 3, '', '', '', 1, 0, 'F', '0', '0', 'system:menu:edit', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1016, '菜单删除', 102, 4, '', '', '', 1, 0, 'F', '0', '0', 'system:menu:remove', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1017, '部门查询', 103, 1, '', '', '', 1, 0, 'F', '0', '0', 'system:dept:query', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1018, '部门新增', 103, 2, '', '', '', 1, 0, 'F', '0', '0', 'system:dept:add', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1019, '部门修改', 103, 3, '', '', '', 1, 0, 'F', '0', '0', 'system:dept:edit', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1020, '部门删除', 103, 4, '', '', '', 1, 0, 'F', '0', '0', 'system:dept:remove', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1026, '字典查询', 105, 1, '#', '', '', 1, 0, 'F', '0', '0', 'system:dict:query', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1027, '字典新增', 105, 2, '#', '', '', 1, 0, 'F', '0', '0', 'system:dict:add', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1028, '字典修改', 105, 3, '#', '', '', 1, 0, 'F', '0', '0', 'system:dict:edit', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1029, '字典删除', 105, 4, '#', '', '', 1, 0, 'F', '0', '0', 'system:dict:remove', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1030, '字典导出', 105, 5, '#', '', '', 1, 0, 'F', '0', '0', 'system:dict:export', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1031, '参数查询', 106, 1, '#', '', '', 1, 0, 'F', '0', '0', 'system:config:query', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1032, '参数新增', 106, 2, '#', '', '', 1, 0, 'F', '0', '0', 'system:config:add', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1033, '参数修改', 106, 3, '#', '', '', 1, 0, 'F', '0', '0', 'system:config:edit', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1034, '参数删除', 106, 4, '#', '', '', 1, 0, 'F', '0', '0', 'system:config:remove', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1035, '参数导出', 106, 5, '#', '', '', 1, 0, 'F', '0', '0', 'system:config:export', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1036, '公告查询', 107, 1, '#', '', '', 1, 0, 'F', '0', '0', 'system:notice:query', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1037, '公告新增', 107, 2, '#', '', '', 1, 0, 'F', '0', '0', 'system:notice:add', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1038, '公告修改', 107, 3, '#', '', '', 1, 0, 'F', '0', '0', 'system:notice:edit', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1039, '公告删除', 107, 4, '#', '', '', 1, 0, 'F', '0', '0', 'system:notice:remove', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1040, '操作查询', 500, 1, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:operlog:query', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1041, '操作删除', 500, 2, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:operlog:remove', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1042, '日志导出', 500, 4, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:operlog:export', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1043, '登录查询', 501, 1, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:logininfor:query', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1044, '登录删除', 501, 2, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:logininfor:remove', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1045, '日志导出', 501, 3, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:logininfor:export', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1046, '在线查询', 109, 1, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:online:query', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1047, '批量强退', 109, 2, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:online:batchLogout', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1048, '单条强退', 109, 3, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:online:forceLogout', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1050, '账户解锁', 501, 4, '#', '', '', 1, 0, 'F', '0', '0', 'monitor:logininfor:unlock', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1055, '生成查询', 115, 1, '#', '', '', 1, 0, 'F', '0', '0', 'tool:gen:query', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1056, '生成修改', 115, 2, '#', '', '', 1, 0, 'F', '0', '0', 'tool:gen:edit', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1057, '生成删除', 115, 3, '#', '', '', 1, 0, 'F', '0', '0', 'tool:gen:remove', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1058, '导入代码', 115, 2, '#', '', '', 1, 0, 'F', '0', '0', 'tool:gen:import', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1059, '预览代码', 115, 4, '#', '', '', 1, 0, 'F', '0', '0', 'tool:gen:preview', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1060, '生成代码', 115, 5, '#', '', '', 1, 0, 'F', '0', '0', 'tool:gen:code', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1061, '客户端管理查询', 123, 1, '#', '', '', 1, 0, 'F', '0', '0', 'system:client:query', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1062, '客户端管理新增', 123, 2, '#', '', '', 1, 0, 'F', '0', '0', 'system:client:add', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1063, '客户端管理修改', 123, 3, '#', '', '', 1, 0, 'F', '0', '0', 'system:client:edit', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1064, '客户端管理删除', 123, 4, '#', '', '', 1, 0, 'F', '0', '0', 'system:client:remove', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1065, '客户端管理导出', 123, 5, '#', '', '', 1, 0, 'F', '0', '0', 'system:client:export', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1600, '文件查询', 118, 1, '#', '', '', 1, 0, 'F', '0', '0', 'system:oss:query', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1601, '文件上传', 118, 2, '#', '', '', 1, 0, 'F', '0', '0', 'system:oss:upload', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1602, '文件下载', 118, 3, '#', '', '', 1, 0, 'F', '0', '0', 'system:oss:download', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1603, '文件删除', 118, 4, '#', '', '', 1, 0, 'F', '0', '0', 'system:oss:remove', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1620, '配置列表', 118, 5, '#', '', '', 1, 0, 'F', '0', '0', 'system:ossConfig:list', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1621, '配置添加', 118, 6, '#', '', '', 1, 0, 'F', '0', '0', 'system:ossConfig:add', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1622, '配置编辑', 118, 6, '#', '', '', 1, 0, 'F', '0', '0', 'system:ossConfig:edit', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1623, '配置删除', 118, 6, '#', '', '', 1, 0, 'F', '0', '0', 'system:ossConfig:remove', '#', 1, '2024-07-16 09:45:10', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1677, '页面', 3, 1, 'page', 'system/page/index', NULL, 1, 0, 'C', '0', '0', 'system:page:list', 'category', 1, '2024-07-26 18:02:38', 1, '2024-08-13 09:01:01', '页面菜单');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1678, '页面查询', 1677, 1, '#', '', NULL, 1, 0, 'F', '0', '0', 'system:page:query', '#', 1, '2024-07-26 18:02:38', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1679, '页面新增', 1677, 2, '#', '', NULL, 1, 0, 'F', '0', '0', 'system:page:add', '#', 1, '2024-07-26 18:02:38', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1680, '页面修改', 1677, 3, '#', '', NULL, 1, 0, 'F', '0', '0', 'system:page:edit', '#', 1, '2024-07-26 18:02:38', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1681, '页面删除', 1677, 4, '#', '', NULL, 1, 0, 'F', '0', '0', 'system:page:remove', '#', 1, '2024-07-26 18:02:38', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1682, '页面导出', 1677, 5, '#', '', NULL, 1, 0, 'F', '0', '0', 'system:page:export', '#', 1, '2024-07-26 18:02:38', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1690, '事件感知', 0, 1, 'sense', NULL, NULL, 1, 0, 'M', '0', '0', NULL, 'eye-open', 1, '2024-09-12 17:19:41', 1, '2024-09-12 17:19:41', '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1691, '事件管理', 0, 2, 'manage', NULL, NULL, 1, 0, 'M', '0', '0', NULL, 'model', 1, '2024-09-12 17:21:12', 1, '2024-09-12 17:21:12', '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1692, '事件分析', 0, 3, 'analysis', NULL, NULL, 1, 0, 'M', '0', '0', NULL, 'chart', 1, '2024-09-12 17:22:12', 1, '2024-09-12 17:22:47', '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1693, '算法仓配置', 1691, 3, 'algorithmConfig', 'manage/algorithmConfig/index', NULL, 1, 0, 'C', '0', '0', 'manage:algorithmConfig:list', 'druid', 1, '2024-09-12 18:00:35', 1, '2024-09-14 10:58:40', '算法仓配置菜单');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1694, '算法仓配置查询', 1693, 1, '#', '', NULL, 1, 0, 'F', '0', '0', 'manage:algorithmConfig:query', '#', 1, '2024-09-12 18:00:35', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1695, '算法仓配置新增', 1693, 2, '#', '', NULL, 1, 0, 'F', '0', '0', 'manage:algorithmConfig:add', '#', 1, '2024-09-12 18:00:35', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1696, '算法仓配置修改', 1693, 3, '#', '', NULL, 1, 0, 'F', '0', '0', 'manage:algorithmConfig:edit', '#', 1, '2024-09-12 18:00:35', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1697, '算法仓配置删除', 1693, 4, '#', '', NULL, 1, 0, 'F', '0', '0', 'manage:algorithmConfig:remove', '#', 1, '2024-09-12 18:00:35', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1698, '算法仓配置导出', 1693, 5, '#', '', NULL, 1, 0, 'F', '0', '0', 'manage:algorithmConfig:export', '#', 1, '2024-09-12 18:00:35', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1699, '集群配置', 1691, 4, 'clusterNodes', 'manage/clusterNodes/index', NULL, 1, 0, 'C', '0', '0', 'manage:clusterNodes:list', 'swagger', 1, '2024-09-13 11:24:37', 1, '2024-09-14 10:58:47', '集群配置菜单');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1700, '集群配置查询', 1699, 1, '#', '', NULL, 1, 0, 'F', '0', '0', 'manage:clusterNodes:query', '#', 1, '2024-09-13 11:24:37', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1701, '集群配置新增', 1699, 2, '#', '', NULL, 1, 0, 'F', '0', '0', 'manage:clusterNodes:add', '#', 1, '2024-09-13 11:24:37', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1702, '集群配置修改', 1699, 3, '#', '', NULL, 1, 0, 'F', '0', '0', 'manage:clusterNodes:edit', '#', 1, '2024-09-13 11:24:37', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1703, '集群配置删除', 1699, 4, '#', '', NULL, 1, 0, 'F', '0', '0', 'manage:clusterNodes:remove', '#', 1, '2024-09-13 11:24:37', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1704, '集群配置导出', 1699, 5, '#', '', NULL, 1, 0, 'F', '0', '0', 'manage:clusterNodes:export', '#', 1, '2024-09-13 11:24:37', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1834787504770334721, '监控设备信息', 1691, 2, 'monitorPoint', 'manage/monitorPoint/index', NULL, 1, 0, 'C', '0', '0', 'manage:monitorPoint:list', 'cengqian', 1, '2024-09-14 10:54:37', 1, '2024-09-14 10:58:31', '监控点位信息菜单');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1834788671374049282, '视频配置', 1691, 1, 'monitorPoint/videoConfig', 'manage/monitorPoint/videoConfig', NULL, 1, 0, 'C', '0', '0', NULL, 'international', 1, '2024-09-14 10:58:03', 1, '2024-09-14 15:19:37', '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836656009804984321, '任务管理', 1691, 1, 'monitorTask', 'manage/monitorTask/index', NULL, 1, 0, 'C', '0', '0', 'manage:monitorTask:list', 'date', 1, '2024-09-19 14:38:54', 1, '2024-09-19 15:02:05', '任务管理菜单');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836656009804984322, '任务管理查询', 1836656009804984321, 1, '#', '', NULL, 1, 0, 'F', '0', '0', 'manage:monitorTask:query', '#', 1, '2024-09-19 14:38:54', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836656009804984323, '任务管理新增', 1836656009804984321, 2, '#', '', NULL, 1, 0, 'F', '0', '0', 'manage:monitorTask:add', '#', 1, '2024-09-19 14:38:54', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836656009804984324, '任务管理修改', 1836656009804984321, 3, '#', '', NULL, 1, 0, 'F', '0', '0', 'manage:monitorTask:edit', '#', 1, '2024-09-19 14:38:54', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836656009804984325, '任务管理删除', 1836656009804984321, 4, '#', '', NULL, 1, 0, 'F', '0', '0', 'manage:monitorTask:remove', '#', 1, '2024-09-19 14:38:54', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836656009804984326, '任务管理导出', 1836656009804984321, 5, '#', '', NULL, 1, 0, 'F', '0', '0', 'manage:monitorTask:export', '#', 1, '2024-09-19 14:38:54', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836668396884893698, '推送记录', 1690, 6, 'eventsReport', 'sense/eventsReport/index', NULL, 1, 0, 'C', '0', '0', 'sense:eventsReport:list', 'upload', 1, '2024-09-19 15:27:57', 1, '2024-09-19 16:04:20', '推送记录菜单');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836668396884893699, '推送记录查询', 1836668396884893698, 1, '#', '', NULL, 1, 0, 'F', '0', '0', 'sense:eventsReport:query', '#', 1, '2024-09-19 15:27:57', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836668396884893700, '推送记录新增', 1836668396884893698, 2, '#', '', NULL, 1, 0, 'F', '0', '0', 'sense:eventsReport:add', '#', 1, '2024-09-19 15:27:57', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836668396884893701, '推送记录修改', 1836668396884893698, 3, '#', '', NULL, 1, 0, 'F', '0', '0', 'sense:eventsReport:edit', '#', 1, '2024-09-19 15:27:57', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836668396884893702, '推送记录删除', 1836668396884893698, 4, '#', '', NULL, 1, 0, 'F', '0', '0', 'sense:eventsReport:remove', '#', 1, '2024-09-19 15:27:57', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836668396884893703, '推送记录导出', 1836668396884893698, 5, '#', '', NULL, 1, 0, 'F', '0', '0', 'sense:eventsReport:export', '#', 1, '2024-09-19 15:27:57', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836669582505582594, '流量明细', 1690, 5, 'flowDetail', 'sense/flowDetail/index', NULL, 1, 0, 'C', '0', '0', 'sense:flowDetail:list', 'redis', 1, '2024-09-19 15:32:38', 1, '2024-09-19 16:04:56', '流量明细菜单');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836669582505582595, '流量明细查询', 1836669582505582594, 1, '#', '', NULL, 1, 0, 'F', '0', '0', 'sense:flowDetail:query', '#', 1, '2024-09-19 15:32:38', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836669582505582596, '流量明细新增', 1836669582505582594, 2, '#', '', NULL, 1, 0, 'F', '0', '0', 'sense:flowDetail:add', '#', 1, '2024-09-19 15:32:38', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836669582505582597, '流量明细修改', 1836669582505582594, 3, '#', '', NULL, 1, 0, 'F', '0', '0', 'sense:flowDetail:edit', '#', 1, '2024-09-19 15:32:38', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836669582505582598, '流量明细删除', 1836669582505582594, 4, '#', '', NULL, 1, 0, 'F', '0', '0', 'sense:flowDetail:remove', '#', 1, '2024-09-19 15:32:38', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1836669582505582599, '流量明细导出', 1836669582505582594, 5, '#', '', NULL, 1, 0, 'F', '0', '0', 'sense:flowDetail:export', '#', 1, '2024-09-19 15:32:38', NULL, NULL, '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1838130399868489730, '事件统计', 1692, 1, 'analysis/eventStat', 'analysis/eventStat/index', NULL, 1, 0, 'C', '0', '0', NULL, 'list', 1, '2024-09-23 16:16:53', 1, '2024-09-24 16:26:55', '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1838392700056014850, '事件分类统计', 1692, 2, 'analysis/eventCategoryStat', 'analysis/eventCategoryStat/index', NULL, 1, 0, 'C', '0', '0', NULL, 'cenghou', 1, '2024-09-24 09:39:10', 1, '2024-09-24 09:39:10', '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1838494318634086401, '交通违法分析', 1692, 3, 'analysis/trafficViolation', 'analysis/trafficViolation/index', NULL, 1, 0, 'C', '0', '0', NULL, 'excel', 1, '2024-09-24 16:22:58', 1, '2024-09-24 16:27:04', '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1838494976795881474, '重点车辆分析', 1692, 4, 'analysis/keyVehicles', 'analysis/keyVehicles/index', NULL, 1, 0, 'C', '0', '0', NULL, 'search', 1, '2024-09-24 16:25:35', 1, '2024-09-24 16:27:14', '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1838496153872773122, '骑行违法分析', 1692, 6, 'analysis/cycling', 'analysis/cycling/index', NULL, 1, 0, 'C', '0', '0', NULL, 'process-definition', 1, '2024-09-24 16:30:15', 1, '2024-09-24 16:30:15', '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1839209488830308354, '重点事件处理', 1690, 3, 'sense/dealKeyEvents', 'sense/dealKeyEvents/index', NULL, 1, 0, 'C', '0', '0', NULL, 'select', 1, '2024-09-26 15:44:48', 1, '2024-09-26 15:44:48', '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1839501933040324609, '违法行为', 1690, 2, 'sense/offence', 'sense/offence/index', NULL, 1, 0, 'C', '0', '0', NULL, 'component', 1, '2024-09-27 11:06:52', 1, '2024-09-30 10:21:41', '');
- INSERT INTO `sys_menu` (`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`, `is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1840577967990902785, '视频广场', 1690, 1, 'sense/video', 'sense/video/index', NULL, 1, 1, 'C', '0', '0', NULL, 'cengqian', 1, '2024-09-30 10:22:39', 1, '2024-10-06 13:22:55', '');
- COMMIT;
- -- ----------------------------
- -- Table structure for sys_notice
- -- ----------------------------
- DROP TABLE IF EXISTS `sys_notice`;
- CREATE TABLE `sys_notice` (
- `notice_id` bigint NOT NULL COMMENT '公告ID',
- `notice_title` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '公告标题',
- `notice_type` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '公告类型(1通知 2公告)',
- `notice_content` longblob COMMENT '公告内容',
- `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '公告状态(0正常 1关闭)',
- `create_dept` bigint DEFAULT NULL COMMENT '创建部门',
- `create_by` bigint DEFAULT NULL COMMENT '创建者',
- `create_time` datetime DEFAULT NULL COMMENT '创建时间',
- `update_by` bigint DEFAULT NULL COMMENT '更新者',
- `update_time` datetime DEFAULT NULL COMMENT '更新时间',
- `remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '备注',
- PRIMARY KEY (`notice_id`) USING BTREE
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='通知公告表';
- -- ----------------------------
- -- Records of sys_notice
- -- ----------------------------
- BEGIN;
- INSERT INTO `sys_notice` (`notice_id`, `notice_title`, `notice_type`, `notice_content`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1, '温馨提醒:2018-07-01 新版本发布啦', '2', 0xE696B0E78988E69CACE58685E5AEB9, '0', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '管理员');
- INSERT INTO `sys_notice` (`notice_id`, `notice_title`, `notice_type`, `notice_content`, `status`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2, '维护通知:2018-07-01 系统凌晨维护', '1', 0xE7BBB4E68AA4E58685E5AEB9, '0', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '管理员');
- COMMIT;
- -- ----------------------------
- -- Table structure for sys_oper_log
- -- ----------------------------
- DROP TABLE IF EXISTS `sys_oper_log`;
- CREATE TABLE `sys_oper_log` (
- `oper_id` bigint NOT NULL COMMENT '日志主键',
- `title` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '模块标题',
- `business_type` int DEFAULT '0' COMMENT '业务类型(0其它 1新增 2修改 3删除)',
- `method` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '方法名称',
- `request_method` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '请求方式',
- `operator_type` int DEFAULT '0' COMMENT '操作类别(0其它 1后台用户 2手机端用户)',
- `oper_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '操作人员',
- `dept_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '部门名称',
- `oper_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '请求URL',
- `oper_ip` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '主机地址',
- `oper_location` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '操作地点',
- `oper_param` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '请求参数',
- `json_result` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '返回参数',
- `status` int DEFAULT '0' COMMENT '操作状态(0正常 1异常)',
- `error_msg` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '错误消息',
- `oper_time` datetime DEFAULT NULL COMMENT '操作时间',
- `cost_time` bigint DEFAULT '0' COMMENT '消耗时间',
- PRIMARY KEY (`oper_id`) USING BTREE,
- KEY `idx_sys_oper_log_bt` (`business_type`) USING BTREE,
- KEY `idx_sys_oper_log_s` (`status`) USING BTREE,
- KEY `idx_sys_oper_log_ot` (`oper_time`) USING BTREE
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='操作日志记录';
- -- ----------------------------
- -- Records of sys_oper_log
- -- ----------------------------
- BEGIN;
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834484029817712642, '算法仓配置', 1, 'org.dromara.controller.SenAlgorithmConfigController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/algorithmConfig', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1834484029545082881\",\"algorithmName\":\"违法停车\",\"algorithmCategory\":1,\"status\":\"0\",\"alertCycle\":\"0\",\"algorithmProvider\":\"亨通\",\"hardwareType\":\"英伟达\",\"description\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-13 14:47:30', 70);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834484528654675969, '算法仓配置', 1, 'org.dromara.controller.SenAlgorithmConfigController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/algorithmConfig', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1834484528289771521\",\"algorithmName\":\"违法停车\",\"algorithmCategory\":1,\"status\":\"0\",\"alertCycle\":\"0\",\"algorithmProvider\":null,\"hardwareType\":null,\"description\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-13 14:49:29', 87);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834493772741337089, '算法仓配置', 1, 'org.dromara.controller.SenAlgorithmConfigController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/algorithmConfig', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1834493772326100993\",\"algorithmName\":\"违法停车\",\"algorithmCategory\":1,\"status\":\"0\",\"alertCycle\":\"0\",\"algorithmProvider\":\"亨通\",\"hardwareType\":\"英伟达\",\"description\":\"123\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-13 15:26:13', 94);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834495932254248962, '算法仓配置', 1, 'org.dromara.controller.SenAlgorithmConfigController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/algorithmConfig', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1834495931977424897\",\"algorithmName\":\"违法停车\",\"algorithmCategory\":1,\"status\":\"0\",\"alertCycle\":\"0\",\"algorithmProvider\":\"亨通\",\"hardwareType\":\"英伟达\",\"description\":\"22\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-13 15:34:48', 66);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834496207257985026, '算法仓配置', 3, 'org.dromara.controller.SenAlgorithmConfigController.remove()', 'DELETE', 1, 'admin', '南京国道管控项目', '/manage/algorithmConfig/1834495931977424897', '127.0.0.1', '内网IP', '{}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-13 15:35:54', 71);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834496507905675266, '算法仓配置', 1, 'org.dromara.controller.SenAlgorithmConfigController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/algorithmConfig', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1834496507536576514\",\"algorithmName\":\"违法停车\",\"algorithmCategory\":1,\"status\":\"0\",\"alertCycle\":\"0\",\"algorithmProvider\":null,\"hardwareType\":null,\"description\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-13 15:37:05', 82);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834498912227540994, '算法仓配置', 1, 'org.dromara.controller.SenAlgorithmConfigController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/algorithmConfig', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1834498911896190978\",\"algorithmName\":\"12\",\"algorithmCategory\":1,\"status\":\"0\",\"alertCycle\":null,\"algorithmProvider\":null,\"hardwareType\":null,\"description\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-13 15:46:39', 73);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834785680982106114, '代码生成', 6, 'org.dromara.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '南京国道管控项目', '/tool/gen/importTable', '127.0.0.1', '内网IP', '\"sen_monitor_point\" \"master\"', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-14 10:46:10', 295);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834786383096012801, '代码生成', 2, 'org.dromara.generator.controller.GenController.editSave()', 'PUT', 1, 'admin', '南京国道管控项目', '/tool/gen', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2024-09-14 10:48:56\",\"params\":{\"treeCode\":null,\"treeName\":null,\"treeParentCode\":null,\"parentMenuId\":\"1691\"},\"tableId\":\"1834785679841255425\",\"dataName\":\"master\",\"tableName\":\"sen_monitor_point\",\"tableComment\":\"监控点位信息表\",\"subTableName\":null,\"subTableFkName\":null,\"className\":\"SenMonitorPoint\",\"tplCategory\":\"crud\",\"packageName\":\"org.dromara\",\"moduleName\":\"manage\",\"businessName\":\"monitorPoint\",\"functionName\":\"监控点位信息\",\"functionAuthor\":\"luogang\",\"genType\":\"0\",\"genPath\":\"/\",\"pkColumn\":null,\"columns\":[{\"createBy\":1,\"createTime\":\"2024-09-14 10:46:09\",\"updateBy\":1,\"updateTime\":\"2024-09-14 10:48:56\",\"columnId\":\"1834785680113885186\",\"tableId\":\"1834785679841255425\",\"columnName\":\"point_id\",\"columnComment\":\"主键\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"pointId\",\"isPk\":\"1\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":null,\"isEdit\":\"0\",\"isList\":\"0\",\"isQuery\":null,\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":1,\"required\":true,\"usableColumn\":false,\"superColumn\":false,\"list\":false,\"increment\":true,\"capJavaField\":\"PointId\",\"pk\":true,\"insert\":false,\"edit\":false,\"query\":false},{\"createBy\":1,\"createTime\":\"2024-09-14 10:46:09\",\"updateBy\":1,\"updateTime\":\"2024-09-14 10:48:56\",\"columnId\":\"1834785680126468098\",\"tableId\":\"1834785679841255425\",\"columnName\":\"area_id\",\"columnComment\":\"行政区域\",\"columnType\":\"varchar(100)\",\"javaType\":\"String\",\"javaField\":\"areaId\",\"isPk\":\"0\",\"isIncrement\":\"0\",\"isRequired\":\"1\",\"isInsert\":\"0\",\"isEdit\":\"0\",\"isList\":\"0\",\"isQuery\":\"0\",\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":2,\"required\":true,\"usableColumn\":false,\"superColumn\":false,\"list\":false,\"increment\":false,\"capJavaField\":\"AreaId\",\"pk\":false,\"insert\":false,\"edit\":false,\"query\":false},{\"createBy\":1,\"createTime\":\"2024-09-14 10:46:09\",\"updateBy\":1,\"updateTime\":\"2024-09-14 10:48:56\",\"columnId\":\"1834785680134856706\",\"tableId\":\"1834785679841255425\",\"columnName\":\"point_name\",\"columnComment\":\"监控点名称\",\"columnType\":\"varchar(100)\",\"ja', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-14 10:48:57', 938);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834787281411063809, '字典类型', 1, 'org.dromara.system.controller.system.SysDictTypeController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/system/dict/type', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictId\":null,\"dictName\":\"场景类型\",\"dictType\":\"scene_type\",\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-14 10:52:31', 119);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834787381973696513, '字典数据', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/system/dict/data', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":0,\"dictLabel\":\"高速公路\",\"dictValue\":\"1\",\"dictType\":\"scene_type\",\"cssClass\":\"\",\"listClass\":\"primary\",\"isDefault\":null,\"createDept\":null,\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-14 10:52:55', 110);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834787414160785410, '字典数据', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/system/dict/data', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":0,\"dictLabel\":\"城市道路\",\"dictValue\":\"2\",\"dictType\":\"scene_type\",\"cssClass\":\"\",\"listClass\":\"primary\",\"isDefault\":null,\"createDept\":null,\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-14 10:53:03', 94);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834787494196494338, '代码生成', 2, 'org.dromara.generator.controller.GenController.editSave()', 'PUT', 1, 'admin', '南京国道管控项目', '/tool/gen', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2024-09-14 10:53:21\",\"params\":{\"treeCode\":null,\"treeName\":null,\"treeParentCode\":null,\"parentMenuId\":\"1691\"},\"tableId\":\"1834785679841255425\",\"dataName\":\"master\",\"tableName\":\"sen_monitor_point\",\"tableComment\":\"监控点位信息表\",\"subTableName\":null,\"subTableFkName\":null,\"className\":\"SenMonitorPoint\",\"tplCategory\":\"crud\",\"packageName\":\"org.dromara\",\"moduleName\":\"manage\",\"businessName\":\"monitorPoint\",\"functionName\":\"监控点位信息\",\"functionAuthor\":\"luogang\",\"genType\":\"0\",\"genPath\":\"/\",\"pkColumn\":null,\"columns\":[{\"createBy\":1,\"createTime\":\"2024-09-14 10:46:09\",\"updateBy\":1,\"updateTime\":\"2024-09-14 10:53:21\",\"columnId\":\"1834785680113885186\",\"tableId\":\"1834785679841255425\",\"columnName\":\"point_id\",\"columnComment\":\"主键\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"pointId\",\"isPk\":\"1\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":null,\"isEdit\":\"0\",\"isList\":\"0\",\"isQuery\":null,\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":1,\"required\":true,\"capJavaField\":\"PointId\",\"increment\":true,\"list\":false,\"usableColumn\":false,\"superColumn\":false,\"pk\":true,\"insert\":false,\"edit\":false,\"query\":false},{\"createBy\":1,\"createTime\":\"2024-09-14 10:46:09\",\"updateBy\":1,\"updateTime\":\"2024-09-14 10:53:21\",\"columnId\":\"1834785680126468098\",\"tableId\":\"1834785679841255425\",\"columnName\":\"area_id\",\"columnComment\":\"行政区域\",\"columnType\":\"varchar(100)\",\"javaType\":\"String\",\"javaField\":\"areaId\",\"isPk\":\"0\",\"isIncrement\":\"0\",\"isRequired\":\"1\",\"isInsert\":\"0\",\"isEdit\":\"0\",\"isList\":\"0\",\"isQuery\":\"0\",\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":2,\"required\":true,\"capJavaField\":\"AreaId\",\"increment\":false,\"list\":false,\"usableColumn\":false,\"superColumn\":false,\"pk\":false,\"insert\":false,\"edit\":false,\"query\":false},{\"createBy\":1,\"createTime\":\"2024-09-14 10:46:09\",\"updateBy\":1,\"updateTime\":\"2024-09-14 10:53:21\",\"columnId\":\"1834785680134856706\",\"tableId\":\"1834785679841255425\",\"columnName\":\"point_name\",\"columnComment\":\"监控点名称\",\"columnType\":\"varchar(100)\",\"ja', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-14 10:53:22', 297);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834787505403674626, '代码生成', 8, 'org.dromara.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '南京国道管控项目', '/tool/gen/batchGenCode', '127.0.0.1', '内网IP', '{\"tableIdStr\":\"1834785679841255425\"}', '', 0, '', '2024-09-14 10:53:25', 170);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834787946325688322, '菜单管理', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":\"2024-09-12 18:00:35\",\"updateBy\":null,\"updateTime\":null,\"menuId\":1693,\"parentId\":1691,\"menuName\":\"算法仓配置\",\"orderNum\":1,\"path\":\"algorithmConfig\",\"component\":\"manage/algorithmConfig/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"manage:algorithmConfig:list\",\"icon\":\"druid\",\"remark\":\"算法仓配置菜单\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-14 10:55:10', 88);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834787983273312258, '菜单管理', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":\"2024-09-13 11:24:37\",\"updateBy\":null,\"updateTime\":null,\"menuId\":1699,\"parentId\":1691,\"menuName\":\"集群配置\",\"orderNum\":2,\"path\":\"clusterNodes\",\"component\":\"manage/clusterNodes/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"manage:clusterNodes:list\",\"icon\":\"swagger\",\"remark\":\"集群配置菜单\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-14 10:55:19', 70);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834788056270979074, '菜单管理', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":\"2024-09-12 18:00:35\",\"updateBy\":null,\"updateTime\":null,\"menuId\":1693,\"parentId\":1691,\"menuName\":\"算法仓配置\",\"orderNum\":2,\"path\":\"algorithmConfig\",\"component\":\"manage/algorithmConfig/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"manage:algorithmConfig:list\",\"icon\":\"druid\",\"remark\":\"算法仓配置菜单\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-14 10:55:36', 50);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834788671676039169, '菜单管理', 1, 'org.dromara.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":null,\"parentId\":1691,\"menuName\":\"视频配置\",\"orderNum\":1,\"path\":\"videoConfig\",\"component\":\"monitor/videoConfig\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"international\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-14 10:58:03', 88);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834788792270667778, '菜单管理', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":\"2024-09-14 10:54:37\",\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1834787504770334721\",\"parentId\":1691,\"menuName\":\"监控设备信息\",\"orderNum\":2,\"path\":\"monitorPoint\",\"component\":\"manage/monitorPoint/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"manage:monitorPoint:list\",\"icon\":\"cengqian\",\"remark\":\"监控点位信息菜单\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-14 10:58:31', 55);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834788829507698690, '菜单管理', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":\"2024-09-12 18:00:35\",\"updateBy\":null,\"updateTime\":null,\"menuId\":1693,\"parentId\":1691,\"menuName\":\"算法仓配置\",\"orderNum\":3,\"path\":\"algorithmConfig\",\"component\":\"manage/algorithmConfig/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"manage:algorithmConfig:list\",\"icon\":\"druid\",\"remark\":\"算法仓配置菜单\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-14 10:58:40', 58);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834788856682594305, '菜单管理', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":\"2024-09-13 11:24:37\",\"updateBy\":null,\"updateTime\":null,\"menuId\":1699,\"parentId\":1691,\"menuName\":\"集群配置\",\"orderNum\":4,\"path\":\"clusterNodes\",\"component\":\"manage/clusterNodes/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"manage:clusterNodes:list\",\"icon\":\"swagger\",\"remark\":\"集群配置菜单\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-14 10:58:47', 47);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834828870560878594, '算法仓配置', 2, 'org.dromara.controller.SenAlgorithmConfigController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/algorithmConfig', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1834498911896190980\",\"algorithmName\":\"违法停车\",\"algorithmCategory\":1,\"nodeId\":\"1834435909775880200\",\"status\":\"0\",\"alertCycle\":\"0\",\"algorithmProvider\":\"亨通\",\"hardwareType\":\"英伟达\",\"description\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-14 13:37:47', 113);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834829205589299201, '算法仓配置', 2, 'org.dromara.controller.SenAlgorithmConfigController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/algorithmConfig', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1834498911896190980\",\"algorithmName\":\"违法停车\",\"algorithmCategory\":1,\"nodeId\":\"1834435909775880200\",\"status\":\"0\",\"alertCycle\":\"0\",\"algorithmProvider\":\"亨通\",\"hardwareType\":\"英伟达\",\"description\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-14 13:39:07', 95);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834829832860045313, '算法仓配置', 2, 'org.dromara.controller.SenAlgorithmConfigController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/algorithmConfig', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1834498911896190980\",\"algorithmName\":\"违法停车\",\"algorithmCategory\":1,\"nodeId\":\"1834435909775880199\",\"status\":\"0\",\"alertCycle\":\"0\",\"algorithmProvider\":\"亨通\",\"hardwareType\":\"英伟达\",\"description\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-14 13:41:36', 103);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834832731556020226, '算法仓配置', 3, 'org.dromara.controller.SenAlgorithmConfigController.remove()', 'DELETE', 1, 'admin', '南京国道管控项目', '/manage/algorithmConfig/1834498911896190980', '127.0.0.1', '内网IP', '{}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-14 13:53:07', 87);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834832853035646977, '算法仓配置', 1, 'org.dromara.controller.SenAlgorithmConfigController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/algorithmConfig', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1834498911896190981\",\"algorithmName\":\"违法停车\",\"algorithmCategory\":1,\"nodeId\":\"1834435909775880199\",\"status\":\"0\",\"alertCycle\":\"0\",\"algorithmProvider\":\"1\",\"hardwareType\":\"英伟达\",\"description\":\"11\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-14 13:53:36', 117);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834840735458353154, '算法仓配置', 1, 'org.dromara.controller.SenAlgorithmConfigController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/algorithmConfig', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1834498911896190982\",\"algorithmName\":\"违法停车\",\"algorithmCategory\":1,\"nodeId\":\"1834435909775880199\",\"status\":\"0\",\"alertCycle\":\"1\",\"algorithmProvider\":\"亨通\",\"hardwareType\":\"英伟达\",\"description\":\"1\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-14 14:24:56', 112);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834840792798683137, '算法仓配置', 2, 'org.dromara.controller.SenAlgorithmConfigController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/algorithmConfig', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1834498911896190982\",\"algorithmName\":\"违法停车\",\"algorithmCategory\":2,\"nodeId\":\"1834435909775880199\",\"status\":\"0\",\"alertCycle\":\"1\",\"algorithmProvider\":\"亨通\",\"hardwareType\":\"英伟达\",\"description\":\"1\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-14 14:25:09', 96);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834840812579020802, '算法仓配置', 2, 'org.dromara.controller.SenAlgorithmConfigController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/algorithmConfig', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1834498911896190982\",\"algorithmName\":\"违法停车\",\"algorithmCategory\":1,\"nodeId\":\"1834435909775880199\",\"status\":\"0\",\"alertCycle\":\"1\",\"algorithmProvider\":\"亨通\",\"hardwareType\":\"英伟达\",\"description\":\"1\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-14 14:25:14', 81);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834854055347331073, '菜单管理', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":\"2024-09-14 10:58:03\",\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1834788671374049282\",\"parentId\":1691,\"menuName\":\"视频配置\",\"orderNum\":1,\"path\":\"videoConfig\",\"component\":\"monitorPoint/videoConfig\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"international\",\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-14 15:17:51', 64);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834854275984498689, '菜单管理', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":\"2024-09-14 10:58:03\",\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1834788671374049282\",\"parentId\":1691,\"menuName\":\"视频配置\",\"orderNum\":1,\"path\":\"monitorPoint/videoConfig\",\"component\":\"monitorPoint/videoConfig\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"international\",\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-14 15:18:44', 64);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1834854499532513282, '菜单管理', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":\"2024-09-14 10:58:03\",\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1834788671374049282\",\"parentId\":1691,\"menuName\":\"视频配置\",\"orderNum\":1,\"path\":\"monitorPoint/videoConfig\",\"component\":\"manage/monitorPoint/videoConfig\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"international\",\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-14 15:19:37', 56);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836215113014145026, '字典类型', 1, 'org.dromara.system.controller.system.SysDictTypeController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/system/dict/type', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictId\":null,\"dictName\":\"视频类型\",\"dictType\":\"video_type\",\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-18 09:26:13', 25);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836215193771274241, '字典数据', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/system/dict/data', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":0,\"dictLabel\":\"实时视频\",\"dictValue\":\"1\",\"dictType\":\"video_type\",\"cssClass\":\"\",\"listClass\":\"primary\",\"isDefault\":null,\"createDept\":null,\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-18 09:26:32', 26);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836215413179510785, '字典数据', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/system/dict/data', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":0,\"dictLabel\":\"离线视频\",\"dictValue\":\"2\",\"dictType\":\"video_type\",\"cssClass\":\"\",\"listClass\":\"primary\",\"isDefault\":null,\"createDept\":null,\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-18 09:27:24', 26);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836231956760158210, '监控点位信息', 1, 'org.dromara.controller.SenMonitorPointController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"pointId\":\"1836231956613357570\",\"pointName\":\"测试监控点2\",\"areaId\":108,\"areaName\":\"紫云大道运粮河段\",\"videoType\":\"2\",\"sceneType\":\"1\",\"deviceNo\":\"\",\"streamUrl\":\"\",\"longitude\":\"118.89037424921867\",\"latitude\":\"32.01778411789029\",\"direction\":\"1\",\"intersectionId\":\"2\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-18 10:33:09', 33);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836233660809404417, '代码生成', 6, 'org.dromara.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '南京国道管控项目', '/tool/gen/importTable', '127.0.0.1', '内网IP', '\"sen_monitor_point_media\" \"master\"', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-18 10:39:55', 75);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836233712286097409, '代码生成', 2, 'org.dromara.generator.controller.GenController.synchDb()', 'GET', 1, 'admin', '南京国道管控项目', '/tool/gen/synchDb/1836233660578717697', '127.0.0.1', '内网IP', '{}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-18 10:40:07', 79);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836234220925149185, '代码生成', 2, 'org.dromara.generator.controller.GenController.editSave()', 'PUT', 1, 'admin', '南京国道管控项目', '/tool/gen', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2024-09-18 10:42:08\",\"params\":{\"treeCode\":null,\"treeName\":null,\"treeParentCode\":null,\"parentMenuId\":null},\"tableId\":\"1836233660578717697\",\"dataName\":\"master\",\"tableName\":\"sen_monitor_point_media\",\"tableComment\":\"监控点位视频媒介表\",\"subTableName\":null,\"subTableFkName\":null,\"className\":\"SenMonitorPointMedia\",\"tplCategory\":\"crud\",\"packageName\":\"org.dromara\",\"moduleName\":\"manage\",\"businessName\":\"monitorPointMedia\",\"functionName\":\"监控点位视频媒介\",\"functionAuthor\":\"luogang\",\"genType\":\"0\",\"genPath\":\"/\",\"pkColumn\":null,\"columns\":[{\"createBy\":1,\"createTime\":\"2024-09-18 10:39:55\",\"updateBy\":1,\"updateTime\":\"2024-09-18 10:42:08\",\"columnId\":\"1836233660700352513\",\"tableId\":\"1836233660578717697\",\"columnName\":\"id\",\"columnComment\":\"主键\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"id\",\"isPk\":\"1\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":null,\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":null,\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":1,\"required\":true,\"list\":true,\"usableColumn\":false,\"superColumn\":false,\"increment\":true,\"capJavaField\":\"Id\",\"pk\":true,\"insert\":false,\"edit\":true,\"query\":false},{\"createBy\":1,\"createTime\":\"2024-09-18 10:39:55\",\"updateBy\":1,\"updateTime\":\"2024-09-18 10:42:08\",\"columnId\":\"1836233660704546818\",\"tableId\":\"1836233660578717697\",\"columnName\":\"point_id\",\"columnComment\":\"监控点id\",\"columnType\":\"varchar(100)\",\"javaType\":\"String\",\"javaField\":\"pointId\",\"isPk\":\"0\",\"isIncrement\":\"0\",\"isRequired\":\"1\",\"isInsert\":\"1\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"1\",\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":2,\"required\":true,\"list\":true,\"usableColumn\":false,\"superColumn\":false,\"increment\":false,\"capJavaField\":\"PointId\",\"pk\":false,\"insert\":true,\"edit\":true,\"query\":true},{\"createBy\":1,\"createTime\":\"2024-09-18 10:39:55\",\"updateBy\":1,\"updateTime\":\"2024-09-18 10:42:08\",\"columnId\":\"1836233660717129729\",\"tableId\":\"1836233660578717697\",\"columnName\":\"video_type\",\"columnComment\":\"视频类型(1-实时视频2-离线视频)\",\"columnType\":\"varc', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-18 10:42:09', 35);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836234235680710658, '代码生成', 8, 'org.dromara.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '南京国道管控项目', '/tool/gen/batchGenCode', '127.0.0.1', '内网IP', '{\"tableIdStr\":\"1836233660578717697\"}', '', 0, '', '2024-09-18 10:42:12', 179);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836242679812927490, '监控点位信息', 1, 'org.dromara.controller.SenMonitorPointController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"pointId\":\"1836242679678709762\",\"pointName\":\"测试实时监控点1\",\"areaId\":108,\"areaName\":\"紫云大道运粮河段\",\"videoType\":\"1\",\"sceneType\":\"1\",\"deviceNo\":\"永丰紫云大道西口朝东107\",\"streamUrl\":\"http://200.200.19.126:81/index/api/webrtc?app=rtp&stream=44010200492000000002_34020000001310000004&type=play\",\"longitude\":\"118.87058475825536\",\"latitude\":\"32.03482871106239\",\"direction\":\"\",\"intersectionId\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-18 11:15:45', 33);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836243006956097537, '监控点位信息', 1, 'org.dromara.controller.SenMonitorPointController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"pointId\":\"1836243006859628545\",\"pointName\":\"测试实时监控点2\",\"areaId\":108,\"areaName\":\"紫云大道运粮河段\",\"videoType\":\"1\",\"sceneType\":\"1\",\"deviceNo\":\"永丰紫云大道西口朝东107\",\"streamUrl\":\"http://200.200.19.126:81/index/api/webrtc?app=rtp&stream=44010200492000000002_34020000001310000004&type=play\",\"longitude\":\"118.88265798430946\",\"latitude\":\"32.027237150812425\",\"direction\":\"\",\"intersectionId\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-18 11:17:03', 24);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836243838573268994, '监控点位信息', 1, 'org.dromara.controller.SenMonitorPointController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"pointId\":\"1836243659119972354\",\"pointName\":\"测试监控点2\",\"areaId\":108,\"areaName\":\"紫云大道运粮河段\",\"videoType\":\"1\",\"sceneType\":\"1\",\"deviceNo\":\"1\",\"streamUrl\":\"2\",\"longitude\":\"118.86325458529393\",\"latitude\":\"32.03642040923665\",\"direction\":\"\",\"intersectionId\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-18 11:20:22', 42780);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836244160901337090, '监控点位信息', 1, 'org.dromara.controller.SenMonitorPointController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"pointId\":\"1836243888992997377\",\"pointName\":\"测试监控点2\",\"areaId\":108,\"areaName\":\"紫云大道运粮河段\",\"videoType\":\"1\",\"sceneType\":\"1\",\"deviceNo\":\"1\",\"streamUrl\":\"2\",\"longitude\":\"118.86325458529393\",\"latitude\":\"32.03642040923665\",\"direction\":\"\",\"intersectionId\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-18 11:21:38', 64828);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836244651886563329, '监控点位信息', 1, 'org.dromara.controller.SenMonitorPointController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"pointId\":\"1836244597494829058\",\"pointName\":\"11\",\"areaId\":108,\"areaName\":\"紫云大道运粮河段\",\"videoType\":\"1\",\"sceneType\":\"1\",\"deviceNo\":\"12\",\"streamUrl\":\"11\",\"longitude\":\"118.8930064637844\",\"latitude\":\"32.034094071712865\",\"direction\":\"\",\"intersectionId\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-18 11:23:35', 12969);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836244863325622274, '监控点位信息', 1, 'org.dromara.controller.SenMonitorPointController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"pointId\":\"1836244833403457537\",\"pointName\":\"11\",\"areaId\":108,\"areaName\":\"紫云大道运粮河段\",\"videoType\":\"1\",\"sceneType\":\"1\",\"deviceNo\":\"12\",\"streamUrl\":\"11\",\"longitude\":\"118.8892695128629\",\"latitude\":\"32.03531846732246\",\"direction\":\"\",\"intersectionId\":\"\"}', '', 1, 'cannot find converter from SenMonitorPointBo to SenMonitorPointMedia', '2024-09-18 11:24:26', 7135);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836245999289921537, '监控点位信息', 1, 'org.dromara.controller.SenMonitorPointController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"pointId\":\"1836245999189258242\",\"pointName\":\"11\",\"areaId\":108,\"areaName\":\"紫云大道运粮河段\",\"videoType\":\"1\",\"sceneType\":\"1\",\"deviceNo\":\"12\",\"streamUrl\":\"11\",\"longitude\":\"118.8892695128629\",\"latitude\":\"32.03531846732246\",\"direction\":\"\",\"intersectionId\":\"\"}', '', 1, 'cannot find converter from SenMonitorPointBo to SenMonitorPointMedia', '2024-09-18 11:28:57', 25);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836250145841836034, '监控点位信息', 1, 'org.dromara.controller.SenMonitorPointController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"pointId\":\"1836250145724395522\",\"pointName\":\"233\",\"areaId\":109,\"areaName\":\"G42石杨路段\",\"videoType\":\"1\",\"sceneType\":\"1\",\"deviceNo\":\"12\",\"streamUrl\":\"11\",\"longitude\":\"118.91341596497111\",\"latitude\":\"32.04303177950703\",\"direction\":\"\",\"intersectionId\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-18 11:45:25', 25);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836251179725189121, '监控点位信息', 1, 'org.dromara.controller.SenMonitorPointController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"pointId\":\"1836251179658080257\",\"pointName\":\"紫云大道监控点\",\"areaId\":108,\"areaName\":\"紫云大道运粮河段\",\"videoType\":\"1\",\"sceneType\":\"2\",\"deviceNo\":\"永丰紫云大道西口朝东107\",\"streamUrl\":\"http://200.200.19.126:81/index/api/webrtc?app=rtp&stream=44010200492000000002_34020000001310000004&type=play\",\"longitude\":\"118.88143628881589\",\"latitude\":\"32.04095047419546\",\"direction\":\"西口朝东\",\"intersectionId\":\"107\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-18 11:49:32', 16);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836262189215338498, '监控点位信息', 3, 'org.dromara.controller.SenMonitorPointController.remove()', 'DELETE', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint/1836231956613357570', '127.0.0.1', '内网IP', '{}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-18 12:33:17', 22);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836313940463267842, '监控点位信息', 1, 'org.dromara.controller.SenMonitorPointController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"pointId\":\"1836313940316467201\",\"pointName\":\"测试监控点2\",\"areaId\":109,\"areaName\":\"G42石杨路段\",\"videoType\":\"2\",\"sceneType\":\"1\",\"deviceNo\":\"\",\"streamUrl\":\"\",\"longitude\":\"118.89379697263318\",\"latitude\":\"32.02123691980616\",\"direction\":\"南北\",\"intersectionId\":\"路口一\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-18 15:58:55', 33);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836654663886385153, '代码生成', 6, 'org.dromara.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '南京国道管控项目', '/tool/gen/importTable', '127.0.0.1', '内网IP', '\"sen_monitor_task\" \"master\"', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-19 14:32:50', 92);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836655983817076738, '代码生成', 2, 'org.dromara.generator.controller.GenController.editSave()', 'PUT', 1, 'admin', '南京国道管控项目', '/tool/gen', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2024-09-19 14:38:04\",\"params\":{\"treeCode\":null,\"treeName\":null,\"treeParentCode\":null,\"parentMenuId\":\"1691\"},\"tableId\":\"1836654663563423746\",\"dataName\":\"master\",\"tableName\":\"sen_monitor_task\",\"tableComment\":\"监控点位视频任务表\",\"subTableName\":null,\"subTableFkName\":null,\"className\":\"SenMonitorTask\",\"tplCategory\":\"crud\",\"packageName\":\"org.dromara\",\"moduleName\":\"manage\",\"businessName\":\"monitorTask\",\"functionName\":\"任务管理\",\"functionAuthor\":\"luogang\",\"genType\":\"0\",\"genPath\":\"/\",\"pkColumn\":null,\"columns\":[{\"createBy\":1,\"createTime\":\"2024-09-19 14:32:50\",\"updateBy\":1,\"updateTime\":\"2024-09-19 14:38:04\",\"columnId\":\"1836654663697641473\",\"tableId\":\"1836654663563423746\",\"columnName\":\"id\",\"columnComment\":\"任务编号\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"id\",\"isPk\":\"1\",\"isIncrement\":\"1\",\"isRequired\":\"0\",\"isInsert\":null,\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":null,\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":1,\"required\":false,\"increment\":true,\"capJavaField\":\"Id\",\"usableColumn\":false,\"superColumn\":false,\"list\":true,\"pk\":true,\"insert\":false,\"edit\":true,\"query\":false},{\"createBy\":1,\"createTime\":\"2024-09-19 14:32:50\",\"updateBy\":1,\"updateTime\":\"2024-09-19 14:38:04\",\"columnId\":\"1836654663706030081\",\"tableId\":\"1836654663563423746\",\"columnName\":\"media_id\",\"columnComment\":\"监控点媒介id\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"mediaId\",\"isPk\":\"0\",\"isIncrement\":\"0\",\"isRequired\":\"0\",\"isInsert\":\"1\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"1\",\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":2,\"required\":false,\"increment\":false,\"capJavaField\":\"MediaId\",\"usableColumn\":false,\"superColumn\":false,\"list\":true,\"pk\":false,\"insert\":true,\"edit\":true,\"query\":true},{\"createBy\":1,\"createTime\":\"2024-09-19 14:32:50\",\"updateBy\":1,\"updateTime\":\"2024-09-19 14:38:04\",\"columnId\":\"1836654663714418689\",\"tableId\":\"1836654663563423746\",\"columnName\":\"point_id\",\"columnComment\":\"监控点位id\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"po', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-19 14:38:05', 29);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836656010039865345, '代码生成', 8, 'org.dromara.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '南京国道管控项目', '/tool/gen/batchGenCode', '127.0.0.1', '内网IP', '{\"tableIdStr\":\"1836654663563423746\"}', '', 0, '', '2024-09-19 14:38:11', 61);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836662024642404354, '菜单管理', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":\"2024-09-19 14:38:54\",\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1836656009804984321\",\"parentId\":1691,\"menuName\":\"任务管理\",\"orderNum\":1,\"path\":\"monitorTask\",\"component\":\"manage/monitorTask/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"manage:monitorTask:list\",\"icon\":\"date\",\"remark\":\"任务管理菜单\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-19 15:02:05', 31);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836662629540732930, '代码生成', 6, 'org.dromara.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '南京国道管控项目', '/tool/gen/importTable', '127.0.0.1', '内网IP', '\"sen_events,sen_events_media,sen_events_object,sen_events_report,sen_flow_detail,sen_monitor_task_algorithms\" \"master\"', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-19 15:04:29', 160);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836663307180875778, '代码生成', 2, 'org.dromara.generator.controller.GenController.editSave()', 'PUT', 1, 'admin', '南京国道管控项目', '/tool/gen', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2024-09-19 15:07:10\",\"params\":{\"treeCode\":null,\"treeName\":null,\"treeParentCode\":null,\"parentMenuId\":null},\"tableId\":\"1836662628999667714\",\"dataName\":\"master\",\"tableName\":\"sen_events\",\"tableComment\":\"事件信息表\",\"subTableName\":null,\"subTableFkName\":null,\"className\":\"SenEvents\",\"tplCategory\":\"crud\",\"packageName\":\"org.dromara\",\"moduleName\":\"manage\",\"businessName\":\"events\",\"functionName\":\"事件信息\",\"functionAuthor\":\"luogang\",\"genType\":\"0\",\"genPath\":\"/\",\"pkColumn\":null,\"columns\":[{\"createBy\":1,\"createTime\":\"2024-09-19 15:04:29\",\"updateBy\":1,\"updateTime\":\"2024-09-19 15:07:10\",\"columnId\":\"1836662629133885441\",\"tableId\":\"1836662628999667714\",\"columnName\":\"id\",\"columnComment\":\"主键\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"id\",\"isPk\":\"1\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":null,\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":null,\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":1,\"required\":true,\"increment\":true,\"capJavaField\":\"Id\",\"list\":true,\"usableColumn\":false,\"superColumn\":false,\"pk\":true,\"insert\":false,\"edit\":true,\"query\":false},{\"createBy\":1,\"createTime\":\"2024-09-19 15:04:29\",\"updateBy\":1,\"updateTime\":\"2024-09-19 15:07:10\",\"columnId\":\"1836662629142274049\",\"tableId\":\"1836662628999667714\",\"columnName\":\"event_category\",\"columnComment\":\"事件分类(字典event_category)\",\"columnType\":\"varchar(10)\",\"javaType\":\"String\",\"javaField\":\"eventCategory\",\"isPk\":\"0\",\"isIncrement\":\"0\",\"isRequired\":\"1\",\"isInsert\":\"1\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"1\",\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"event_category\",\"sort\":2,\"required\":true,\"increment\":false,\"capJavaField\":\"EventCategory\",\"list\":true,\"usableColumn\":false,\"superColumn\":false,\"pk\":false,\"insert\":true,\"edit\":true,\"query\":true},{\"createBy\":1,\"createTime\":\"2024-09-19 15:04:29\",\"updateBy\":1,\"updateTime\":\"2024-09-19 15:07:10\",\"columnId\":\"1836662629146468354\",\"tableId\":\"1836662628999667714\",\"columnName\":\"event_name\",\"columnComment\":\"事件名称\",\"columnType\":\"varchar(100)\"', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-19 15:07:11', 34);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836663325803585537, '代码生成', 8, 'org.dromara.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '南京国道管控项目', '/tool/gen/batchGenCode', '127.0.0.1', '内网IP', '{\"tableIdStr\":\"1836662628999667714\"}', '', 0, '', '2024-09-19 15:07:15', 139);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836664479845359618, '代码生成', 2, 'org.dromara.generator.controller.GenController.editSave()', 'PUT', 1, 'admin', '南京国道管控项目', '/tool/gen', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2024-09-19 15:11:50\",\"params\":{\"treeCode\":null,\"treeName\":null,\"treeParentCode\":null,\"parentMenuId\":null},\"tableId\":\"1836662629259714562\",\"dataName\":\"master\",\"tableName\":\"sen_events_object\",\"tableComment\":\"事件对象表\",\"subTableName\":null,\"subTableFkName\":null,\"className\":\"SenEventsObject\",\"tplCategory\":\"crud\",\"packageName\":\"org.dromara\",\"moduleName\":\"dromara\",\"businessName\":\"eventsObject\",\"functionName\":\"事件对象\",\"functionAuthor\":\"luogang\",\"genType\":\"0\",\"genPath\":\"/\",\"pkColumn\":null,\"columns\":[{\"createBy\":1,\"createTime\":\"2024-09-19 15:04:29\",\"updateBy\":1,\"updateTime\":\"2024-09-19 15:11:50\",\"columnId\":\"1836662629272297474\",\"tableId\":\"1836662629259714562\",\"columnName\":\"id\",\"columnComment\":\"主键\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"id\",\"isPk\":\"1\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":null,\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":null,\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":1,\"required\":true,\"increment\":true,\"capJavaField\":\"Id\",\"list\":true,\"usableColumn\":false,\"superColumn\":false,\"pk\":true,\"insert\":false,\"edit\":true,\"query\":false},{\"createBy\":1,\"createTime\":\"2024-09-19 15:04:29\",\"updateBy\":1,\"updateTime\":\"2024-09-19 15:11:50\",\"columnId\":\"1836662629276491777\",\"tableId\":\"1836662629259714562\",\"columnName\":\"event_id\",\"columnComment\":\"事件id\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"eventId\",\"isPk\":\"0\",\"isIncrement\":\"0\",\"isRequired\":\"1\",\"isInsert\":\"1\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"1\",\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":2,\"required\":true,\"increment\":false,\"capJavaField\":\"EventId\",\"list\":true,\"usableColumn\":false,\"superColumn\":false,\"pk\":false,\"insert\":true,\"edit\":true,\"query\":true},{\"createBy\":1,\"createTime\":\"2024-09-19 15:04:29\",\"updateBy\":1,\"updateTime\":\"2024-09-19 15:11:50\",\"columnId\":\"1836662629276491778\",\"tableId\":\"1836662629259714562\",\"columnName\":\"object_type\",\"columnComment\":\"对象类型(如人、车等)\",\"columnType\":\"varchar(100)\",\"javaType\":\"String\",\"javaFie', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-19 15:11:50', 30);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836664502997917698, '代码生成', 8, 'org.dromara.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '南京国道管控项目', '/tool/gen/batchGenCode', '127.0.0.1', '内网IP', '{\"tableIdStr\":\"1836662629259714562\"}', '', 0, '', '2024-09-19 15:11:56', 119);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836667103655141377, '代码生成', 2, 'org.dromara.generator.controller.GenController.editSave()', 'PUT', 1, 'admin', '南京国道管控项目', '/tool/gen', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2024-09-19 15:22:15\",\"params\":{\"treeCode\":null,\"treeName\":null,\"treeParentCode\":null,\"parentMenuId\":null},\"tableId\":\"1836662629205188610\",\"dataName\":\"master\",\"tableName\":\"sen_events_media\",\"tableComment\":\"事件媒介表\\n\",\"subTableName\":\"\",\"subTableFkName\":\"\",\"className\":\"SenEventsMedia\",\"tplCategory\":\"crud\",\"packageName\":\"org.dromara\",\"moduleName\":\"dromara\",\"businessName\":\"eventsMedia\",\"functionName\":\"事件媒介\\n\",\"functionAuthor\":\"luogang\",\"genType\":\"0\",\"genPath\":\"/\",\"pkColumn\":null,\"columns\":[{\"createBy\":1,\"createTime\":\"2024-09-19 15:04:29\",\"updateBy\":1,\"updateTime\":\"2024-09-19 15:22:15\",\"columnId\":\"1836662629226160129\",\"tableId\":\"1836662629205188610\",\"columnName\":\"id\",\"columnComment\":\"主键\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"id\",\"isPk\":\"1\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":null,\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":null,\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":1,\"required\":true,\"increment\":true,\"capJavaField\":\"Id\",\"list\":true,\"usableColumn\":false,\"superColumn\":false,\"pk\":true,\"insert\":false,\"edit\":true,\"query\":false},{\"createBy\":1,\"createTime\":\"2024-09-19 15:04:29\",\"updateBy\":1,\"updateTime\":\"2024-09-19 15:22:15\",\"columnId\":\"1836662629230354434\",\"tableId\":\"1836662629205188610\",\"columnName\":\"event_id\",\"columnComment\":\"事件id\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"eventId\",\"isPk\":\"0\",\"isIncrement\":\"0\",\"isRequired\":\"1\",\"isInsert\":\"1\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"1\",\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":2,\"required\":true,\"increment\":false,\"capJavaField\":\"EventId\",\"list\":true,\"usableColumn\":false,\"superColumn\":false,\"pk\":false,\"insert\":true,\"edit\":true,\"query\":true},{\"createBy\":1,\"createTime\":\"2024-09-19 15:04:29\",\"updateBy\":1,\"updateTime\":\"2024-09-19 15:22:15\",\"columnId\":\"1836662629234548737\",\"tableId\":\"1836662629205188610\",\"columnName\":\"media_type\",\"columnComment\":\"媒介文件类型(1-图片、2-视频)\",\"columnType\":\"varchar(100)\",\"javaType\":\"String\",\"javaF', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-19 15:22:16', 35);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836667141596815361, '代码生成', 8, 'org.dromara.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '南京国道管控项目', '/tool/gen/batchGenCode', '127.0.0.1', '内网IP', '{\"tableIdStr\":\"1836662629205188610\"}', '', 0, '', '2024-09-19 15:22:25', 145);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836668293247836162, '代码生成', 2, 'org.dromara.generator.controller.GenController.editSave()', 'PUT', 1, 'admin', '南京国道管控项目', '/tool/gen', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2024-09-19 15:26:59\",\"params\":{\"treeCode\":null,\"treeName\":null,\"treeParentCode\":null,\"parentMenuId\":\"1690\"},\"tableId\":\"1836662629297463298\",\"dataName\":\"master\",\"tableName\":\"sen_events_report\",\"tableComment\":\"事件推送记录\",\"subTableName\":null,\"subTableFkName\":null,\"className\":\"SenEventsReport\",\"tplCategory\":\"crud\",\"packageName\":\"org.dromara\",\"moduleName\":\"sense\",\"businessName\":\"eventsReport\",\"functionName\":\"事件推送记录\",\"functionAuthor\":\"luogang\",\"genType\":\"0\",\"genPath\":\"/\",\"pkColumn\":null,\"columns\":[{\"createBy\":1,\"createTime\":\"2024-09-19 15:04:29\",\"updateBy\":1,\"updateTime\":\"2024-09-19 15:26:59\",\"columnId\":\"1836662629314240513\",\"tableId\":\"1836662629297463298\",\"columnName\":\"id\",\"columnComment\":\"主键\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"id\",\"isPk\":\"1\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":null,\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":null,\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":1,\"required\":true,\"increment\":true,\"capJavaField\":\"Id\",\"list\":true,\"usableColumn\":false,\"superColumn\":false,\"pk\":true,\"insert\":false,\"edit\":true,\"query\":false},{\"createBy\":1,\"createTime\":\"2024-09-19 15:04:29\",\"updateBy\":1,\"updateTime\":\"2024-09-19 15:26:59\",\"columnId\":\"1836662629314240514\",\"tableId\":\"1836662629297463298\",\"columnName\":\"report_platform\",\"columnComment\":\"上报平台\",\"columnType\":\"varchar(100)\",\"javaType\":\"String\",\"javaField\":\"reportPlatform\",\"isPk\":\"0\",\"isIncrement\":\"0\",\"isRequired\":\"1\",\"isInsert\":\"1\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"1\",\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":2,\"required\":true,\"increment\":false,\"capJavaField\":\"ReportPlatform\",\"list\":true,\"usableColumn\":false,\"superColumn\":false,\"pk\":false,\"insert\":true,\"edit\":true,\"query\":true},{\"createBy\":1,\"createTime\":\"2024-09-19 15:04:29\",\"updateBy\":1,\"updateTime\":\"2024-09-19 15:26:59\",\"columnId\":\"1836662629318434817\",\"tableId\":\"1836662629297463298\",\"columnName\":\"point_id\",\"columnComment\":\"监控点id\",\"columnType\":\"bigint\",\"javaType\":', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-19 15:26:59', 62);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836668374294372354, '代码生成', 2, 'org.dromara.generator.controller.GenController.editSave()', 'PUT', 1, 'admin', '南京国道管控项目', '/tool/gen', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2024-09-19 15:27:18\",\"params\":{\"treeCode\":null,\"treeName\":null,\"treeParentCode\":null,\"parentMenuId\":\"1690\"},\"tableId\":\"1836662629297463298\",\"dataName\":\"master\",\"tableName\":\"sen_events_report\",\"tableComment\":\"事件推送记录\",\"subTableName\":null,\"subTableFkName\":null,\"className\":\"SenEventsReport\",\"tplCategory\":\"crud\",\"packageName\":\"org.dromara\",\"moduleName\":\"sense\",\"businessName\":\"eventsReport\",\"functionName\":\"推送记录\",\"functionAuthor\":\"luogang\",\"genType\":\"0\",\"genPath\":\"/\",\"pkColumn\":null,\"columns\":[{\"createBy\":1,\"createTime\":\"2024-09-19 15:04:29\",\"updateBy\":1,\"updateTime\":\"2024-09-19 15:27:18\",\"columnId\":\"1836662629314240513\",\"tableId\":\"1836662629297463298\",\"columnName\":\"id\",\"columnComment\":\"主键\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"id\",\"isPk\":\"1\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":null,\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":null,\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":1,\"required\":true,\"increment\":true,\"capJavaField\":\"Id\",\"list\":true,\"usableColumn\":false,\"superColumn\":false,\"pk\":true,\"insert\":false,\"edit\":true,\"query\":false},{\"createBy\":1,\"createTime\":\"2024-09-19 15:04:29\",\"updateBy\":1,\"updateTime\":\"2024-09-19 15:27:18\",\"columnId\":\"1836662629314240514\",\"tableId\":\"1836662629297463298\",\"columnName\":\"report_platform\",\"columnComment\":\"上报平台\",\"columnType\":\"varchar(100)\",\"javaType\":\"String\",\"javaField\":\"reportPlatform\",\"isPk\":\"0\",\"isIncrement\":\"0\",\"isRequired\":\"1\",\"isInsert\":\"1\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"1\",\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":2,\"required\":true,\"increment\":false,\"capJavaField\":\"ReportPlatform\",\"list\":true,\"usableColumn\":false,\"superColumn\":false,\"pk\":false,\"insert\":true,\"edit\":true,\"query\":true},{\"createBy\":1,\"createTime\":\"2024-09-19 15:04:29\",\"updateBy\":1,\"updateTime\":\"2024-09-19 15:27:18\",\"columnId\":\"1836662629318434817\",\"tableId\":\"1836662629297463298\",\"columnName\":\"point_id\",\"columnComment\":\"监控点id\",\"columnType\":\"bigint\",\"javaType\":\"L', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-19 15:27:19', 38);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836668397061054466, '代码生成', 8, 'org.dromara.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '南京国道管控项目', '/tool/gen/batchGenCode', '127.0.0.1', '内网IP', '{\"tableIdStr\":\"1836662629297463298\"}', '', 0, '', '2024-09-19 15:27:24', 46);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836669555808837633, '代码生成', 2, 'org.dromara.generator.controller.GenController.editSave()', 'PUT', 1, 'admin', '南京国道管控项目', '/tool/gen', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2024-09-19 15:32:00\",\"params\":{\"treeCode\":null,\"treeName\":null,\"treeParentCode\":null,\"parentMenuId\":\"1690\"},\"tableId\":\"1836662629351989250\",\"dataName\":\"master\",\"tableName\":\"sen_flow_detail\",\"tableComment\":\"监控点流量表\",\"subTableName\":null,\"subTableFkName\":null,\"className\":\"SenFlowDetail\",\"tplCategory\":\"crud\",\"packageName\":\"org.dromara\",\"moduleName\":\"sense\",\"businessName\":\"flowDetail\",\"functionName\":\"流量明细\",\"functionAuthor\":\"luogang\",\"genType\":\"0\",\"genPath\":\"/\",\"pkColumn\":null,\"columns\":[{\"createBy\":1,\"createTime\":\"2024-09-19 15:04:29\",\"updateBy\":1,\"updateTime\":\"2024-09-19 15:32:00\",\"columnId\":\"1836662629372960769\",\"tableId\":\"1836662629351989250\",\"columnName\":\"id\",\"columnComment\":\"主键\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"id\",\"isPk\":\"1\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":null,\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":null,\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":1,\"required\":true,\"increment\":true,\"capJavaField\":\"Id\",\"list\":true,\"usableColumn\":false,\"superColumn\":false,\"pk\":true,\"insert\":false,\"edit\":true,\"query\":false},{\"createBy\":1,\"createTime\":\"2024-09-19 15:04:29\",\"updateBy\":1,\"updateTime\":\"2024-09-19 15:32:00\",\"columnId\":\"1836662629372960770\",\"tableId\":\"1836662629351989250\",\"columnName\":\"task_id\",\"columnComment\":\"任务编号\",\"columnType\":\"varchar(255)\",\"javaType\":\"String\",\"javaField\":\"taskId\",\"isPk\":\"0\",\"isIncrement\":\"0\",\"isRequired\":\"1\",\"isInsert\":\"1\",\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":\"1\",\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":2,\"required\":true,\"increment\":false,\"capJavaField\":\"TaskId\",\"list\":true,\"usableColumn\":false,\"superColumn\":false,\"pk\":false,\"insert\":true,\"edit\":true,\"query\":true},{\"createBy\":1,\"createTime\":\"2024-09-19 15:04:29\",\"updateBy\":1,\"updateTime\":\"2024-09-19 15:32:00\",\"columnId\":\"1836662629377155074\",\"tableId\":\"1836662629351989250\",\"columnName\":\"point_id\",\"columnComment\":\"监控点id\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"pointId\",\"is', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-19 15:32:00', 43);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836669582690131969, '代码生成', 8, 'org.dromara.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '南京国道管控项目', '/tool/gen/batchGenCode', '127.0.0.1', '内网IP', '{\"tableIdStr\":\"1836662629351989250\"}', '', 0, '', '2024-09-19 15:32:07', 48);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836673439386214401, '代码生成', 2, 'org.dromara.generator.controller.GenController.editSave()', 'PUT', 1, 'admin', '南京国道管控项目', '/tool/gen', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2024-09-19 15:47:26\",\"params\":{\"treeCode\":null,\"treeName\":null,\"treeParentCode\":null,\"parentMenuId\":null},\"tableId\":\"1836662629461041153\",\"dataName\":\"master\",\"tableName\":\"sen_monitor_task_algorithms\",\"tableComment\":\"监控点任务-算法配置表\",\"subTableName\":null,\"subTableFkName\":null,\"className\":\"SenMonitorTaskAlgorithms\",\"tplCategory\":\"crud\",\"packageName\":\"org.dromara\",\"moduleName\":\"dromara\",\"businessName\":\"monitorTaskAlgorithms\",\"functionName\":\"监控点任务-算法配置\",\"functionAuthor\":\"luogang\",\"genType\":\"0\",\"genPath\":\"/\",\"pkColumn\":null,\"columns\":[{\"createBy\":1,\"createTime\":\"2024-09-19 15:04:29\",\"updateBy\":1,\"updateTime\":\"2024-09-19 15:47:26\",\"columnId\":\"1836662629477818370\",\"tableId\":\"1836662629461041153\",\"columnName\":\"task_id\",\"columnComment\":\"任务id\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"taskId\",\"isPk\":\"1\",\"isIncrement\":\"1\",\"isRequired\":\"1\",\"isInsert\":null,\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":null,\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":1,\"required\":true,\"increment\":true,\"capJavaField\":\"TaskId\",\"list\":true,\"usableColumn\":false,\"superColumn\":false,\"pk\":true,\"insert\":false,\"edit\":true,\"query\":false},{\"createBy\":1,\"createTime\":\"2024-09-19 15:04:29\",\"updateBy\":1,\"updateTime\":\"2024-09-19 15:47:26\",\"columnId\":\"1836662629482012674\",\"tableId\":\"1836662629461041153\",\"columnName\":\"algorithm_id\",\"columnComment\":\"算法id\",\"columnType\":\"bigint\",\"javaType\":\"Long\",\"javaField\":\"algorithmId\",\"isPk\":\"1\",\"isIncrement\":\"0\",\"isRequired\":\"1\",\"isInsert\":null,\"isEdit\":\"1\",\"isList\":\"1\",\"isQuery\":null,\"queryType\":\"EQ\",\"htmlType\":\"input\",\"dictType\":\"\",\"sort\":2,\"required\":true,\"increment\":false,\"capJavaField\":\"AlgorithmId\",\"list\":true,\"usableColumn\":false,\"superColumn\":false,\"pk\":true,\"insert\":false,\"edit\":true,\"query\":false},{\"createBy\":1,\"createTime\":\"2024-09-19 15:04:29\",\"updateBy\":1,\"updateTime\":\"2024-09-19 15:47:26\",\"columnId\":\"1836662629482012675\",\"tableId\":\"1836662629461041153\",\"columnName\":\"config_content\",\"columnCommen', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-19 15:47:26', 28);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836673448341053441, '代码生成', 8, 'org.dromara.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '南京国道管控项目', '/tool/gen/batchGenCode', '127.0.0.1', '内网IP', '{\"tableIdStr\":\"1836662629461041153\"}', '', 0, '', '2024-09-19 15:47:28', 42);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836677691781308418, '菜单管理', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":\"2024-09-19 15:27:57\",\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1836668396884893698\",\"parentId\":1690,\"menuName\":\"推送记录\",\"orderNum\":6,\"path\":\"eventsReport\",\"component\":\"sense/eventsReport/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"sense:eventsReport:list\",\"icon\":\"upload\",\"remark\":\"推送记录菜单\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-19 16:04:20', 29);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836677842688172034, '菜单管理', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":\"2024-09-19 15:32:38\",\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1836669582505582594\",\"parentId\":1690,\"menuName\":\"流量明细\",\"orderNum\":5,\"path\":\"flowDetail\",\"component\":\"sense/flowDetail/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"sense:flowDetail:list\",\"icon\":\"redis\",\"remark\":\"流量明细菜单\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-19 16:04:56', 15);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836694120303845378, '算法仓配置', 1, 'org.dromara.controller.SenAlgorithmConfigController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/algorithmConfig', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1834498911896190983\",\"algorithmName\":\"机占非\",\"algorithmCategory\":1,\"nodeId\":\"1834435909775880199\",\"status\":\"0\",\"alertCycle\":\"1\",\"algorithmProvider\":\"交通\",\"hardwareType\":\"\",\"description\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-19 17:09:37', 18);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836694392921022465, '算法仓配置', 1, 'org.dromara.controller.SenAlgorithmConfigController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/algorithmConfig', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1834498911896190984\",\"algorithmName\":\"违法变道\",\"algorithmCategory\":1,\"nodeId\":\"1834435909775880199\",\"status\":\"0\",\"alertCycle\":\"1\",\"algorithmProvider\":null,\"hardwareType\":null,\"description\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-19 17:10:42', 14);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836694560546381825, '算法仓配置', 1, 'org.dromara.controller.SenAlgorithmConfigController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/algorithmConfig', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1834498911896190985\",\"algorithmName\":\"机动车逆行\",\"algorithmCategory\":1,\"nodeId\":\"1834435909775880199\",\"status\":\"0\",\"alertCycle\":null,\"algorithmProvider\":null,\"hardwareType\":null,\"description\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-19 17:11:22', 11);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836694815564259330, '算法仓配置', 1, 'org.dromara.controller.SenAlgorithmConfigController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/algorithmConfig', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1834498911896190986\",\"algorithmName\":\"非机动车闯入机动车道\",\"algorithmCategory\":2,\"nodeId\":null,\"status\":\"0\",\"alertCycle\":null,\"algorithmProvider\":null,\"hardwareType\":null,\"description\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-19 17:12:23', 16);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836694833750761474, '算法仓配置', 2, 'org.dromara.controller.SenAlgorithmConfigController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/algorithmConfig', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1834498911896190986\",\"algorithmName\":\"非机动车闯入机动车道\",\"algorithmCategory\":2,\"nodeId\":\"1834435909775880199\",\"status\":\"0\",\"alertCycle\":null,\"algorithmProvider\":null,\"hardwareType\":null,\"description\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-19 17:12:27', 25);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836694985190301697, '算法仓配置', 1, 'org.dromara.controller.SenAlgorithmConfigController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/algorithmConfig', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1834498911896190987\",\"algorithmName\":\"行人横穿马路\",\"algorithmCategory\":3,\"nodeId\":\"1834435909775880199\",\"status\":\"0\",\"alertCycle\":\"10\",\"algorithmProvider\":null,\"hardwareType\":null,\"description\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-19 17:13:03', 13);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836695169869701121, '集群配置', 1, 'org.dromara.controller.SenClusterNodesController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/clusterNodes', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"nodeId\":\"1834435909775880200\",\"nodeName\":\"节点2\",\"hardwareType\":\"硬件\",\"algorithmProvider\":null,\"computePower\":10,\"nodeIp\":\"127.0.0.1\",\"computePaths\":100,\"runningTasks\":3,\"runningStatus\":\"0\",\"nodeDesc\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-19 17:13:47', 16);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836695450451861506, '集群配置', 1, 'org.dromara.controller.SenClusterNodesController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/clusterNodes', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"nodeId\":\"1834435909775880201\",\"nodeName\":\"节点3\",\"hardwareType\":\"硬件\",\"algorithmProvider\":null,\"computePower\":2,\"nodeIp\":\"196.127.0.1\",\"computePaths\":10,\"runningTasks\":10,\"runningStatus\":\"0\",\"nodeDesc\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-19 17:14:54', 14);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836695525055946753, '算法仓配置', 2, 'org.dromara.controller.SenAlgorithmConfigController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/algorithmConfig', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1834498911896190983\",\"algorithmName\":\"机占非\",\"algorithmCategory\":1,\"nodeId\":\"1834435909775880200\",\"status\":\"0\",\"alertCycle\":\"1\",\"algorithmProvider\":\"交通\",\"hardwareType\":\"\",\"description\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-19 17:15:12', 13);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836695545104719874, '算法仓配置', 2, 'org.dromara.controller.SenAlgorithmConfigController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/algorithmConfig', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1834498911896190984\",\"algorithmName\":\"违法变道\",\"algorithmCategory\":1,\"nodeId\":\"1834435909775880201\",\"status\":\"0\",\"alertCycle\":\"1\",\"algorithmProvider\":null,\"hardwareType\":null,\"description\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-19 17:15:17', 13);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836696034013765633, '算法仓配置', 1, 'org.dromara.controller.SenAlgorithmConfigController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/algorithmConfig', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1834498911896190988\",\"algorithmName\":\"流量事件检测\",\"algorithmCategory\":4,\"nodeId\":\"1834435909775880201\",\"status\":\"0\",\"alertCycle\":\"7\",\"algorithmProvider\":null,\"hardwareType\":null,\"description\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-19 17:17:13', 15);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836696067467534337, '算法仓配置', 2, 'org.dromara.controller.SenAlgorithmConfigController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/algorithmConfig', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1834498911896190985\",\"algorithmName\":\"机动车逆行\",\"algorithmCategory\":1,\"nodeId\":\"1834435909775880199\",\"status\":\"0\",\"alertCycle\":\"1\",\"algorithmProvider\":null,\"hardwareType\":null,\"description\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-19 17:17:21', 21);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836696090716561409, '算法仓配置', 2, 'org.dromara.controller.SenAlgorithmConfigController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/algorithmConfig', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":\"1834498911896190986\",\"algorithmName\":\"非机动车闯入机动车道\",\"algorithmCategory\":2,\"nodeId\":\"1834435909775880199\",\"status\":\"0\",\"alertCycle\":\"1\",\"algorithmProvider\":null,\"hardwareType\":null,\"description\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-19 17:17:27', 15);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836957456539021314, '字典类型', 1, 'org.dromara.system.controller.system.SysDictTypeController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/system/dict/type', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictId\":null,\"dictName\":\"任务状态\",\"dictType\":\"task_status\",\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-20 10:36:01', 27);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836957519633936386, '字典数据', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/system/dict/data', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":0,\"dictLabel\":\"未开始\",\"dictValue\":\"1\",\"dictType\":\"task_status\",\"cssClass\":\"\",\"listClass\":\"primary\",\"isDefault\":null,\"createDept\":null,\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-20 10:36:16', 25);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836957564504600578, '字典数据', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/system/dict/data', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":0,\"dictLabel\":\"2\",\"dictValue\":\"分析中\",\"dictType\":\"task_status\",\"cssClass\":\"\",\"listClass\":\"info\",\"isDefault\":null,\"createDept\":null,\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-20 10:36:27', 21);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836957599749337090, '字典数据', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/system/dict/data', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":\"2024-09-20 10:36:27\",\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1836957564433297409\",\"dictSort\":0,\"dictLabel\":\"分析中\",\"dictValue\":\"2\",\"dictType\":\"task_status\",\"cssClass\":\"\",\"listClass\":\"info\",\"isDefault\":\"N\",\"createDept\":null,\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-20 10:36:35', 25);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836957630501974017, '字典数据', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/system/dict/data', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":\"2024-09-20 10:36:27\",\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1836957564433297409\",\"dictSort\":0,\"dictLabel\":\"分析中\",\"dictValue\":\"2\",\"dictType\":\"task_status\",\"cssClass\":\"\",\"listClass\":\"success\",\"isDefault\":\"N\",\"createDept\":null,\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-20 10:36:43', 22);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836957696558067713, '字典数据', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/system/dict/data', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":\"2024-09-20 10:36:27\",\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1836957564433297409\",\"dictSort\":0,\"dictLabel\":\"分析中\",\"dictValue\":\"2\",\"dictType\":\"task_status\",\"cssClass\":\"\",\"listClass\":\"warning\",\"isDefault\":\"N\",\"createDept\":null,\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-20 10:36:59', 16);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836957755865526274, '字典数据', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/system/dict/data', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":\"2024-09-20 10:36:27\",\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1836957564433297409\",\"dictSort\":0,\"dictLabel\":\"分析中\",\"dictValue\":\"2\",\"dictType\":\"task_status\",\"cssClass\":\"\",\"listClass\":\"primary\",\"isDefault\":\"N\",\"createDept\":null,\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-20 10:37:13', 15);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836957788304273409, '字典数据', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/system/dict/data', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":\"2024-09-20 10:36:16\",\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1836957519566827521\",\"dictSort\":0,\"dictLabel\":\"未开始\",\"dictValue\":\"1\",\"dictType\":\"task_status\",\"cssClass\":\"\",\"listClass\":\"danger\",\"isDefault\":\"N\",\"createDept\":null,\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-20 10:37:20', 18);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836957833892163586, '字典数据', 1, 'org.dromara.system.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/system/dict/data', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"dictCode\":null,\"dictSort\":0,\"dictLabel\":\"分析完成\",\"dictValue\":\"3\",\"dictType\":\"task_status\",\"cssClass\":\"\",\"listClass\":\"primary\",\"isDefault\":null,\"createDept\":null,\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-20 10:37:31', 16);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1836957854825934850, '字典数据', 2, 'org.dromara.system.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/system/dict/data', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":\"2024-09-20 10:37:31\",\"updateBy\":null,\"updateTime\":null,\"dictCode\":\"1836957833833443330\",\"dictSort\":0,\"dictLabel\":\"分析完成\",\"dictValue\":\"3\",\"dictType\":\"task_status\",\"cssClass\":\"\",\"listClass\":\"success\",\"isDefault\":\"N\",\"createDept\":null,\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-20 10:37:36', 15);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1837015191678799874, '监控点位信息', 1, 'org.dromara.controller.SenMonitorPointController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"pointId\":\"1837015191351644162\",\"pointName\":\"测试机占非监控点\",\"areaId\":108,\"areaName\":\"紫云大道运粮河段\",\"videoType\":\"1\",\"sceneType\":\"2\",\"deviceNo\":\"12\",\"streamUrl\":\"http://200.200.19.126:81/index/api/webrtc?app=rtp&stream=44010200492000000002_34020000001310000004&type=play\",\"longitude\":\"118.87911429006526\",\"latitude\":\"32.02801881226863\",\"direction\":\"南北\",\"intersectionId\":\"路口2\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-20 14:25:26', 36);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1837015576069984257, '监控点位信息', 1, 'org.dromara.controller.SenMonitorPointController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"pointId\":\"1837015575998681090\",\"pointName\":\"测试机占非监控点2\",\"areaId\":108,\"areaName\":\"紫云大道运粮河段\",\"videoType\":\"1\",\"sceneType\":\"2\",\"deviceNo\":\"33\",\"streamUrl\":\"http://200.200.19.126:81/index/api/webrtc?app=rtp&stream=44010200492000000002_34020000001310000004&type=play\",\"longitude\":\"118.87911429006526\",\"latitude\":\"32.02801881226863\",\"direction\":\"东西\",\"intersectionId\":\"路口3\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-20 14:26:58', 17);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1837015852487200770, '监控点位信息', 1, 'org.dromara.controller.SenMonitorPointController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"pointId\":\"1837015852436869121\",\"pointName\":\"测试机占非监控点3\",\"areaId\":108,\"areaName\":\"紫云大道运粮河段\",\"videoType\":\"2\",\"sceneType\":\"2\",\"deviceNo\":\"\",\"streamUrl\":\"\",\"longitude\":\"118.89117423842578\",\"latitude\":\"32.02366548546933\",\"direction\":\"\",\"intersectionId\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-20 14:28:04', 11);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1837016074995027970, '监控点位信息', 1, 'org.dromara.controller.SenMonitorPointController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"pointId\":\"1837016074944696321\",\"pointName\":\"测试违停监控点1\",\"areaId\":109,\"areaName\":\"G42石杨路段\",\"videoType\":\"2\",\"sceneType\":\"2\",\"deviceNo\":\"\",\"streamUrl\":\"\",\"longitude\":\"118.87151199116921\",\"latitude\":\"32.02645322083678\",\"direction\":\"\",\"intersectionId\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-20 14:28:57', 11);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1837016156372914177, '监控点位信息', 3, 'org.dromara.controller.SenMonitorPointController.remove()', 'DELETE', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint/1837015575998681090', '127.0.0.1', '内网IP', '{}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-20 14:29:16', 23);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1837016903785304066, '监控点位信息', 1, 'org.dromara.controller.SenMonitorPointController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"pointId\":\"1837016903697223681\",\"pointName\":\"光华路测试监控点1\",\"areaId\":108,\"areaName\":\"紫云大道运粮河段\",\"videoType\":\"1\",\"sceneType\":\"2\",\"deviceNo\":\"编号1\",\"streamUrl\":\"http://200.200.19.126:81/index/api/webrtc?app=rtp&stream=44010200492000000002_34020000001310000004&type=play\",\"longitude\":\"118.89860544517973\",\"latitude\":\"32.0167617096224\",\"direction\":\"东西走向\",\"intersectionId\":\"路口1\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-20 14:32:15', 15);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1837017193309720578, '监控点位信息', 1, 'org.dromara.controller.SenMonitorPointController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"pointId\":\"1837017193267777537\",\"pointName\":\"石杨路段监控点\",\"areaId\":109,\"areaName\":\"G42石杨路段\",\"videoType\":\"2\",\"sceneType\":\"2\",\"deviceNo\":\"\",\"streamUrl\":\"\",\"longitude\":\"118.88069672931381\",\"latitude\":\"32.00975042617453\",\"direction\":\"南北\",\"intersectionId\":\"路口2\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-20 14:33:24', 11);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1837727475407855617, '监控点位信息', 1, 'org.dromara.controller.SenMonitorPointController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"pointId\":\"1837727475286220802\",\"pointName\":\"马群路段监控\",\"areaId\":104,\"areaName\":\"G42马群路段\",\"videoType\":\"1\",\"sceneType\":\"2\",\"deviceNo\":\"马群路段监控\",\"streamUrl\":\"ws://\",\"longitude\":\"118.90392985878573\",\"latitude\":\"32.066902157816926\",\"direction\":\"\",\"intersectionId\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-22 13:35:48', 28);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1837727693914316802, '监控点位信息', 1, 'org.dromara.controller.SenMonitorPointController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"pointId\":\"1837727693847207937\",\"pointName\":\"麒麟路段监控\",\"areaId\":104,\"areaName\":\"G42马群路段\",\"videoType\":\"1\",\"sceneType\":\"2\",\"deviceNo\":\"麒麟路段监控探头\",\"streamUrl\":\"ws://\",\"longitude\":\"118.95552852727887\",\"latitude\":\"32.07106352865843\",\"direction\":\"东西走向\",\"intersectionId\":\"路口3\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-22 13:36:40', 16);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1837727991928004609, '监控点位信息', 1, 'org.dromara.controller.SenMonitorPointController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"pointId\":\"1837727991860895746\",\"pointName\":\"麒麟高速路段监控\",\"areaId\":103,\"areaName\":\"G42麒麟枢纽\",\"videoType\":\"1\",\"sceneType\":\"1\",\"deviceNo\":\"111\",\"streamUrl\":\"22\",\"longitude\":\"118.93454411056578\",\"latitude\":\"32.07192025774243\",\"direction\":\"南北走向\",\"intersectionId\":\"路口1\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-22 13:37:51', 16);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1838130400032067586, '菜单管理', 1, 'org.dromara.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":null,\"parentId\":1692,\"menuName\":\"事件统计\",\"orderNum\":1,\"path\":\"analysis/eventStat\",\"component\":\"analysis/eventStat\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"list\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-23 16:16:53', 43);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1838133297927032834, '菜单管理', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":\"2024-09-23 16:16:53\",\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1838130399868489730\",\"parentId\":1692,\"menuName\":\"事件统计\",\"orderNum\":1,\"path\":\"analysis/eventStat/index\",\"component\":\"analysis/eventStat\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"list\",\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-23 16:28:24', 20);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1838133419444408322, '菜单管理', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":\"2024-09-23 16:16:53\",\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1838130399868489730\",\"parentId\":1692,\"menuName\":\"事件统计\",\"orderNum\":1,\"path\":\"analysis/eventStat\",\"component\":\"analysis/eventStat/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"list\",\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-23 16:28:53', 11);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1838392700194426882, '菜单管理', 1, 'org.dromara.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":null,\"parentId\":1692,\"menuName\":\"事件分类统计\",\"orderNum\":2,\"path\":\"analysis/eventCategoryStat\",\"component\":\"analysis/eventCategoryStat/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"cenghou\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-24 09:39:10', 34);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1838494318772498433, '菜单管理', 1, 'org.dromara.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":null,\"parentId\":1692,\"menuName\":\"交通违法分析\",\"orderNum\":1,\"path\":\"analysis/trafficViolation\",\"component\":\"analysis/trafficViolation/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"excel\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-24 16:22:58', 36);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1838494976842018817, '菜单管理', 1, 'org.dromara.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":null,\"parentId\":1692,\"menuName\":\"重点车辆分析\",\"orderNum\":1,\"path\":\"analysis/keyVehicles\",\"component\":\"analysis/keyVehicles/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"search\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-24 16:25:35', 14);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1838495260049813506, '菜单管理', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":\"2024-09-23 16:16:53\",\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1838130399868489730\",\"parentId\":1692,\"menuName\":\"事件统计\",\"orderNum\":3,\"path\":\"analysis/eventStat\",\"component\":\"analysis/eventStat/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"list\",\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-24 16:26:42', 16);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1838495314936475650, '菜单管理', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":\"2024-09-23 16:16:53\",\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1838130399868489730\",\"parentId\":1692,\"menuName\":\"事件统计\",\"orderNum\":1,\"path\":\"analysis/eventStat\",\"component\":\"analysis/eventStat/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"list\",\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-24 16:26:55', 11);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1838495350512562178, '菜单管理', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":\"2024-09-24 16:22:58\",\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1838494318634086401\",\"parentId\":1692,\"menuName\":\"交通违法分析\",\"orderNum\":3,\"path\":\"analysis/trafficViolation\",\"component\":\"analysis/trafficViolation/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"excel\",\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-24 16:27:04', 11);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1838495391490912257, '菜单管理', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":\"2024-09-24 16:25:35\",\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1838494976795881474\",\"parentId\":1692,\"menuName\":\"重点车辆分析\",\"orderNum\":4,\"path\":\"analysis/keyVehicles\",\"component\":\"analysis/keyVehicles/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"search\",\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-24 16:27:14', 10);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1838496153960853506, '菜单管理', 1, 'org.dromara.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":null,\"parentId\":1692,\"menuName\":\"骑行违法分析\",\"orderNum\":6,\"path\":\"analysis/cycling\",\"component\":\"analysis/cycling/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"process-definition\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-24 16:30:15', 30);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1838874916435451905, '菜单管理', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":\"2024-07-16 09:45:10\",\"updateBy\":null,\"updateTime\":null,\"menuId\":118,\"parentId\":1,\"menuName\":\"文件管理\",\"orderNum\":10,\"path\":\"oss\",\"component\":\"system/oss/index\",\"queryParam\":\"\",\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"perms\":\"system:oss:list\",\"icon\":\"upload\",\"remark\":\"文件管理菜单\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-25 17:35:19', 27);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1838875060576903169, 'OSS对象存储', 1, 'org.dromara.system.controller.system.SysOssController.upload()', 'POST', 1, 'admin', '南京国道管控项目', '/resource/oss/upload', '127.0.0.1', '内网IP', '', '', 1, '判断Bucket是否存在失败,请核对配置信息:[software.amazon.awssdk.core.exception.SdkClientException: Failed to send the request: socket connection refused.]', '2024-09-25 17:35:54', 5002);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1839122968215687170, 'OSS对象存储', 1, 'org.dromara.system.controller.system.SysOssController.upload()', 'POST', 1, 'admin', '南京国道管控项目', '/resource/oss/upload', '127.0.0.1', '内网IP', '', '', 1, '判断Bucket是否存在失败,请核对配置信息:[software.amazon.awssdk.core.exception.SdkClientException: Failed to send the request: socket connection refused.]', '2024-09-26 10:01:00', 7113);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1839128376833617921, 'OSS对象存储', 1, 'org.dromara.system.controller.system.SysOssController.upload()', 'POST', 1, 'admin', '南京国道管控项目', '/resource/oss/upload', '127.0.0.1', '内网IP', '', '', 1, '判断Bucket是否存在失败,请核对配置信息:[software.amazon.awssdk.core.exception.SdkClientException: Failed to send the request: socket connection refused.]', '2024-09-26 10:22:29', 84348);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1839209488930971650, '菜单管理', 1, 'org.dromara.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/system/menu', '0:0:0:0:0:0:0:1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":null,\"parentId\":1690,\"menuName\":\"重点事件处理\",\"orderNum\":3,\"path\":\"sense/dealKeyEvents\",\"component\":\"sense/dealKeyEvents/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"select\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-26 15:44:48', 23);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1839483684634361858, '事件信息', 2, 'org.dromara.controller.SenEventsController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/events', '0:0:0:0:0:0:0:1', '内网IP', '{\"createBy\":1,\"createTime\":\"2024-09-26 18:00:00\",\"updateBy\":null,\"updateTime\":null,\"id\":\"1839243515733909506\",\"eventCategory\":\"1\",\"eventName\":\"交通事故\",\"eventType\":\"2\",\"pointId\":\"1836251179658080257\",\"pointName\":\"紫云大道监控点\",\"areaId\":\"108\",\"areaName\":\"紫云大道运粮河段\",\"eventObj\":\"交通\",\"dealStatus\":\"2\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-27 09:54:21', 36);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1839483730016731138, '事件信息', 2, 'org.dromara.controller.SenEventsController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/events', '0:0:0:0:0:0:0:1', '内网IP', '{\"createBy\":1,\"createTime\":\"2024-09-26 18:00:00\",\"updateBy\":null,\"updateTime\":null,\"id\":\"1839243515733909506\",\"eventCategory\":\"1\",\"eventName\":\"交通事故\",\"eventType\":\"2\",\"pointId\":\"1836251179658080257\",\"pointName\":\"紫云大道监控点\",\"areaId\":\"108\",\"areaName\":\"紫云大道运粮河段\",\"eventObj\":\"交通\",\"dealStatus\":\"2\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-27 09:54:32', 7);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1839483782294536194, '事件信息', 2, 'org.dromara.controller.SenEventsController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/events', '0:0:0:0:0:0:0:1', '内网IP', '{\"createBy\":1,\"createTime\":\"2024-09-26 18:00:00\",\"updateBy\":null,\"updateTime\":null,\"id\":\"1839243515733909506\",\"eventCategory\":\"1\",\"eventName\":\"交通事故\",\"eventType\":\"2\",\"pointId\":\"1836251179658080257\",\"pointName\":\"紫云大道监控点\",\"areaId\":\"108\",\"areaName\":\"紫云大道运粮河段\",\"eventObj\":\"交通\",\"dealStatus\":\"2\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-27 09:54:44', 6);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1839484200181432322, '事件信息', 2, 'org.dromara.controller.SenEventsController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/events', '0:0:0:0:0:0:0:1', '内网IP', '{\"createBy\":1,\"createTime\":\"2024-09-26 18:00:00\",\"updateBy\":null,\"updateTime\":null,\"id\":\"1839243515708743682\",\"eventCategory\":\"1\",\"eventName\":\"遗撒物品\",\"eventType\":\"3\",\"pointId\":\"1837016903697223681\",\"pointName\":\"光华路测试监控点1\",\"areaId\":\"108\",\"areaName\":\"紫云大道运粮河段\",\"eventObj\":\"交通\",\"dealStatus\":\"2\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-27 09:56:24', 8);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1839484545808859138, '事件信息', 2, 'org.dromara.controller.SenEventsController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/events', '0:0:0:0:0:0:0:1', '内网IP', '{\"createBy\":1,\"createTime\":\"2024-09-26 18:00:00\",\"updateBy\":null,\"updateTime\":null,\"id\":\"1839243515251564546\",\"eventCategory\":\"1\",\"eventName\":\"道路拥堵\",\"eventType\":\"1\",\"pointId\":\"1837727693847207937\",\"pointName\":\"麒麟路段监控\",\"areaId\":\"104\",\"areaName\":\"G42马群路段\",\"eventObj\":\"交通\",\"dealStatus\":\"2\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-27 09:57:46', 7);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1839500428065329153, '事件信息', 2, 'org.dromara.controller.SenEventsController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/events', '0:0:0:0:0:0:0:1', '内网IP', '{\"createBy\":1,\"createTime\":\"2024-09-27 11:00:00\",\"updateBy\":null,\"updateTime\":null,\"id\":\"1839500206593495041\",\"eventCategory\":\"1\",\"eventName\":\"交通事故\",\"eventType\":\"2\",\"pointId\":\"1837727991860895746\",\"pointName\":\"麒麟高速路段监控\",\"areaId\":\"103\",\"areaName\":\"G42麒麟枢纽\",\"eventObj\":\"交通\",\"dealStatus\":\"2\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-27 11:00:53', 16);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1839501933078073346, '菜单管理', 1, 'org.dromara.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/system/menu', '0:0:0:0:0:0:0:1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":null,\"parentId\":1690,\"menuName\":\"违法行为\",\"orderNum\":1,\"path\":\"sense/offence\",\"component\":\"sense/offence/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"component\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-27 11:06:52', 18);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1839555325892648961, '事件信息', 2, 'org.dromara.controller.SenEventsController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/events', '0:0:0:0:0:0:0:1', '内网IP', '{\"createBy\":1,\"createTime\":\"2024-09-27 14:29:59\",\"updateBy\":null,\"updateTime\":null,\"id\":\"1839553054869970945\",\"eventCategory\":\"3\",\"eventName\":\"骑行未戴头盔\",\"eventType\":\"14\",\"pointId\":\"1837727693847207937\",\"pointName\":\"麒麟路段监控\",\"areaId\":\"104\",\"areaName\":\"G42马群路段\",\"eventObj\":\"交通\",\"dealStatus\":\"1\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-27 14:39:02', 24);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1839555495749378050, '事件信息', 2, 'org.dromara.controller.SenEventsController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/events', '0:0:0:0:0:0:0:1', '内网IP', '{\"createBy\":1,\"createTime\":\"2024-09-27 14:29:59\",\"updateBy\":null,\"updateTime\":null,\"id\":\"1839553054844805122\",\"eventCategory\":\"2\",\"eventName\":\"占用非机动车道\",\"eventType\":\"10\",\"pointId\":\"1836313940316467201\",\"pointName\":\"离线监控点2\",\"areaId\":\"109\",\"areaName\":\"G42石杨路段\",\"eventObj\":\"交通\",\"dealStatus\":\"2\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-27 14:39:42', 6);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1840577725048426498, '菜单管理', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/system/menu', '0:0:0:0:0:0:0:1', '内网IP', '{\"createBy\":null,\"createTime\":\"2024-09-27 11:06:52\",\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1839501933040324609\",\"parentId\":1690,\"menuName\":\"违法行为\",\"orderNum\":2,\"path\":\"sense/offence\",\"component\":\"sense/offence/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"component\",\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-30 10:21:41', 21);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1840577968024457217, '菜单管理', 1, 'org.dromara.system.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '南京国道管控项目', '/system/menu', '0:0:0:0:0:0:0:1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"menuId\":null,\"parentId\":1690,\"menuName\":\"视频广场\",\"orderNum\":1,\"path\":\"sense/video\",\"component\":\"sense/video/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"0\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"cengqian\",\"remark\":null}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-09-30 10:22:39', 11);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1842758439550242818, '事件信息', 2, 'org.dromara.controller.SenEventsController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/events', '127.0.0.1', '内网IP', '{\"createBy\":1,\"createTime\":\"2024-10-06 10:30:00\",\"updateBy\":null,\"updateTime\":null,\"id\":\"1842754147699314690\",\"eventCategory\":\"1\",\"eventName\":\"道路施工\",\"eventType\":\"4\",\"pointId\":\"1837727991860895746\",\"pointName\":\"麒麟高速路段监控\",\"areaId\":\"103\",\"areaName\":\"G42麒麟枢纽\",\"eventObj\":\"交通\",\"dealStatus\":\"2\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-06 10:47:03', 19);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1842758447263567874, '事件信息', 2, 'org.dromara.controller.SenEventsController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/events', '127.0.0.1', '内网IP', '{\"createBy\":1,\"createTime\":\"2024-10-06 10:30:00\",\"updateBy\":null,\"updateTime\":null,\"id\":\"1842754147669954561\",\"eventCategory\":\"1\",\"eventName\":\"遗撒物品\",\"eventType\":\"3\",\"pointId\":\"1837727991860895746\",\"pointName\":\"麒麟高速路段监控\",\"areaId\":\"103\",\"areaName\":\"G42麒麟枢纽\",\"eventObj\":\"交通\",\"dealStatus\":\"2\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-06 10:47:05', 4);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1842758452959432706, '事件信息', 2, 'org.dromara.controller.SenEventsController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/events', '127.0.0.1', '内网IP', '{\"createBy\":1,\"createTime\":\"2024-10-06 10:30:00\",\"updateBy\":null,\"updateTime\":null,\"id\":\"1842754147313438722\",\"eventCategory\":\"1\",\"eventName\":\"遗撒物品\",\"eventType\":\"3\",\"pointId\":\"1836251179658080257\",\"pointName\":\"紫云大道监控点\",\"areaId\":\"108\",\"areaName\":\"紫云大道运粮河段\",\"eventObj\":\"交通\",\"dealStatus\":\"2\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-06 10:47:07', 5);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1842758459129253890, '事件信息', 2, 'org.dromara.controller.SenEventsController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/events', '127.0.0.1', '内网IP', '{\"createBy\":1,\"createTime\":\"2024-10-06 09:59:59\",\"updateBy\":null,\"updateTime\":null,\"id\":\"1842746597620785153\",\"eventCategory\":\"1\",\"eventName\":\"道路施工\",\"eventType\":\"4\",\"pointId\":\"1836251179658080257\",\"pointName\":\"紫云大道监控点\",\"areaId\":\"108\",\"areaName\":\"紫云大道运粮河段\",\"eventObj\":\"交通\",\"dealStatus\":\"2\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-06 10:47:08', 5);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1842758464158224386, '事件信息', 2, 'org.dromara.controller.SenEventsController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/events', '127.0.0.1', '内网IP', '{\"createBy\":1,\"createTime\":\"2024-10-06 09:59:59\",\"updateBy\":null,\"updateTime\":null,\"id\":\"1842746597608202243\",\"eventCategory\":\"1\",\"eventName\":\"道路施工\",\"eventType\":\"4\",\"pointId\":\"1837727693847207937\",\"pointName\":\"麒麟路段监控\",\"areaId\":\"104\",\"areaName\":\"G42马群路段\",\"eventObj\":\"交通\",\"dealStatus\":\"2\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-06 10:47:09', 4);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1842758468562243586, '事件信息', 2, 'org.dromara.controller.SenEventsController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/events', '127.0.0.1', '内网IP', '{\"createBy\":1,\"createTime\":\"2024-10-06 09:59:59\",\"updateBy\":null,\"updateTime\":null,\"id\":\"1842746597637562369\",\"eventCategory\":\"1\",\"eventName\":\"道路拥堵\",\"eventType\":\"1\",\"pointId\":\"1836251179658080257\",\"pointName\":\"紫云大道监控点\",\"areaId\":\"108\",\"areaName\":\"紫云大道运粮河段\",\"eventObj\":\"交通\",\"dealStatus\":\"2\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-06 10:47:10', 5);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1842758472433586177, '事件信息', 2, 'org.dromara.controller.SenEventsController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/events', '127.0.0.1', '内网IP', '{\"createBy\":1,\"createTime\":\"2024-10-06 09:59:59\",\"updateBy\":null,\"updateTime\":null,\"id\":\"1842746597662728194\",\"eventCategory\":\"1\",\"eventName\":\"遗撒物品\",\"eventType\":\"3\",\"pointId\":\"1837727475286220802\",\"pointName\":\"马群路段监控\",\"areaId\":\"104\",\"areaName\":\"G42马群路段\",\"eventObj\":\"交通\",\"dealStatus\":\"2\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-06 10:47:11', 5);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1842797664815468545, '菜单管理', 2, 'org.dromara.system.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/system/menu', '127.0.0.1', '内网IP', '{\"createBy\":null,\"createTime\":\"2024-09-30 10:22:39\",\"updateBy\":null,\"updateTime\":null,\"menuId\":\"1840577967990902785\",\"parentId\":1690,\"menuName\":\"视频广场\",\"orderNum\":1,\"path\":\"sense/video\",\"component\":\"sense/video/index\",\"queryParam\":null,\"isFrame\":\"1\",\"isCache\":\"1\",\"menuType\":\"C\",\"visible\":\"0\",\"status\":\"0\",\"icon\":\"cengqian\",\"remark\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-06 13:22:55', 18);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1842816095111528449, '批量重试失败推送', 0, 'org.dromara.controller.SenEventsReportController.againReport()', 'GET', 1, 'admin', '南京国道管控项目', '/sense/eventsReport/againReport/1842162751648968706', '127.0.0.1', '内网IP', '{}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-06 14:36:10', 38);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1842816622331346946, '批量重试失败推送', 0, 'org.dromara.controller.SenEventsReportController.againReport()', 'GET', 1, 'admin', '南京国道管控项目', '/sense/eventsReport/againReport/1842162751686717441', '127.0.0.1', '内网IP', '{}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-06 14:38:15', 15);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1842817542230294529, '批量重试失败推送', 0, 'org.dromara.controller.SenEventsReportController.againReport()', 'GET', 1, 'admin', '南京国道管控项目', '/sense/eventsReport/againReport/1842162751648968706,1842162751686717441', '127.0.0.1', '内网IP', '{}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-06 14:41:55', 17);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1842830485122629634, '监控点位信息', 2, 'org.dromara.controller.SenMonitorPointController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint', '127.0.0.1', '内网IP', '{\"createBy\":1,\"createTime\":\"2024-09-20 14:28:57\",\"updateBy\":1,\"updateTime\":\"2024-09-20 14:28:57\",\"pointId\":\"1837016074944696321\",\"pointName\":\"测试违停监控点石杨路段\",\"areaId\":109,\"areaName\":\"G42石杨路段\",\"videoType\":\"2\",\"sceneType\":\"2\",\"deviceNo\":\"\",\"streamUrl\":\"\",\"longitude\":\"118.87151199116921\",\"latitude\":\"32.02645322083678\",\"direction\":\"\",\"intersectionId\":\"\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-06 15:33:20', 19);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1842831713932066818, '监控点位信息', 3, 'org.dromara.controller.SenMonitorPointController.remove()', 'DELETE', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint/1837016074944696321', '127.0.0.1', '内网IP', '{}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-06 15:38:13', 25);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1843208607481991169, '事件信息', 2, 'org.dromara.controller.SenEventsController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/events', '127.0.0.1', '内网IP', '{\"createBy\":1,\"createTime\":\"2024-10-07 16:29:59\",\"updateBy\":null,\"updateTime\":null,\"id\":\"1843207132273971202\",\"eventCategory\":\"2\",\"eventName\":\"车辆闯禁\",\"eventType\":\"8\",\"pointId\":\"1836251179658080257\",\"pointName\":\"紫云大道监控点\",\"areaId\":\"108\",\"areaName\":\"紫云大道运粮河段\",\"eventObj\":\"交通\",\"dealStatus\":\"1\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-07 16:35:52', 15);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1843561308102692865, '监控点任务-算法配置', 1, 'org.dromara.controller.SenMonitorTaskAlgorithmsController.addOrUpdateBatch()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/monitorTaskAlgorithms/addOrUpdateBatch', '0:0:0:0:0:0:0:1', '内网IP', '[{\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2024-10-08 15:57:22\",\"taskId\":4,\"algorithmId\":\"1834498911896190982\",\"configContent\":\"{}\"},{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"taskId\":4,\"algorithmId\":\"1834498911896190983\",\"configContent\":\"{}\"},{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"taskId\":4,\"algorithmId\":\"1834498911896190985\",\"configContent\":\"{}\"},{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"taskId\":4,\"algorithmId\":\"1834498911896190986\",\"configContent\":\"{}\"},{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"taskId\":4,\"algorithmId\":\"1834498911896190987\",\"configContent\":\"{}\"},{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"taskId\":4,\"algorithmId\":\"1834498911896190988\",\"configContent\":\"{}\"},{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"taskId\":4,\"algorithmId\":\"1834498911896190989\",\"configContent\":\"{}\"}]', '', 1, '\n### Error flushing statements. Cause: org.apache.ibatis.executor.BatchExecutorException: org.dromara.mapper.SenMonitorTaskAlgorithmsMapper.updateById (batch index #1) failed. Cause: java.sql.BatchUpdateException: Duplicate entry \'4-1834498911896190982\' for key \'sen_monitor_task_algorithms.PRIMARY\'\n### Cause: org.apache.ibatis.executor.BatchExecutorException: org.dromara.mapper.SenMonitorTaskAlgorithmsMapper.updateById (batch index #1) failed. Cause: java.sql.BatchUpdateException: Duplicate entry \'4-1834498911896190982\' for key \'sen_monitor_task_algorithms.PRIMARY\'', '2024-10-08 15:57:22', 46);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1843569681657249793, '监控点任务-算法配置', 1, 'org.dromara.controller.SenMonitorTaskAlgorithmsController.updateBatchByTaskId()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/monitorTaskAlgorithms/updateBatchByTaskId', '0:0:0:0:0:0:0:1', '内网IP', '[{\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2024-10-08 16:30:38\",\"taskId\":4,\"algorithmId\":\"1834498911896190983\",\"configContent\":\"{}\"},{\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2024-10-08 16:30:38\",\"taskId\":4,\"algorithmId\":\"1834498911896190984\",\"configContent\":\"{}\"},{\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2024-10-08 16:30:38\",\"taskId\":4,\"algorithmId\":\"1834498911896190985\",\"configContent\":\"{}\"},{\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2024-10-08 16:30:38\",\"taskId\":4,\"algorithmId\":\"1834498911896190986\",\"configContent\":\"{}\"},{\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2024-10-08 16:30:38\",\"taskId\":4,\"algorithmId\":\"1834498911896190987\",\"configContent\":\"{}\"},{\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2024-10-08 16:30:38\",\"taskId\":4,\"algorithmId\":\"1834498911896190988\",\"configContent\":\"{}\"},{\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2024-10-08 16:30:38\",\"taskId\":4,\"algorithmId\":\"1834498911896190989\",\"configContent\":\"{}\"}]', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-08 16:30:39', 32);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1843570909191708673, '监控点任务-算法配置', 1, 'org.dromara.controller.SenMonitorTaskAlgorithmsController.updateBatchByTaskId()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/monitorTaskAlgorithms/updateBatchByTaskId', '0:0:0:0:0:0:0:1', '内网IP', '[{\"createBy\":1,\"createTime\":\"2024-10-08 16:35:31\",\"updateBy\":1,\"updateTime\":\"2024-10-08 16:35:31\",\"taskId\":4,\"algorithmId\":\"1834498911896190982\",\"configContent\":\"{}\"},{\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2024-10-08 16:35:31\",\"taskId\":4,\"algorithmId\":\"1834498911896190983\",\"configContent\":\"{}\"},{\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2024-10-08 16:35:31\",\"taskId\":4,\"algorithmId\":\"1834498911896190985\",\"configContent\":\"{}\"},{\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2024-10-08 16:35:31\",\"taskId\":4,\"algorithmId\":\"1834498911896190986\",\"configContent\":\"{}\"},{\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2024-10-08 16:35:31\",\"taskId\":4,\"algorithmId\":\"1834498911896190987\",\"configContent\":\"{}\"},{\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2024-10-08 16:35:31\",\"taskId\":4,\"algorithmId\":\"1834498911896190988\",\"configContent\":\"{}\"},{\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2024-10-08 16:35:31\",\"taskId\":4,\"algorithmId\":\"1834498911896190989\",\"configContent\":\"{}\"}]', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-08 16:35:31', 50);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1843571311341576194, '监控点任务-算法配置', 1, 'org.dromara.controller.SenMonitorTaskAlgorithmsController.updateBatchByTaskId()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/monitorTaskAlgorithms/updateBatchByTaskId', '0:0:0:0:0:0:0:1', '内网IP', '[{\"createBy\":1,\"createTime\":\"2024-10-08 16:37:07\",\"updateBy\":1,\"updateTime\":\"2024-10-08 16:37:07\",\"taskId\":4,\"algorithmId\":\"1834498911896190985\",\"configContent\":\"{}\"},{\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2024-10-08 16:37:07\",\"taskId\":4,\"algorithmId\":\"1834498911896190986\",\"configContent\":\"{}\"},{\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2024-10-08 16:37:07\",\"taskId\":4,\"algorithmId\":\"1834498911896190987\",\"configContent\":\"{}\"},{\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2024-10-08 16:37:07\",\"taskId\":4,\"algorithmId\":\"1834498911896190988\",\"configContent\":\"{}\"},{\"createBy\":null,\"createTime\":null,\"updateBy\":1,\"updateTime\":\"2024-10-08 16:37:07\",\"taskId\":4,\"algorithmId\":\"1834498911896190989\",\"configContent\":\"{}\"}]', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-08 16:37:07', 48);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1843571699155292162, '监控点任务-算法配置', 1, 'org.dromara.controller.SenMonitorTaskAlgorithmsController.updateBatchByTaskId()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/monitorTaskAlgorithms/updateBatchByTaskId', '0:0:0:0:0:0:0:1', '内网IP', '[{\"createBy\":1,\"createTime\":\"2024-10-08 16:38:39\",\"updateBy\":1,\"updateTime\":\"2024-10-08 16:38:39\",\"taskId\":4,\"algorithmId\":\"1834498911896190982\",\"configContent\":\"{}\"},{\"createBy\":1,\"createTime\":\"2024-10-08 16:38:39\",\"updateBy\":1,\"updateTime\":\"2024-10-08 16:38:39\",\"taskId\":4,\"algorithmId\":\"1834498911896190983\",\"configContent\":\"{}\"},{\"createBy\":1,\"createTime\":\"2024-10-08 16:38:39\",\"updateBy\":1,\"updateTime\":\"2024-10-08 16:38:39\",\"taskId\":4,\"algorithmId\":\"1834498911896190984\",\"configContent\":\"{}\"},{\"createBy\":1,\"createTime\":\"2024-10-08 16:38:39\",\"updateBy\":1,\"updateTime\":\"2024-10-08 16:38:39\",\"taskId\":4,\"algorithmId\":\"1834498911896190989\",\"configContent\":\"{}\"}]', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-08 16:38:40', 34);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1843571778901594114, '监控点任务-算法配置', 1, 'org.dromara.controller.SenMonitorTaskAlgorithmsController.updateBatchByTaskId()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/monitorTaskAlgorithms/updateBatchByTaskId', '0:0:0:0:0:0:0:1', '内网IP', '[{\"createBy\":1,\"createTime\":\"2024-10-08 16:38:58\",\"updateBy\":1,\"updateTime\":\"2024-10-08 16:38:58\",\"taskId\":4,\"algorithmId\":\"1834498911896190982\",\"configContent\":\"{}\"},{\"createBy\":1,\"createTime\":\"2024-10-08 16:38:58\",\"updateBy\":1,\"updateTime\":\"2024-10-08 16:38:58\",\"taskId\":4,\"algorithmId\":\"1834498911896190983\",\"configContent\":\"{}\"},{\"createBy\":1,\"createTime\":\"2024-10-08 16:38:58\",\"updateBy\":1,\"updateTime\":\"2024-10-08 16:38:58\",\"taskId\":4,\"algorithmId\":\"1834498911896190984\",\"configContent\":\"{}\"},{\"createBy\":1,\"createTime\":\"2024-10-08 16:38:58\",\"updateBy\":1,\"updateTime\":\"2024-10-08 16:38:58\",\"taskId\":4,\"algorithmId\":\"1834498911896190986\",\"configContent\":\"{}\"},{\"createBy\":1,\"createTime\":\"2024-10-08 16:38:58\",\"updateBy\":1,\"updateTime\":\"2024-10-08 16:38:58\",\"taskId\":4,\"algorithmId\":\"1834498911896190987\",\"configContent\":\"{}\"},{\"createBy\":1,\"createTime\":\"2024-10-08 16:38:58\",\"updateBy\":1,\"updateTime\":\"2024-10-08 16:38:58\",\"taskId\":4,\"algorithmId\":\"1834498911896190988\",\"configContent\":\"{}\"},{\"createBy\":1,\"createTime\":\"2024-10-08 16:38:58\",\"updateBy\":1,\"updateTime\":\"2024-10-08 16:38:58\",\"taskId\":4,\"algorithmId\":\"1834498911896190989\",\"configContent\":\"{}\"}]', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-08 16:38:59', 26);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1843571829287768065, '监控点任务-算法配置', 1, 'org.dromara.controller.SenMonitorTaskAlgorithmsController.updateBatchByTaskId()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/monitorTaskAlgorithms/updateBatchByTaskId', '0:0:0:0:0:0:0:1', '内网IP', '[{\"createBy\":1,\"createTime\":\"2024-10-08 16:39:10\",\"updateBy\":1,\"updateTime\":\"2024-10-08 16:39:10\",\"taskId\":4,\"algorithmId\":\"1834498911896190983\",\"configContent\":\"{}\"},{\"createBy\":1,\"createTime\":\"2024-10-08 16:39:10\",\"updateBy\":1,\"updateTime\":\"2024-10-08 16:39:10\",\"taskId\":4,\"algorithmId\":\"1834498911896190984\",\"configContent\":\"{}\"},{\"createBy\":1,\"createTime\":\"2024-10-08 16:39:10\",\"updateBy\":1,\"updateTime\":\"2024-10-08 16:39:10\",\"taskId\":4,\"algorithmId\":\"1834498911896190986\",\"configContent\":\"{}\"},{\"createBy\":1,\"createTime\":\"2024-10-08 16:39:10\",\"updateBy\":1,\"updateTime\":\"2024-10-08 16:39:10\",\"taskId\":4,\"algorithmId\":\"1834498911896190987\",\"configContent\":\"{}\"},{\"createBy\":1,\"createTime\":\"2024-10-08 16:39:10\",\"updateBy\":1,\"updateTime\":\"2024-10-08 16:39:10\",\"taskId\":4,\"algorithmId\":\"1834498911896190988\",\"configContent\":\"{}\"},{\"createBy\":1,\"createTime\":\"2024-10-08 16:39:10\",\"updateBy\":1,\"updateTime\":\"2024-10-08 16:39:10\",\"taskId\":4,\"algorithmId\":\"1834498911896190989\",\"configContent\":\"{}\"}]', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-08 16:39:11', 23);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1843572121827889154, '任务管理', 1, 'org.dromara.controller.SenMonitorTaskController.addMonitorTaskAlgorithms()', 'POST', 1, 'admin', '南京国道管控项目', '/manage/monitorTask/addMonitorTaskAlgorithms', '0:0:0:0:0:0:0:1', '内网IP', '{\"createBy\":null,\"createTime\":null,\"updateBy\":null,\"updateTime\":null,\"id\":null,\"mediaId\":\"1837015191431335937\",\"pointId\":\"1837015191351644162\",\"videoType\":\"1\",\"progress\":\"0\",\"status\":\"1\",\"taskAlgorithms\":[{\"createBy\":1,\"createTime\":\"2024-10-08 16:40:20\",\"updateBy\":1,\"updateTime\":\"2024-10-08 16:40:20\",\"taskId\":\"1843572121714642946\",\"algorithmId\":\"1834498911896190982\",\"configContent\":\"{}\"}]}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-08 16:40:20', 31);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1843572530130800642, '监控点位信息', 3, 'org.dromara.controller.SenMonitorPointController.remove()', 'DELETE', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint/1837017193267777537', '0:0:0:0:0:0:0:1', '内网IP', '{}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-08 16:41:58', 30);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1843580815240101889, '监控点位信息', 2, 'org.dromara.controller.SenMonitorPointController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint', '0:0:0:0:0:0:0:1', '内网IP', '{\"createBy\":1,\"createTime\":\"2024-09-20 14:32:15\",\"updateBy\":1,\"updateTime\":\"2024-09-20 14:32:15\",\"pointId\":\"1837016903697223681\",\"pointName\":\"光华路测试监控点1\",\"areaId\":108,\"areaName\":\"紫云大道运粮河段\",\"videoType\":\"1\",\"sceneType\":\"2\",\"deviceNo\":\"编号2\",\"streamUrl\":\"https://live.nodemedia.cn:8443/live/b480_265.flv\",\"longitude\":\"118.89860544517973\",\"latitude\":\"32.0167617096224\",\"direction\":\"东西走向\",\"intersectionId\":\"路口1\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-08 17:14:53', 31);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1843580868293853185, '监控点位信息', 2, 'org.dromara.controller.SenMonitorPointController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint', '0:0:0:0:0:0:0:1', '内网IP', '{\"createBy\":1,\"createTime\":\"2024-09-20 14:32:15\",\"updateBy\":1,\"updateTime\":\"2024-10-08 17:14:53\",\"pointId\":\"1837016903697223681\",\"pointName\":\"光华路测试监控点1\",\"areaId\":108,\"areaName\":\"紫云大道运粮河段\",\"videoType\":\"1\",\"sceneType\":\"2\",\"deviceNo\":\"编号2\",\"streamUrl\":\"https://live.nodemedia.cn:8443/live/b480_265.flv\",\"longitude\":\"118.89860544517973\",\"latitude\":\"32.0167617096224\",\"direction\":\"东西走向\",\"intersectionId\":\"路口1\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-08 17:15:06', 6);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1843580991530893314, '监控点位信息', 2, 'org.dromara.controller.SenMonitorPointController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint', '0:0:0:0:0:0:0:1', '内网IP', '{\"createBy\":1,\"createTime\":\"2024-09-20 14:32:15\",\"updateBy\":1,\"updateTime\":\"2024-10-08 17:15:06\",\"pointId\":\"1837016903697223681\",\"pointName\":\"光华路测试监控点1\",\"areaId\":108,\"areaName\":\"紫云大道运粮河段\",\"videoType\":\"1\",\"sceneType\":\"2\",\"deviceNo\":\"编号311\",\"streamUrl\":\"https://live.nodemedia.cn:8443/live/b480_265.flv\",\"longitude\":\"118.89860544517973\",\"latitude\":\"32.0167617096224\",\"direction\":\"东西走向\",\"intersectionId\":\"路口1\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-08 17:15:35', 5);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1843582384153120770, '监控点位信息', 2, 'org.dromara.controller.SenMonitorPointController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint', '0:0:0:0:0:0:0:1', '内网IP', '{\"createBy\":1,\"createTime\":\"2024-09-20 14:25:26\",\"updateBy\":1,\"updateTime\":\"2024-09-20 14:25:26\",\"pointId\":\"1837015191351644162\",\"pointName\":\"测试机占非监控点\",\"areaId\":108,\"areaName\":\"紫云大道运粮河段\",\"videoType\":\"1\",\"sceneType\":\"2\",\"deviceNo\":\"123\",\"streamUrl\":\"http://200.200.19.126:81/index/api/webrtc?app=rtp&stream=44010200492000000002_34020000001310000004&type=play\",\"longitude\":\"118.87911429006526\",\"latitude\":\"32.02801881226863\",\"direction\":\"南北\",\"intersectionId\":\"路口2\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-08 17:21:07', 19);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1843582764727402497, '监控点位信息', 2, 'org.dromara.controller.SenMonitorPointController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint', '0:0:0:0:0:0:0:1', '内网IP', '{\"createBy\":1,\"createTime\":\"2024-09-20 14:32:15\",\"updateBy\":1,\"updateTime\":\"2024-10-08 17:15:35\",\"pointId\":\"1837016903697223681\",\"pointName\":\"光华路测试监控点1\",\"areaId\":108,\"areaName\":\"紫云大道运粮河段\",\"videoType\":\"1\",\"sceneType\":\"2\",\"deviceNo\":\"编号12\",\"streamUrl\":\"https://live.nodemedia.cn:8443/live/b480_265.flv\",\"longitude\":\"118.89860544517973\",\"latitude\":\"32.0167617096224\",\"direction\":\"东西走向\",\"intersectionId\":\"路口1\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-08 17:22:38', 24);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1843582839025303554, '监控点位信息', 2, 'org.dromara.controller.SenMonitorPointController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint', '0:0:0:0:0:0:0:1', '内网IP', '{\"createBy\":1,\"createTime\":\"2024-09-20 14:32:15\",\"updateBy\":1,\"updateTime\":\"2024-10-08 17:22:38\",\"pointId\":\"1837016903697223681\",\"pointName\":\"光华路测试监控点1\",\"areaId\":108,\"areaName\":\"紫云大道运粮河段\",\"videoType\":\"1\",\"sceneType\":\"2\",\"deviceNo\":\"编号132\",\"streamUrl\":\"https://live.nodemedia.cn:8443/live/b480_265.flv\",\"longitude\":\"118.89860544517973\",\"latitude\":\"32.0167617096224\",\"direction\":\"东西走向\",\"intersectionId\":\"路口1\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-08 17:22:56', 13);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1843582921850224641, '监控点位信息', 2, 'org.dromara.controller.SenMonitorPointController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint', '0:0:0:0:0:0:0:1', '内网IP', '{\"createBy\":1,\"createTime\":\"2024-09-20 14:32:15\",\"updateBy\":1,\"updateTime\":\"2024-10-08 17:22:56\",\"pointId\":\"1837016903697223681\",\"pointName\":\"光华路测试监控点1\",\"areaId\":108,\"areaName\":\"紫云大道运粮河段\",\"videoType\":\"1\",\"sceneType\":\"2\",\"deviceNo\":\"编号12\",\"streamUrl\":\"https://live.nodemedia.cn:8443/live/b480_265.flv\",\"longitude\":\"118.89860544517973\",\"latitude\":\"32.0167617096224\",\"direction\":\"东西走向\",\"intersectionId\":\"路口1\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-08 17:23:15', 10);
- INSERT INTO `sys_oper_log` (`oper_id`, `title`, `business_type`, `method`, `request_method`, `operator_type`, `oper_name`, `dept_name`, `oper_url`, `oper_ip`, `oper_location`, `oper_param`, `json_result`, `status`, `error_msg`, `oper_time`, `cost_time`) VALUES (1843584573894422529, '监控点位信息', 2, 'org.dromara.controller.SenMonitorPointController.edit()', 'PUT', 1, 'admin', '南京国道管控项目', '/manage/monitorPoint', '0:0:0:0:0:0:0:1', '内网IP', '{\"createBy\":1,\"createTime\":\"2024-09-20 14:32:15\",\"updateBy\":1,\"updateTime\":\"2024-10-08 17:23:15\",\"pointId\":\"1837016903697223681\",\"pointName\":\"光华路测试监控点1\",\"areaId\":108,\"areaName\":\"紫云大道运粮河段\",\"videoType\":\"1\",\"sceneType\":\"2\",\"deviceNo\":\"编号12\",\"streamUrl\":\"https://live.nodemedia.cn:8443/live/b480_265.flv\",\"longitude\":\"118.89860544517973\",\"latitude\":\"32.0167617096224\",\"direction\":\"东西走向\",\"intersectionId\":\"路口1\"}', '{\"code\":200,\"msg\":\"操作成功\",\"data\":null}', 0, '', '2024-10-08 17:29:49', 27);
- COMMIT;
- -- ----------------------------
- -- Table structure for sys_oss
- -- ----------------------------
- DROP TABLE IF EXISTS `sys_oss`;
- CREATE TABLE `sys_oss` (
- `oss_id` bigint NOT NULL COMMENT '对象存储主键',
- `file_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL DEFAULT '' COMMENT '文件名',
- `original_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL DEFAULT '' COMMENT '原名',
- `file_suffix` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL DEFAULT '' COMMENT '文件后缀名',
- `url` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT 'URL地址',
- `create_dept` bigint DEFAULT NULL COMMENT '创建部门',
- `create_time` datetime DEFAULT NULL COMMENT '创建时间',
- `create_by` bigint DEFAULT NULL COMMENT '上传人',
- `update_time` datetime DEFAULT NULL COMMENT '更新时间',
- `update_by` bigint DEFAULT NULL COMMENT '更新人',
- `service` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL DEFAULT 'minio' COMMENT '服务商',
- PRIMARY KEY (`oss_id`) USING BTREE
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='OSS对象存储表';
- -- ----------------------------
- -- Records of sys_oss
- -- ----------------------------
- BEGIN;
- COMMIT;
- -- ----------------------------
- -- Table structure for sys_oss_config
- -- ----------------------------
- DROP TABLE IF EXISTS `sys_oss_config`;
- CREATE TABLE `sys_oss_config` (
- `oss_config_id` bigint NOT NULL COMMENT '主键',
- `config_key` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL DEFAULT '' COMMENT '配置key',
- `access_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT 'accessKey',
- `secret_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '秘钥',
- `bucket_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '桶名称',
- `prefix` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '前缀',
- `endpoint` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '访问站点',
- `domain1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '自定义域名',
- `is_https` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT 'N' COMMENT '是否https(Y=是,N=否)',
- `region` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '域',
- `access_policy` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL DEFAULT '1' COMMENT '桶权限类型(0=private 1=public 2=custom)',
- `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '1' COMMENT '是否默认(0=是,1=否)',
- `ext1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '扩展字段',
- `create_dept` bigint DEFAULT NULL COMMENT '创建部门',
- `create_by` bigint DEFAULT NULL COMMENT '创建者',
- `create_time` datetime DEFAULT NULL COMMENT '创建时间',
- `update_by` bigint DEFAULT NULL COMMENT '更新者',
- `update_time` datetime DEFAULT NULL COMMENT '更新时间',
- `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '备注',
- PRIMARY KEY (`oss_config_id`) USING BTREE
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='对象存储配置表';
- -- ----------------------------
- -- Records of sys_oss_config
- -- ----------------------------
- BEGIN;
- INSERT INTO `sys_oss_config` (`oss_config_id`, `config_key`, `access_key`, `secret_key`, `bucket_name`, `prefix`, `endpoint`, `domain1`, `is_https`, `region`, `access_policy`, `status`, `ext1`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1, 'minio', 'ruoyi', 'ruoyi123', 'ruoyi', '', '127.0.0.1:9000', '', 'N', '', '1', '0', '', 103, 1, '2024-07-16 09:45:10', 1, '2024-07-16 09:45:10', NULL);
- INSERT INTO `sys_oss_config` (`oss_config_id`, `config_key`, `access_key`, `secret_key`, `bucket_name`, `prefix`, `endpoint`, `domain1`, `is_https`, `region`, `access_policy`, `status`, `ext1`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2, 'qiniu', 'XXXXXXXXXXXXXXX', 'XXXXXXXXXXXXXXX', 'ruoyi', '', 's3-cn-north-1.qiniucs.com', '', 'N', '', '1', '1', '', 103, 1, '2024-07-16 09:45:10', 1, '2024-07-16 09:45:10', NULL);
- INSERT INTO `sys_oss_config` (`oss_config_id`, `config_key`, `access_key`, `secret_key`, `bucket_name`, `prefix`, `endpoint`, `domain1`, `is_https`, `region`, `access_policy`, `status`, `ext1`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (3, 'aliyun', 'XXXXXXXXXXXXXXX', 'XXXXXXXXXXXXXXX', 'ruoyi', '', 'oss-cn-beijing.aliyuncs.com', '', 'N', '', '1', '1', '', 103, 1, '2024-07-16 09:45:10', 1, '2024-07-16 09:45:10', NULL);
- INSERT INTO `sys_oss_config` (`oss_config_id`, `config_key`, `access_key`, `secret_key`, `bucket_name`, `prefix`, `endpoint`, `domain1`, `is_https`, `region`, `access_policy`, `status`, `ext1`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (4, 'qcloud', 'XXXXXXXXXXXXXXX', 'XXXXXXXXXXXXXXX', 'ruoyi-1250000000', '', 'cos.ap-beijing.myqcloud.com', '', 'N', 'ap-beijing', '1', '1', '', 103, 1, '2024-07-16 09:45:10', 1, '2024-07-16 09:45:10', NULL);
- INSERT INTO `sys_oss_config` (`oss_config_id`, `config_key`, `access_key`, `secret_key`, `bucket_name`, `prefix`, `endpoint`, `domain1`, `is_https`, `region`, `access_policy`, `status`, `ext1`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (5, 'image', 'ruoyi', 'ruoyi123', 'ruoyi', 'image', '127.0.0.1:9000', '', 'N', '', '1', '1', '', 103, 1, '2024-07-16 09:45:10', 1, '2024-07-16 09:45:10', NULL);
- COMMIT;
- -- ----------------------------
- -- Table structure for sys_role
- -- ----------------------------
- DROP TABLE IF EXISTS `sys_role`;
- CREATE TABLE `sys_role` (
- `role_id` bigint NOT NULL COMMENT '角色ID',
- `role_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '角色名称',
- `role_key` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '角色权限字符串',
- `role_sort` int NOT NULL COMMENT '显示顺序',
- `data_scope` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '1' COMMENT '数据范围(1:全部数据权限 2:自定数据权限 3:本部门数据权限 4:本部门及以下数据权限)',
- `menu_check_strictly` tinyint(1) DEFAULT '1' COMMENT '菜单树选择项是否关联显示',
- `dept_check_strictly` tinyint(1) DEFAULT '1' COMMENT '部门树选择项是否关联显示',
- `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '角色状态(0正常 1停用)',
- `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)',
- `create_dept` bigint DEFAULT NULL COMMENT '创建部门',
- `create_by` bigint DEFAULT NULL COMMENT '创建者',
- `create_time` datetime DEFAULT NULL COMMENT '创建时间',
- `update_by` bigint DEFAULT NULL COMMENT '更新者',
- `update_time` datetime DEFAULT NULL COMMENT '更新时间',
- `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '备注',
- PRIMARY KEY (`role_id`) USING BTREE
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='角色信息表';
- -- ----------------------------
- -- Records of sys_role
- -- ----------------------------
- BEGIN;
- INSERT INTO `sys_role` (`role_id`, `role_name`, `role_key`, `role_sort`, `data_scope`, `menu_check_strictly`, `dept_check_strictly`, `status`, `del_flag`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1, '超级管理员', 'admin', 1, '1', 1, 0, '0', '0', 103, 1, '2024-07-16 09:45:10', NULL, NULL, '超级管理员');
- INSERT INTO `sys_role` (`role_id`, `role_name`, `role_key`, `role_sort`, `data_scope`, `menu_check_strictly`, `dept_check_strictly`, `status`, `del_flag`, `create_dept`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2, '普通用户', 'common', 2, '2', 1, 1, '0', '0', 103, 1, '2024-07-16 09:45:10', 1, '2024-09-12 09:20:52', '普通用户');
- COMMIT;
- -- ----------------------------
- -- Table structure for sys_role_menu
- -- ----------------------------
- DROP TABLE IF EXISTS `sys_role_menu`;
- CREATE TABLE `sys_role_menu` (
- `role_id` bigint NOT NULL COMMENT '角色ID',
- `menu_id` bigint NOT NULL COMMENT '菜单ID',
- PRIMARY KEY (`role_id`,`menu_id`) USING BTREE
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='角色和菜单关联表';
- -- ----------------------------
- -- Records of sys_role_menu
- -- ----------------------------
- BEGIN;
- COMMIT;
- -- ----------------------------
- -- Table structure for sys_user
- -- ----------------------------
- DROP TABLE IF EXISTS `sys_user`;
- CREATE TABLE `sys_user` (
- `user_id` bigint NOT NULL COMMENT '用户ID',
- `area_id` bigint DEFAULT NULL COMMENT '区域ID',
- `user_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '用户账号',
- `nick_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '用户昵称',
- `user_type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT 'sys_user' COMMENT '用户类型(sys_user系统用户)',
- `email` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '用户邮箱',
- `phonenumber` varchar(11) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '手机号码',
- `sex` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '用户性别(0男 1女 2未知)',
- `avatar` bigint DEFAULT NULL COMMENT '头像地址',
- `password` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '密码',
- `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '帐号状态(0正常 1停用)',
- `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)',
- `login_ip` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '最后登录IP',
- `login_date` datetime DEFAULT NULL COMMENT '最后登录时间',
- `create_by` bigint DEFAULT NULL COMMENT '创建者',
- `create_time` datetime DEFAULT NULL COMMENT '创建时间',
- `update_by` bigint DEFAULT NULL COMMENT '更新者',
- `update_time` datetime DEFAULT NULL COMMENT '更新时间',
- `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '备注',
- PRIMARY KEY (`user_id`) USING BTREE
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='用户信息表';
- -- ----------------------------
- -- Records of sys_user
- -- ----------------------------
- BEGIN;
- INSERT INTO `sys_user` (`user_id`, `area_id`, `user_name`, `nick_name`, `user_type`, `email`, `phonenumber`, `sex`, `avatar`, `password`, `status`, `del_flag`, `login_ip`, `login_date`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1, 100, 'admin', '系统管理员', 'sys_user', 'crazyLionLi@163.com', '15888888888', '1', NULL, '$2a$10$7JB720yubVSZvUI0rEqK/.VqGOZTH.ulu33dHOiBE8ByOhJIrdAu2', '0', '0', '0:0:0:0:0:0:0:1', '2024-10-08 14:13:56', 1, '2024-07-16 09:45:10', 1, '2024-10-08 14:13:56', '管理员');
- INSERT INTO `sys_user` (`user_id`, `area_id`, `user_name`, `nick_name`, `user_type`, `email`, `phonenumber`, `sex`, `avatar`, `password`, `status`, `del_flag`, `login_ip`, `login_date`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (2, 102, 'test1', '秦淮所负责人', 'sys_user', '', '', '0', NULL, '$2a$10$b8yUzN0C71sbz.PhNOCgJe.Tu1yWC3RNrTyjSQ8p1W0.aaUXUJ.Ne', '0', '0', '127.0.0.1', '2024-07-16 09:45:10', 1, '2024-07-16 09:45:10', 3, '2024-07-16 09:45:10', NULL);
- COMMIT;
- -- ----------------------------
- -- Table structure for sys_user_role
- -- ----------------------------
- DROP TABLE IF EXISTS `sys_user_role`;
- CREATE TABLE `sys_user_role` (
- `user_id` bigint NOT NULL COMMENT '用户ID',
- `role_id` bigint NOT NULL COMMENT '角色ID',
- PRIMARY KEY (`user_id`,`role_id`) USING BTREE
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='用户和角色关联表';
- -- ----------------------------
- -- Records of sys_user_role
- -- ----------------------------
- BEGIN;
- INSERT INTO `sys_user_role` (`user_id`, `role_id`) VALUES (1, 1);
- INSERT INTO `sys_user_role` (`user_id`, `role_id`) VALUES (2, 2);
- COMMIT;
|