sense_db.sql 424 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520
  1. /*
  2. Navicat Premium Dump SQL
  3. Source Server : local
  4. Source Server Type : MySQL
  5. Source Server Version : 90001 (9.0.1)
  6. Source Host : localhost:3306
  7. Source Schema : sense_db
  8. Target Server Type : MySQL
  9. Target Server Version : 90001 (9.0.1)
  10. File Encoding : 65001
  11. Date: 09/10/2024 09:09:43
  12. */
  13. SET NAMES utf8mb4;
  14. SET FOREIGN_KEY_CHECKS = 0;
  15. -- ----------------------------
  16. -- Table structure for gen_table
  17. -- ----------------------------
  18. DROP TABLE IF EXISTS `gen_table`;
  19. CREATE TABLE `gen_table` (
  20. `table_id` bigint NOT NULL COMMENT '编号',
  21. `data_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '数据源名称',
  22. `table_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '表名称',
  23. `table_comment` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '表描述',
  24. `sub_table_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '关联子表的表名',
  25. `sub_table_fk_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '子表关联的外键名',
  26. `class_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '实体类名称',
  27. `tpl_category` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT 'crud' COMMENT '使用的模板(crud单表操作 tree树表操作)',
  28. `package_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '生成包路径',
  29. `module_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '生成模块名',
  30. `business_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '生成业务名',
  31. `function_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '生成功能名',
  32. `function_author` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '生成功能作者',
  33. `gen_type` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '生成代码方式(0zip压缩包 1自定义路径)',
  34. `gen_path` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '/' COMMENT '生成路径(不填默认项目路径)',
  35. `options` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '其它生成选项',
  36. `create_dept` bigint DEFAULT NULL COMMENT '创建部门',
  37. `create_by` bigint DEFAULT NULL COMMENT '创建者',
  38. `create_time` datetime DEFAULT NULL COMMENT '创建时间',
  39. `update_by` bigint DEFAULT NULL COMMENT '更新者',
  40. `update_time` datetime DEFAULT NULL COMMENT '更新时间',
  41. `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '备注',
  42. PRIMARY KEY (`table_id`) USING BTREE
  43. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='代码生成业务表';
  44. -- ----------------------------
  45. -- Records of gen_table
  46. -- ----------------------------
  47. BEGIN;
  48. 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);
  49. 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);
  50. 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);
  51. 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);
  52. 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);
  53. 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);
  54. 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);
  55. 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);
  56. 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);
  57. COMMIT;
  58. -- ----------------------------
  59. -- Table structure for gen_table_column
  60. -- ----------------------------
  61. DROP TABLE IF EXISTS `gen_table_column`;
  62. CREATE TABLE `gen_table_column` (
  63. `column_id` bigint NOT NULL COMMENT '编号',
  64. `table_id` bigint DEFAULT NULL COMMENT '归属表编号',
  65. `column_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '列名称',
  66. `column_comment` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '列描述',
  67. `column_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '列类型',
  68. `java_type` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT 'JAVA类型',
  69. `java_field` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT 'JAVA字段名',
  70. `is_pk` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '是否主键(1是)',
  71. `is_increment` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '是否自增(1是)',
  72. `is_required` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '是否必填(1是)',
  73. `is_insert` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '是否为插入字段(1是)',
  74. `is_edit` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '是否编辑字段(1是)',
  75. `is_list` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '是否列表字段(1是)',
  76. `is_query` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '是否查询字段(1是)',
  77. `query_type` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT 'EQ' COMMENT '查询方式(等于、不等于、大于、小于、范围)',
  78. `html_type` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '显示类型(文本框、文本域、下拉框、复选框、单选框、日期控件)',
  79. `dict_type` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '字典类型',
  80. `sort` int DEFAULT NULL COMMENT '排序',
  81. `create_dept` bigint DEFAULT NULL COMMENT '创建部门',
  82. `create_by` bigint DEFAULT NULL COMMENT '创建者',
  83. `create_time` datetime DEFAULT NULL COMMENT '创建时间',
  84. `update_by` bigint DEFAULT NULL COMMENT '更新者',
  85. `update_time` datetime DEFAULT NULL COMMENT '更新时间',
  86. PRIMARY KEY (`column_id`) USING BTREE
  87. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='代码生成业务表字段';
  88. -- ----------------------------
  89. -- Records of gen_table_column
  90. -- ----------------------------
  91. BEGIN;
  92. 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');
  93. 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');
  94. 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');
  95. 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');
  96. 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');
  97. 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');
  98. 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');
  99. 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');
  100. 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');
  101. 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');
  102. 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');
  103. 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');
  104. 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');
  105. 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');
  106. 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');
  107. 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');
  108. 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');
  109. 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');
  110. 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');
  111. 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');
  112. 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');
  113. 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');
  114. 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');
  115. 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');
  116. 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');
  117. 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');
  118. 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');
  119. 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');
  120. 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');
  121. 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');
  122. 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');
  123. 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');
  124. 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');
  125. 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');
  126. 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');
  127. 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');
  128. 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');
  129. 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');
  130. 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');
  131. 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');
  132. 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');
  133. 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');
  134. 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');
  135. 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');
  136. 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');
  137. 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');
  138. 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');
  139. 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');
  140. 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');
  141. 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');
  142. 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');
  143. 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');
  144. 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');
  145. 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');
  146. 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');
  147. 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');
  148. 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');
  149. 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');
  150. 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');
  151. 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');
  152. 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');
  153. 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');
  154. 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');
  155. 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');
  156. 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');
  157. 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');
  158. 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');
  159. 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');
  160. 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');
  161. 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');
  162. 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');
  163. 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');
  164. 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');
  165. 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');
  166. 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');
  167. 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');
  168. 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');
  169. 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');
  170. 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');
  171. 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');
  172. 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');
  173. 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');
  174. 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');
  175. 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');
  176. 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');
  177. 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');
  178. 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');
  179. 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');
  180. 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');
  181. 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');
  182. 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');
  183. 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');
  184. 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');
  185. 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');
  186. 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');
  187. 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');
  188. 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');
  189. 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');
  190. COMMIT;
  191. -- ----------------------------
  192. -- Table structure for sen_algorithm_config
  193. -- ----------------------------
  194. DROP TABLE IF EXISTS `sen_algorithm_config`;
  195. CREATE TABLE `sen_algorithm_config` (
  196. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键',
  197. `algorithm_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '算法名称',
  198. `algorithm_category` int DEFAULT NULL COMMENT '算法类别(字典algorithm_category)',
  199. `status` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL DEFAULT '0' COMMENT '状态(0-启用1-禁用)',
  200. `alert_cycle` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '告警周期',
  201. `algorithm_provider` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '算法提供商',
  202. `hardware_type` varchar(100) DEFAULT NULL COMMENT '算法硬件类型',
  203. `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci COMMENT '描述',
  204. `create_by` bigint DEFAULT NULL COMMENT '创建者',
  205. `create_time` datetime DEFAULT NULL COMMENT '创建时间',
  206. `update_by` bigint DEFAULT NULL COMMENT '更新者',
  207. `update_time` datetime DEFAULT NULL COMMENT '更新时间',
  208. PRIMARY KEY (`id`) USING BTREE
  209. ) ENGINE=InnoDB AUTO_INCREMENT=1834498911896190990 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='算法仓配置表';
  210. -- ----------------------------
  211. -- Records of sen_algorithm_config
  212. -- ----------------------------
  213. BEGIN;
  214. 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');
  215. 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');
  216. 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');
  217. 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');
  218. 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');
  219. 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');
  220. 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');
  221. 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);
  222. COMMIT;
  223. -- ----------------------------
  224. -- Table structure for sen_algorithm_nodes
  225. -- ----------------------------
  226. DROP TABLE IF EXISTS `sen_algorithm_nodes`;
  227. CREATE TABLE `sen_algorithm_nodes` (
  228. `algorithm_id` bigint DEFAULT NULL COMMENT '算法id',
  229. `node_id` bigint DEFAULT NULL COMMENT '节点id',
  230. `create_by` bigint DEFAULT NULL COMMENT '创建人',
  231. `create_time` datetime DEFAULT NULL COMMENT '创建时间',
  232. `update_by` bigint DEFAULT NULL COMMENT '更新人',
  233. `update_time` datetime DEFAULT NULL COMMENT '更新时间'
  234. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='节点-算法关联表';
  235. -- ----------------------------
  236. -- Records of sen_algorithm_nodes
  237. -- ----------------------------
  238. BEGIN;
  239. 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');
  240. 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');
  241. 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');
  242. 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');
  243. 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');
  244. 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');
  245. 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');
  246. COMMIT;
  247. -- ----------------------------
  248. -- Table structure for sen_cluster_nodes
  249. -- ----------------------------
  250. DROP TABLE IF EXISTS `sen_cluster_nodes`;
  251. CREATE TABLE `sen_cluster_nodes` (
  252. `node_id` bigint NOT NULL AUTO_INCREMENT COMMENT '节点id',
  253. `node_name` varchar(255) DEFAULT NULL COMMENT '节点名称',
  254. `hardware_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '硬件类型',
  255. `algorithm_provider` varchar(100) DEFAULT '0' COMMENT '算法提供商',
  256. `compute_power` double DEFAULT NULL COMMENT '节点算力',
  257. `node_ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '节点IP',
  258. `compute_paths` bigint DEFAULT '0' COMMENT '算力路数',
  259. `running_tasks` bigint DEFAULT NULL COMMENT '运行中任务数',
  260. `running_status` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '运行状态(0-运行中 1-已停止2-运行报错)',
  261. `node_desc` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci COMMENT '描述',
  262. `create_by` bigint DEFAULT NULL COMMENT '创建者',
  263. `create_time` datetime DEFAULT NULL COMMENT '创建时间',
  264. `update_by` bigint DEFAULT NULL COMMENT '更新者',
  265. `update_time` datetime DEFAULT NULL COMMENT '更新时间',
  266. PRIMARY KEY (`node_id`) USING BTREE
  267. ) ENGINE=InnoDB AUTO_INCREMENT=1834435909775880202 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='集群配置表';
  268. -- ----------------------------
  269. -- Records of sen_cluster_nodes
  270. -- ----------------------------
  271. BEGIN;
  272. 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');
  273. 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');
  274. 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');
  275. COMMIT;
  276. -- ----------------------------
  277. -- Table structure for sen_events
  278. -- ----------------------------
  279. DROP TABLE IF EXISTS `sen_events`;
  280. CREATE TABLE `sen_events` (
  281. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键',
  282. `event_category` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '事件分类(字典event_category)',
  283. `event_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '事件名称',
  284. `event_type` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '事件类型(字典event_type)',
  285. `point_id` bigint DEFAULT NULL COMMENT '监控点id',
  286. `point_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '监控点名称',
  287. `area_id` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '区域id',
  288. `area_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '区域名称',
  289. `event_obj` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '事件对象类型(交通、城管、社区)',
  290. `deal_status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '处理状态(0-未处理1-已处理 2-已忽略)',
  291. `datasource` varchar(255) DEFAULT NULL COMMENT '数据来源',
  292. `create_by` bigint DEFAULT NULL COMMENT '创建者',
  293. `create_time` datetime DEFAULT NULL COMMENT '创建时间',
  294. PRIMARY KEY (`id`) USING BTREE,
  295. KEY `idx_create_time` (`create_time`)
  296. ) ENGINE=InnoDB AUTO_INCREMENT=1843818661821661187 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='事件信息表';
  297. -- ----------------------------
  298. -- Table structure for sen_events_media
  299. -- ----------------------------
  300. DROP TABLE IF EXISTS `sen_events_media`;
  301. CREATE TABLE `sen_events_media` (
  302. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键',
  303. `event_id` bigint DEFAULT '0' COMMENT '事件id',
  304. `media_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '媒介文件类型(1-图片、2-视频)',
  305. `file_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '文件名称',
  306. `file_path` varchar(255) DEFAULT NULL COMMENT '文件存储路径',
  307. `duration` time DEFAULT NULL COMMENT '如果是视频,记录视频的时长',
  308. `create_time` datetime DEFAULT NULL COMMENT '创建时间',
  309. PRIMARY KEY (`id`) USING BTREE,
  310. KEY `fk_sen_events_media_sen_events_1` (`event_id`),
  311. CONSTRAINT `fk_sen_events_media_sen_events_1` FOREIGN KEY (`event_id`) REFERENCES `sen_events` (`id`)
  312. ) ENGINE=InnoDB AUTO_INCREMENT=1843818661825855490 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='事件媒介表\n';
  313. -- ----------------------------
  314. -- Table structure for sen_events_object
  315. -- ----------------------------
  316. DROP TABLE IF EXISTS `sen_events_object`;
  317. CREATE TABLE `sen_events_object` (
  318. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键',
  319. `event_id` bigint DEFAULT '0' COMMENT '事件id',
  320. `object_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '对象类型(如人、车等)',
  321. `event_type` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '事件类型(字典event_type)',
  322. `object_id` varchar(100) DEFAULT NULL COMMENT '对象标识(如车牌号、人脸特征码等)',
  323. `object_attr` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '对象属性(如品牌)',
  324. `create_by` bigint DEFAULT NULL COMMENT '创建者',
  325. `create_time` datetime DEFAULT NULL COMMENT '创建时间',
  326. PRIMARY KEY (`id`) USING BTREE,
  327. KEY `INDEX idx_event_id` (`event_id`),
  328. CONSTRAINT `fk_sen_events_object_sen_events_1` FOREIGN KEY (`event_id`) REFERENCES `sen_events` (`id`)
  329. ) ENGINE=InnoDB AUTO_INCREMENT=25675 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='事件对象表';
  330. -- ----------------------------
  331. -- Table structure for sen_events_report
  332. -- ----------------------------
  333. DROP TABLE IF EXISTS `sen_events_report`;
  334. CREATE TABLE `sen_events_report` (
  335. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键',
  336. `report_platform` varchar(100) DEFAULT '0' COMMENT '上报平台',
  337. `event_id` bigint DEFAULT NULL COMMENT '事件id',
  338. `point_id` bigint DEFAULT NULL COMMENT '监控点id',
  339. `point_name` varchar(100) DEFAULT '0' COMMENT '监控点名称',
  340. `event_name` varchar(100) DEFAULT NULL COMMENT '事件名称',
  341. `data_content` json DEFAULT NULL COMMENT '数据详情',
  342. `data_type` varchar(50) DEFAULT NULL COMMENT '数据类型',
  343. `report_status` varchar(10) DEFAULT NULL COMMENT '上报状态(0-发送成功1-发送失败)',
  344. `report_desc` varchar(255) DEFAULT NULL COMMENT '描述',
  345. `retry_num` int DEFAULT NULL COMMENT '重试次数',
  346. `create_by` bigint DEFAULT NULL COMMENT '创建者',
  347. `create_time` datetime DEFAULT NULL COMMENT '创建时间',
  348. `update_by` bigint DEFAULT NULL COMMENT '更新人',
  349. `update_time` datetime DEFAULT NULL COMMENT '更新时间',
  350. PRIMARY KEY (`id`) USING BTREE
  351. ) ENGINE=InnoDB AUTO_INCREMENT=1843818665512648706 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='事件推送记录';
  352. -- ----------------------------
  353. -- Table structure for sen_flow_detail
  354. -- ----------------------------
  355. DROP TABLE IF EXISTS `sen_flow_detail`;
  356. CREATE TABLE `sen_flow_detail` (
  357. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键',
  358. `task_id` bigint DEFAULT '0' COMMENT '任务编号',
  359. `point_id` bigint DEFAULT NULL COMMENT '监控点id',
  360. `point_name` varchar(100) DEFAULT NULL COMMENT '监控点名称',
  361. `lane_number` varchar(50) DEFAULT NULL COMMENT '车道号',
  362. `vehicle_count` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '车流量',
  363. `average_speed` varchar(50) DEFAULT NULL COMMENT '平均数据(km/h)',
  364. `queue_time` varchar(255) DEFAULT NULL COMMENT '排队长度(s)',
  365. `space_rate` varchar(100) DEFAULT NULL COMMENT '空间占有率',
  366. `time_rate` varchar(100) DEFAULT NULL COMMENT '时间占有率',
  367. `headway_time` varchar(255) DEFAULT NULL COMMENT '车头时距(s)',
  368. `headway_distance` varchar(255) DEFAULT NULL COMMENT '车头间距',
  369. `vehicle_remark` varchar(500) DEFAULT NULL COMMENT '车辆类型与行驶方向数',
  370. `create_by` bigint DEFAULT NULL COMMENT '创建者',
  371. `create_time` datetime DEFAULT NULL COMMENT '创建时间',
  372. PRIMARY KEY (`id`) USING BTREE
  373. ) ENGINE=InnoDB AUTO_INCREMENT=1843818661851021316 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='监控点流量表';
  374. -- ----------------------------
  375. -- Table structure for sen_map_tmp
  376. -- ----------------------------
  377. DROP TABLE IF EXISTS `sen_map_tmp`;
  378. CREATE TABLE `sen_map_tmp` (
  379. `algorithm_category` int DEFAULT NULL,
  380. `event_category` int DEFAULT NULL,
  381. `event_type` bigint DEFAULT NULL
  382. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='算法映射事件模拟表';
  383. -- ----------------------------
  384. -- Records of sen_map_tmp
  385. -- ----------------------------
  386. BEGIN;
  387. INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (1, 2, 5);
  388. INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (1, 2, 6);
  389. INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (1, 2, 7);
  390. INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (1, 2, 8);
  391. INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (1, 2, 9);
  392. INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (1, 2, 10);
  393. INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (1, 2, 11);
  394. INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (1, 2, 12);
  395. INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (2, 3, 13);
  396. INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (2, 3, 14);
  397. INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (3, 4, 15);
  398. INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (4, 1, 1);
  399. INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (5, 1, 2);
  400. INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (5, 1, 3);
  401. INSERT INTO `sen_map_tmp` (`algorithm_category`, `event_category`, `event_type`) VALUES (5, 1, 4);
  402. COMMIT;
  403. -- ----------------------------
  404. -- Table structure for sen_monitor_point
  405. -- ----------------------------
  406. DROP TABLE IF EXISTS `sen_monitor_point`;
  407. CREATE TABLE `sen_monitor_point` (
  408. `point_id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键',
  409. `area_id` bigint DEFAULT NULL COMMENT '行政区域',
  410. `point_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '监控点名称',
  411. `video_type` varchar(255) DEFAULT NULL COMMENT '视频类型(1-实时视频2-离线视频)',
  412. `scene_type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '场景类型(1-高速公路 2-城市道路)',
  413. `longitude` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '经度',
  414. `latitude` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '纬度',
  415. `direction` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '方向',
  416. `intersection_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '路口编号',
  417. `create_by` bigint DEFAULT NULL COMMENT '创建者',
  418. `create_time` datetime DEFAULT NULL COMMENT '创建时间',
  419. `update_by` bigint DEFAULT NULL COMMENT '更新者',
  420. `update_time` datetime DEFAULT NULL COMMENT '更新时间',
  421. PRIMARY KEY (`point_id`) USING BTREE
  422. ) ENGINE=InnoDB AUTO_INCREMENT=1837727991860895747 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='监控点位信息表';
  423. -- ----------------------------
  424. -- Records of sen_monitor_point
  425. -- ----------------------------
  426. BEGIN;
  427. 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');
  428. 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');
  429. 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');
  430. 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');
  431. 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');
  432. 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');
  433. 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');
  434. 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');
  435. COMMIT;
  436. -- ----------------------------
  437. -- Table structure for sen_monitor_point_media
  438. -- ----------------------------
  439. DROP TABLE IF EXISTS `sen_monitor_point_media`;
  440. CREATE TABLE `sen_monitor_point_media` (
  441. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键',
  442. `point_id` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '监控点id',
  443. `video_type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '视频类型(1-实时视频2-离线视频)',
  444. `device_no` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '设备编号',
  445. `stream_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '实时流地址',
  446. `file_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '离线视频名称',
  447. `file_path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '离线视频存储路径',
  448. `adjust_time` datetime DEFAULT NULL COMMENT '离线视频校准时间',
  449. `create_by` bigint DEFAULT NULL COMMENT '创建者',
  450. `create_time` datetime DEFAULT NULL COMMENT '创建时间',
  451. `update_by` bigint DEFAULT NULL COMMENT '更新者',
  452. `update_time` datetime DEFAULT NULL COMMENT '更新时间',
  453. PRIMARY KEY (`id`) USING BTREE
  454. ) ENGINE=InnoDB AUTO_INCREMENT=1837727991886061571 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='监控点位视频媒介表';
  455. -- ----------------------------
  456. -- Records of sen_monitor_point_media
  457. -- ----------------------------
  458. BEGIN;
  459. 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');
  460. 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');
  461. 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');
  462. 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');
  463. 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');
  464. 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');
  465. 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');
  466. 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');
  467. 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');
  468. COMMIT;
  469. -- ----------------------------
  470. -- Table structure for sen_monitor_task
  471. -- ----------------------------
  472. DROP TABLE IF EXISTS `sen_monitor_task`;
  473. CREATE TABLE `sen_monitor_task` (
  474. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '任务编号',
  475. `media_id` bigint NOT NULL COMMENT '监控点媒介id',
  476. `point_id` bigint NOT NULL COMMENT '监控点位id',
  477. `video_type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '视频类型(1-实时视频2-离线视频)',
  478. `progress` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '完成进度',
  479. `status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '任务状态(1-未开始 2-分析中3-分析完成)',
  480. `create_by` bigint DEFAULT NULL COMMENT '创建者',
  481. `create_time` datetime DEFAULT NULL COMMENT '创建时间',
  482. `update_by` bigint DEFAULT NULL COMMENT '更新者',
  483. `update_time` datetime DEFAULT NULL COMMENT '更新时间',
  484. PRIMARY KEY (`id`) USING BTREE
  485. ) ENGINE=InnoDB AUTO_INCREMENT=1843572121714642947 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='监控点位视频任务表';
  486. -- ----------------------------
  487. -- Records of sen_monitor_task
  488. -- ----------------------------
  489. BEGIN;
  490. 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');
  491. 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');
  492. 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');
  493. 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);
  494. 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);
  495. 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);
  496. 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);
  497. 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');
  498. COMMIT;
  499. -- ----------------------------
  500. -- Table structure for sen_monitor_task_algorithms
  501. -- ----------------------------
  502. DROP TABLE IF EXISTS `sen_monitor_task_algorithms`;
  503. CREATE TABLE `sen_monitor_task_algorithms` (
  504. `task_id` bigint NOT NULL COMMENT '任务id',
  505. `algorithm_id` bigint NOT NULL COMMENT '算法id',
  506. `config_content` json DEFAULT NULL COMMENT '算法感兴趣绘制区域内容',
  507. `create_by` bigint DEFAULT NULL COMMENT '创建者',
  508. `create_time` datetime DEFAULT NULL COMMENT '创建时间',
  509. `update_by` bigint DEFAULT NULL COMMENT '更新者',
  510. `update_time` datetime DEFAULT NULL COMMENT '更新时间',
  511. KEY `idx_algorithm_id` (`algorithm_id`) USING BTREE
  512. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='监控点任务-算法配置表';
  513. -- ----------------------------
  514. -- Records of sen_monitor_task_algorithms
  515. -- ----------------------------
  516. BEGIN;
  517. 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');
  518. 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);
  519. 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);
  520. 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');
  521. 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);
  522. 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);
  523. 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);
  524. 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);
  525. 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);
  526. 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);
  527. 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');
  528. 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);
  529. 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);
  530. 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');
  531. 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);
  532. 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);
  533. 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);
  534. 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);
  535. 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');
  536. 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);
  537. 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);
  538. 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');
  539. 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);
  540. 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);
  541. 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);
  542. 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);
  543. 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');
  544. 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);
  545. 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);
  546. 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');
  547. 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);
  548. 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);
  549. 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);
  550. 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);
  551. 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');
  552. 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');
  553. 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');
  554. 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');
  555. 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');
  556. 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');
  557. 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');
  558. COMMIT;
  559. -- ----------------------------
  560. -- Table structure for sys_area
  561. -- ----------------------------
  562. DROP TABLE IF EXISTS `sys_area`;
  563. CREATE TABLE `sys_area` (
  564. `area_id` bigint NOT NULL COMMENT '区域id',
  565. `parent_id` bigint DEFAULT '0' COMMENT '父区域id',
  566. `ancestors` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '祖级列表',
  567. `area_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '区域名称',
  568. `order_num` int DEFAULT '0' COMMENT '显示顺序',
  569. `leader` bigint DEFAULT NULL COMMENT '负责人',
  570. `phone` varchar(11) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '联系电话',
  571. `email` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '邮箱',
  572. `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '区域状态(0正常 1停用)',
  573. `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)',
  574. `create_by` bigint DEFAULT NULL COMMENT '创建者',
  575. `create_time` datetime DEFAULT NULL COMMENT '创建时间',
  576. `update_by` bigint DEFAULT NULL COMMENT '更新者',
  577. `update_time` datetime DEFAULT NULL COMMENT '更新时间',
  578. `area_level` bigint DEFAULT NULL COMMENT '区域层级',
  579. PRIMARY KEY (`area_id`) USING BTREE
  580. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='部门表';
  581. -- ----------------------------
  582. -- Records of sys_area
  583. -- ----------------------------
  584. BEGIN;
  585. 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);
  586. 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);
  587. 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);
  588. 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);
  589. 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);
  590. 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);
  591. 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);
  592. 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);
  593. COMMIT;
  594. -- ----------------------------
  595. -- Table structure for sys_client
  596. -- ----------------------------
  597. DROP TABLE IF EXISTS `sys_client`;
  598. CREATE TABLE `sys_client` (
  599. `id` bigint NOT NULL COMMENT 'id',
  600. `client_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '客户端id',
  601. `client_key` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '客户端key',
  602. `client_secret` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '客户端秘钥',
  603. `grant_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '授权类型',
  604. `device_type` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '设备类型',
  605. `active_timeout` int DEFAULT '1800' COMMENT 'token活跃超时时间',
  606. `timeout` int DEFAULT '604800' COMMENT 'token固定超时',
  607. `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '状态(0正常 1停用)',
  608. `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)',
  609. `create_dept` bigint DEFAULT NULL COMMENT '创建部门',
  610. `create_by` bigint DEFAULT NULL COMMENT '创建者',
  611. `create_time` datetime DEFAULT NULL COMMENT '创建时间',
  612. `update_by` bigint DEFAULT NULL COMMENT '更新者',
  613. `update_time` datetime DEFAULT NULL COMMENT '更新时间',
  614. PRIMARY KEY (`id`) USING BTREE
  615. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='系统授权表';
  616. -- ----------------------------
  617. -- Records of sys_client
  618. -- ----------------------------
  619. BEGIN;
  620. 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');
  621. 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');
  622. COMMIT;
  623. -- ----------------------------
  624. -- Table structure for sys_config
  625. -- ----------------------------
  626. DROP TABLE IF EXISTS `sys_config`;
  627. CREATE TABLE `sys_config` (
  628. `config_id` bigint NOT NULL COMMENT '参数主键',
  629. `config_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '参数名称',
  630. `config_key` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '参数键名',
  631. `config_value` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '参数键值',
  632. `config_type` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT 'N' COMMENT '系统内置(Y是 N否)',
  633. `create_dept` bigint DEFAULT NULL COMMENT '创建部门',
  634. `create_by` bigint DEFAULT NULL COMMENT '创建者',
  635. `create_time` datetime DEFAULT NULL COMMENT '创建时间',
  636. `update_by` bigint DEFAULT NULL COMMENT '更新者',
  637. `update_time` datetime DEFAULT NULL COMMENT '更新时间',
  638. `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '备注',
  639. PRIMARY KEY (`config_id`) USING BTREE
  640. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='参数配置表';
  641. -- ----------------------------
  642. -- Records of sys_config
  643. -- ----------------------------
  644. BEGIN;
  645. 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');
  646. 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');
  647. 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');
  648. 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关闭)');
  649. 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:关闭');
  650. COMMIT;
  651. -- ----------------------------
  652. -- Table structure for sys_dict_data
  653. -- ----------------------------
  654. DROP TABLE IF EXISTS `sys_dict_data`;
  655. CREATE TABLE `sys_dict_data` (
  656. `dict_code` bigint NOT NULL COMMENT '字典编码',
  657. `dict_sort` int DEFAULT '0' COMMENT '字典排序',
  658. `dict_label` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '字典标签',
  659. `dict_value` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '字典键值',
  660. `dict_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '字典类型',
  661. `css_class` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '样式属性(其他样式扩展)',
  662. `list_class` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '表格回显样式',
  663. `is_default` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT 'N' COMMENT '是否默认(Y是 N否)',
  664. `create_dept` bigint DEFAULT NULL COMMENT '创建部门',
  665. `create_by` bigint DEFAULT NULL COMMENT '创建者',
  666. `create_time` datetime DEFAULT NULL COMMENT '创建时间',
  667. `update_by` bigint DEFAULT NULL COMMENT '更新者',
  668. `update_time` datetime DEFAULT NULL COMMENT '更新时间',
  669. `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '备注',
  670. PRIMARY KEY (`dict_code`) USING BTREE
  671. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='字典数据表';
  672. -- ----------------------------
  673. -- Records of sys_dict_data
  674. -- ----------------------------
  675. BEGIN;
  676. 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, '性别男');
  677. 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, '性别女');
  678. 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, '性别未知');
  679. 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, '显示菜单');
  680. 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, '隐藏菜单');
  681. 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, '正常状态');
  682. 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, '停用状态');
  683. 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, '系统默认是');
  684. 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, '系统默认否');
  685. 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, '通知');
  686. 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, '公告');
  687. 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, '正常状态');
  688. 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, '关闭状态');
  689. 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, '新增操作');
  690. 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, '修改操作');
  691. 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, '删除操作');
  692. 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, '授权操作');
  693. 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, '导出操作');
  694. 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, '导入操作');
  695. 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, '强退操作');
  696. 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, '生成操作');
  697. 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, '清空操作');
  698. 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, '正常状态');
  699. 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, '停用状态');
  700. 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, '其他操作');
  701. 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, '密码认证');
  702. 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, '短信认证');
  703. 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, '邮件认证');
  704. 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, '小程序认证');
  705. 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, '三方登录认证');
  706. 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');
  707. 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, '安卓');
  708. 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');
  709. 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, '小程序');
  710. 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, '已撤销');
  711. 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, '草稿');
  712. 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, '待审核');
  713. 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, '已完成');
  714. 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, '已作废');
  715. 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, '已退回');
  716. 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, '已终止');
  717. 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, '自定义表单');
  718. 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, '动态表单');
  719. 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', '');
  720. 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', '');
  721. 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', '');
  722. 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', '');
  723. 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', '');
  724. 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', '');
  725. 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', '');
  726. 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', '');
  727. 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', '');
  728. 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');
  729. 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');
  730. 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');
  731. 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');
  732. 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');
  733. 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');
  734. 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', '');
  735. 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', '');
  736. 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', '');
  737. 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', '');
  738. 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', '');
  739. 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', '');
  740. 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', '');
  741. 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', '');
  742. 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', '');
  743. 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', '');
  744. 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', '');
  745. 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', '');
  746. 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', '');
  747. 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', '');
  748. 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', '');
  749. 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', '');
  750. 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', '');
  751. 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', '');
  752. 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', '');
  753. 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', '');
  754. 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', '');
  755. 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', '');
  756. 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', '');
  757. 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', '');
  758. 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', '');
  759. 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', '');
  760. 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', '');
  761. 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', '');
  762. 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', '');
  763. 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', '');
  764. 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', '');
  765. 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', '');
  766. 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', '');
  767. 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', '');
  768. 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', '');
  769. 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', '');
  770. 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', '');
  771. 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', '');
  772. 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', '');
  773. 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', '');
  774. 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', '');
  775. 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', '');
  776. 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', '');
  777. 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', '');
  778. 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', '');
  779. 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', '');
  780. 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', '');
  781. COMMIT;
  782. -- ----------------------------
  783. -- Table structure for sys_dict_type
  784. -- ----------------------------
  785. DROP TABLE IF EXISTS `sys_dict_type`;
  786. CREATE TABLE `sys_dict_type` (
  787. `dict_id` bigint NOT NULL COMMENT '字典主键',
  788. `dict_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '字典名称',
  789. `dict_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '字典类型',
  790. `create_dept` bigint DEFAULT NULL COMMENT '创建部门',
  791. `create_by` bigint DEFAULT NULL COMMENT '创建者',
  792. `create_time` datetime DEFAULT NULL COMMENT '创建时间',
  793. `update_by` bigint DEFAULT NULL COMMENT '更新者',
  794. `update_time` datetime DEFAULT NULL COMMENT '更新时间',
  795. `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '备注',
  796. PRIMARY KEY (`dict_id`) USING BTREE,
  797. UNIQUE KEY `tenant_id` (`dict_type`) USING BTREE
  798. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='字典类型表';
  799. -- ----------------------------
  800. -- Records of sys_dict_type
  801. -- ----------------------------
  802. BEGIN;
  803. 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, '用户性别列表');
  804. 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, '菜单状态列表');
  805. 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, '系统开关列表');
  806. 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, '系统是否列表');
  807. 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, '通知类型列表');
  808. 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, '通知状态列表');
  809. 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, '操作类型列表');
  810. 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, '登录状态列表');
  811. 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, '认证授权类型');
  812. 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, '客户端设备类型');
  813. 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, '业务状态列表');
  814. 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, '表单类型列表');
  815. 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', '');
  816. 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', '');
  817. 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', '');
  818. 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', '算法仓配置');
  819. 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', '事件大类');
  820. 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', '事件小类');
  821. 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', '事件数据来源');
  822. 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', '');
  823. 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', '');
  824. 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', '集群管理运行状态');
  825. 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', '');
  826. 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', '');
  827. 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', '');
  828. COMMIT;
  829. -- ----------------------------
  830. -- Table structure for sys_logininfor
  831. -- ----------------------------
  832. DROP TABLE IF EXISTS `sys_logininfor`;
  833. CREATE TABLE `sys_logininfor` (
  834. `info_id` bigint NOT NULL COMMENT '访问ID',
  835. `user_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '用户账号',
  836. `client_key` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '客户端',
  837. `device_type` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '设备类型',
  838. `ipaddr` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '登录IP地址',
  839. `login_location` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '登录地点',
  840. `browser` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '浏览器类型',
  841. `os` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '操作系统',
  842. `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '登录状态(0成功 1失败)',
  843. `msg` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '提示消息',
  844. `login_time` datetime DEFAULT NULL COMMENT '访问时间',
  845. PRIMARY KEY (`info_id`) USING BTREE,
  846. KEY `idx_sys_logininfor_s` (`status`) USING BTREE,
  847. KEY `idx_sys_logininfor_lt` (`login_time`) USING BTREE
  848. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='系统访问记录';
  849. -- ----------------------------
  850. -- Records of sys_logininfor
  851. -- ----------------------------
  852. BEGIN;
  853. 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');
  854. 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');
  855. 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');
  856. 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');
  857. 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');
  858. 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');
  859. 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');
  860. 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');
  861. 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');
  862. 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');
  863. 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');
  864. 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');
  865. 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');
  866. 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');
  867. 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');
  868. 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');
  869. 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');
  870. 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');
  871. 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');
  872. 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');
  873. 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');
  874. 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');
  875. 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');
  876. 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');
  877. 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');
  878. 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');
  879. 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');
  880. 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');
  881. 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');
  882. 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');
  883. 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');
  884. 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');
  885. 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');
  886. 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');
  887. 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');
  888. 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');
  889. 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');
  890. 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');
  891. 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');
  892. 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');
  893. 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');
  894. 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');
  895. 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');
  896. 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');
  897. 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');
  898. 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');
  899. 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');
  900. 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');
  901. 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');
  902. 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');
  903. 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');
  904. 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');
  905. 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');
  906. 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');
  907. 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');
  908. 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');
  909. 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');
  910. 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');
  911. 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');
  912. 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');
  913. 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');
  914. 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');
  915. 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');
  916. 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');
  917. 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');
  918. 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');
  919. COMMIT;
  920. -- ----------------------------
  921. -- Table structure for sys_menu
  922. -- ----------------------------
  923. DROP TABLE IF EXISTS `sys_menu`;
  924. CREATE TABLE `sys_menu` (
  925. `menu_id` bigint NOT NULL COMMENT '菜单ID',
  926. `menu_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '菜单名称',
  927. `parent_id` bigint DEFAULT '0' COMMENT '父菜单ID',
  928. `order_num` int DEFAULT '0' COMMENT '显示顺序',
  929. `path` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '路由地址',
  930. `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '组件路径',
  931. `query_param` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '路由参数',
  932. `is_frame` int DEFAULT '1' COMMENT '是否为外链(0是 1否)',
  933. `is_cache` int DEFAULT '0' COMMENT '是否缓存(0缓存 1不缓存)',
  934. `menu_type` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '菜单类型(M目录 C菜单 F按钮)',
  935. `visible` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '显示状态(0显示 1隐藏)',
  936. `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '菜单状态(0正常 1停用)',
  937. `perms` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '权限标识',
  938. `icon` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '#' COMMENT '菜单图标',
  939. `create_by` bigint DEFAULT NULL COMMENT '创建者',
  940. `create_time` datetime DEFAULT NULL COMMENT '创建时间',
  941. `update_by` bigint DEFAULT NULL COMMENT '更新者',
  942. `update_time` datetime DEFAULT NULL COMMENT '更新时间',
  943. `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '备注',
  944. PRIMARY KEY (`menu_id`) USING BTREE
  945. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='菜单权限表';
  946. -- ----------------------------
  947. -- Records of sys_menu
  948. -- ----------------------------
  949. BEGIN;
  950. 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', '系统管理目录');
  951. 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', '系统监控目录');
  952. 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', '系统工具目录');
  953. 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, '用户管理菜单');
  954. 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', '角色管理菜单');
  955. 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, '菜单管理菜单');
  956. 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', '部门管理菜单');
  957. 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', '字典管理菜单');
  958. 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', '参数设置菜单');
  959. 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', '通知公告菜单');
  960. 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, '日志管理菜单');
  961. 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, '在线用户菜单');
  962. 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, '缓存监控菜单');
  963. 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', '代码生成菜单');
  964. 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监控菜单');
  965. 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', '文件管理菜单');
  966. 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控制台菜单');
  967. 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', '客户端管理菜单');
  968. 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, '操作日志菜单');
  969. 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, '登录日志菜单');
  970. 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, '');
  971. 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, '');
  972. 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, '');
  973. 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, '');
  974. 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, '');
  975. 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, '');
  976. 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, '');
  977. 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, '');
  978. 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, '');
  979. 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, '');
  980. 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, '');
  981. 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, '');
  982. 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, '');
  983. 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, '');
  984. 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, '');
  985. 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, '');
  986. 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, '');
  987. 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, '');
  988. 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, '');
  989. 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, '');
  990. 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, '');
  991. 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, '');
  992. 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, '');
  993. 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, '');
  994. 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, '');
  995. 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, '');
  996. 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, '');
  997. 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, '');
  998. 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, '');
  999. 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, '');
  1000. 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, '');
  1001. 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, '');
  1002. 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, '');
  1003. 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, '');
  1004. 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, '');
  1005. 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, '');
  1006. 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, '');
  1007. 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, '');
  1008. 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, '');
  1009. 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, '');
  1010. 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, '');
  1011. 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, '');
  1012. 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, '');
  1013. 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, '');
  1014. 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, '');
  1015. 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, '');
  1016. 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, '');
  1017. 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, '');
  1018. 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, '');
  1019. 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, '');
  1020. 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, '');
  1021. 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, '');
  1022. 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, '');
  1023. 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, '');
  1024. 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, '');
  1025. 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, '');
  1026. 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, '');
  1027. 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, '');
  1028. 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, '');
  1029. 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, '');
  1030. 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, '');
  1031. 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, '');
  1032. 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, '');
  1033. 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', '页面菜单');
  1034. 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, '');
  1035. 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, '');
  1036. 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, '');
  1037. 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, '');
  1038. 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, '');
  1039. 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', '');
  1040. 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', '');
  1041. 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', '');
  1042. 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', '算法仓配置菜单');
  1043. 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, '');
  1044. 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, '');
  1045. 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, '');
  1046. 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, '');
  1047. 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, '');
  1048. 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', '集群配置菜单');
  1049. 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, '');
  1050. 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, '');
  1051. 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, '');
  1052. 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, '');
  1053. 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, '');
  1054. 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', '监控点位信息菜单');
  1055. 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', '');
  1056. 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', '任务管理菜单');
  1057. 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, '');
  1058. 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, '');
  1059. 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, '');
  1060. 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, '');
  1061. 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, '');
  1062. 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', '推送记录菜单');
  1063. 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, '');
  1064. 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, '');
  1065. 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, '');
  1066. 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, '');
  1067. 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, '');
  1068. 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', '流量明细菜单');
  1069. 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, '');
  1070. 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, '');
  1071. 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, '');
  1072. 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, '');
  1073. 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, '');
  1074. 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', '');
  1075. 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', '');
  1076. 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', '');
  1077. 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', '');
  1078. 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', '');
  1079. 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', '');
  1080. 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', '');
  1081. 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', '');
  1082. COMMIT;
  1083. -- ----------------------------
  1084. -- Table structure for sys_notice
  1085. -- ----------------------------
  1086. DROP TABLE IF EXISTS `sys_notice`;
  1087. CREATE TABLE `sys_notice` (
  1088. `notice_id` bigint NOT NULL COMMENT '公告ID',
  1089. `notice_title` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '公告标题',
  1090. `notice_type` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '公告类型(1通知 2公告)',
  1091. `notice_content` longblob COMMENT '公告内容',
  1092. `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '公告状态(0正常 1关闭)',
  1093. `create_dept` bigint DEFAULT NULL COMMENT '创建部门',
  1094. `create_by` bigint DEFAULT NULL COMMENT '创建者',
  1095. `create_time` datetime DEFAULT NULL COMMENT '创建时间',
  1096. `update_by` bigint DEFAULT NULL COMMENT '更新者',
  1097. `update_time` datetime DEFAULT NULL COMMENT '更新时间',
  1098. `remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '备注',
  1099. PRIMARY KEY (`notice_id`) USING BTREE
  1100. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='通知公告表';
  1101. -- ----------------------------
  1102. -- Records of sys_notice
  1103. -- ----------------------------
  1104. BEGIN;
  1105. 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, '管理员');
  1106. 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, '管理员');
  1107. COMMIT;
  1108. -- ----------------------------
  1109. -- Table structure for sys_oper_log
  1110. -- ----------------------------
  1111. DROP TABLE IF EXISTS `sys_oper_log`;
  1112. CREATE TABLE `sys_oper_log` (
  1113. `oper_id` bigint NOT NULL COMMENT '日志主键',
  1114. `title` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '模块标题',
  1115. `business_type` int DEFAULT '0' COMMENT '业务类型(0其它 1新增 2修改 3删除)',
  1116. `method` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '方法名称',
  1117. `request_method` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '请求方式',
  1118. `operator_type` int DEFAULT '0' COMMENT '操作类别(0其它 1后台用户 2手机端用户)',
  1119. `oper_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '操作人员',
  1120. `dept_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '部门名称',
  1121. `oper_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '请求URL',
  1122. `oper_ip` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '主机地址',
  1123. `oper_location` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '操作地点',
  1124. `oper_param` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '请求参数',
  1125. `json_result` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '返回参数',
  1126. `status` int DEFAULT '0' COMMENT '操作状态(0正常 1异常)',
  1127. `error_msg` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '错误消息',
  1128. `oper_time` datetime DEFAULT NULL COMMENT '操作时间',
  1129. `cost_time` bigint DEFAULT '0' COMMENT '消耗时间',
  1130. PRIMARY KEY (`oper_id`) USING BTREE,
  1131. KEY `idx_sys_oper_log_bt` (`business_type`) USING BTREE,
  1132. KEY `idx_sys_oper_log_s` (`status`) USING BTREE,
  1133. KEY `idx_sys_oper_log_ot` (`oper_time`) USING BTREE
  1134. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='操作日志记录';
  1135. -- ----------------------------
  1136. -- Records of sys_oper_log
  1137. -- ----------------------------
  1138. BEGIN;
  1139. 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);
  1140. 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);
  1141. 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);
  1142. 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);
  1143. 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);
  1144. 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);
  1145. 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);
  1146. 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);
  1147. 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);
  1148. 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);
  1149. 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);
  1150. 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);
  1151. 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);
  1152. 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);
  1153. 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);
  1154. 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);
  1155. 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);
  1156. 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);
  1157. 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);
  1158. 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);
  1159. 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);
  1160. 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);
  1161. 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);
  1162. 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);
  1163. 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);
  1164. 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);
  1165. 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);
  1166. 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);
  1167. 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);
  1168. 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);
  1169. 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);
  1170. 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);
  1171. 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);
  1172. 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);
  1173. 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);
  1174. 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);
  1175. 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);
  1176. 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);
  1177. 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);
  1178. 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);
  1179. 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);
  1180. 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);
  1181. 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);
  1182. 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);
  1183. 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);
  1184. 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);
  1185. 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);
  1186. 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);
  1187. 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);
  1188. 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);
  1189. 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);
  1190. 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);
  1191. 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);
  1192. 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);
  1193. 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);
  1194. 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);
  1195. 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);
  1196. 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);
  1197. 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);
  1198. 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);
  1199. 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);
  1200. 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);
  1201. 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);
  1202. 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);
  1203. 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);
  1204. 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);
  1205. 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);
  1206. 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);
  1207. 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);
  1208. 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);
  1209. 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);
  1210. 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);
  1211. 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);
  1212. 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);
  1213. 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);
  1214. 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);
  1215. 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);
  1216. 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);
  1217. 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);
  1218. 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);
  1219. 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);
  1220. 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);
  1221. 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);
  1222. 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);
  1223. 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);
  1224. 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);
  1225. 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);
  1226. 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);
  1227. 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);
  1228. 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);
  1229. 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);
  1230. 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);
  1231. 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);
  1232. 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);
  1233. 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);
  1234. 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);
  1235. 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);
  1236. 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);
  1237. 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);
  1238. 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);
  1239. 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);
  1240. 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);
  1241. 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);
  1242. 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);
  1243. 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);
  1244. 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);
  1245. 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);
  1246. 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);
  1247. 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);
  1248. 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);
  1249. 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);
  1250. 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);
  1251. 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);
  1252. 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);
  1253. 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);
  1254. 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);
  1255. 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);
  1256. 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);
  1257. 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);
  1258. 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);
  1259. 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);
  1260. 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);
  1261. 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);
  1262. 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);
  1263. 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);
  1264. 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);
  1265. 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);
  1266. 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);
  1267. 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);
  1268. 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);
  1269. 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);
  1270. 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);
  1271. 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);
  1272. 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);
  1273. 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);
  1274. 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);
  1275. 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);
  1276. 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);
  1277. 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);
  1278. 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);
  1279. 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);
  1280. 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);
  1281. 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);
  1282. 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);
  1283. 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);
  1284. 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);
  1285. 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);
  1286. 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);
  1287. 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);
  1288. 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);
  1289. 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);
  1290. 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);
  1291. 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);
  1292. 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);
  1293. 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);
  1294. 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);
  1295. 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);
  1296. 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);
  1297. 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);
  1298. 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);
  1299. 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);
  1300. 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);
  1301. COMMIT;
  1302. -- ----------------------------
  1303. -- Table structure for sys_oss
  1304. -- ----------------------------
  1305. DROP TABLE IF EXISTS `sys_oss`;
  1306. CREATE TABLE `sys_oss` (
  1307. `oss_id` bigint NOT NULL COMMENT '对象存储主键',
  1308. `file_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL DEFAULT '' COMMENT '文件名',
  1309. `original_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL DEFAULT '' COMMENT '原名',
  1310. `file_suffix` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL DEFAULT '' COMMENT '文件后缀名',
  1311. `url` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT 'URL地址',
  1312. `create_dept` bigint DEFAULT NULL COMMENT '创建部门',
  1313. `create_time` datetime DEFAULT NULL COMMENT '创建时间',
  1314. `create_by` bigint DEFAULT NULL COMMENT '上传人',
  1315. `update_time` datetime DEFAULT NULL COMMENT '更新时间',
  1316. `update_by` bigint DEFAULT NULL COMMENT '更新人',
  1317. `service` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL DEFAULT 'minio' COMMENT '服务商',
  1318. PRIMARY KEY (`oss_id`) USING BTREE
  1319. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='OSS对象存储表';
  1320. -- ----------------------------
  1321. -- Records of sys_oss
  1322. -- ----------------------------
  1323. BEGIN;
  1324. COMMIT;
  1325. -- ----------------------------
  1326. -- Table structure for sys_oss_config
  1327. -- ----------------------------
  1328. DROP TABLE IF EXISTS `sys_oss_config`;
  1329. CREATE TABLE `sys_oss_config` (
  1330. `oss_config_id` bigint NOT NULL COMMENT '主键',
  1331. `config_key` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL DEFAULT '' COMMENT '配置key',
  1332. `access_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT 'accessKey',
  1333. `secret_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '秘钥',
  1334. `bucket_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '桶名称',
  1335. `prefix` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '前缀',
  1336. `endpoint` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '访问站点',
  1337. `domain1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '自定义域名',
  1338. `is_https` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT 'N' COMMENT '是否https(Y=是,N=否)',
  1339. `region` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '域',
  1340. `access_policy` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL DEFAULT '1' COMMENT '桶权限类型(0=private 1=public 2=custom)',
  1341. `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '1' COMMENT '是否默认(0=是,1=否)',
  1342. `ext1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '扩展字段',
  1343. `create_dept` bigint DEFAULT NULL COMMENT '创建部门',
  1344. `create_by` bigint DEFAULT NULL COMMENT '创建者',
  1345. `create_time` datetime DEFAULT NULL COMMENT '创建时间',
  1346. `update_by` bigint DEFAULT NULL COMMENT '更新者',
  1347. `update_time` datetime DEFAULT NULL COMMENT '更新时间',
  1348. `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '备注',
  1349. PRIMARY KEY (`oss_config_id`) USING BTREE
  1350. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='对象存储配置表';
  1351. -- ----------------------------
  1352. -- Records of sys_oss_config
  1353. -- ----------------------------
  1354. BEGIN;
  1355. 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);
  1356. 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);
  1357. 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);
  1358. 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);
  1359. 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);
  1360. COMMIT;
  1361. -- ----------------------------
  1362. -- Table structure for sys_role
  1363. -- ----------------------------
  1364. DROP TABLE IF EXISTS `sys_role`;
  1365. CREATE TABLE `sys_role` (
  1366. `role_id` bigint NOT NULL COMMENT '角色ID',
  1367. `role_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '角色名称',
  1368. `role_key` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '角色权限字符串',
  1369. `role_sort` int NOT NULL COMMENT '显示顺序',
  1370. `data_scope` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '1' COMMENT '数据范围(1:全部数据权限 2:自定数据权限 3:本部门数据权限 4:本部门及以下数据权限)',
  1371. `menu_check_strictly` tinyint(1) DEFAULT '1' COMMENT '菜单树选择项是否关联显示',
  1372. `dept_check_strictly` tinyint(1) DEFAULT '1' COMMENT '部门树选择项是否关联显示',
  1373. `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '角色状态(0正常 1停用)',
  1374. `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)',
  1375. `create_dept` bigint DEFAULT NULL COMMENT '创建部门',
  1376. `create_by` bigint DEFAULT NULL COMMENT '创建者',
  1377. `create_time` datetime DEFAULT NULL COMMENT '创建时间',
  1378. `update_by` bigint DEFAULT NULL COMMENT '更新者',
  1379. `update_time` datetime DEFAULT NULL COMMENT '更新时间',
  1380. `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '备注',
  1381. PRIMARY KEY (`role_id`) USING BTREE
  1382. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='角色信息表';
  1383. -- ----------------------------
  1384. -- Records of sys_role
  1385. -- ----------------------------
  1386. BEGIN;
  1387. 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, '超级管理员');
  1388. 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', '普通用户');
  1389. COMMIT;
  1390. -- ----------------------------
  1391. -- Table structure for sys_role_menu
  1392. -- ----------------------------
  1393. DROP TABLE IF EXISTS `sys_role_menu`;
  1394. CREATE TABLE `sys_role_menu` (
  1395. `role_id` bigint NOT NULL COMMENT '角色ID',
  1396. `menu_id` bigint NOT NULL COMMENT '菜单ID',
  1397. PRIMARY KEY (`role_id`,`menu_id`) USING BTREE
  1398. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='角色和菜单关联表';
  1399. -- ----------------------------
  1400. -- Records of sys_role_menu
  1401. -- ----------------------------
  1402. BEGIN;
  1403. COMMIT;
  1404. -- ----------------------------
  1405. -- Table structure for sys_user
  1406. -- ----------------------------
  1407. DROP TABLE IF EXISTS `sys_user`;
  1408. CREATE TABLE `sys_user` (
  1409. `user_id` bigint NOT NULL COMMENT '用户ID',
  1410. `area_id` bigint DEFAULT NULL COMMENT '区域ID',
  1411. `user_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '用户账号',
  1412. `nick_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '用户昵称',
  1413. `user_type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT 'sys_user' COMMENT '用户类型(sys_user系统用户)',
  1414. `email` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '用户邮箱',
  1415. `phonenumber` varchar(11) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '手机号码',
  1416. `sex` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '用户性别(0男 1女 2未知)',
  1417. `avatar` bigint DEFAULT NULL COMMENT '头像地址',
  1418. `password` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '密码',
  1419. `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '帐号状态(0正常 1停用)',
  1420. `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)',
  1421. `login_ip` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT '' COMMENT '最后登录IP',
  1422. `login_date` datetime DEFAULT NULL COMMENT '最后登录时间',
  1423. `create_by` bigint DEFAULT NULL COMMENT '创建者',
  1424. `create_time` datetime DEFAULT NULL COMMENT '创建时间',
  1425. `update_by` bigint DEFAULT NULL COMMENT '更新者',
  1426. `update_time` datetime DEFAULT NULL COMMENT '更新时间',
  1427. `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '备注',
  1428. PRIMARY KEY (`user_id`) USING BTREE
  1429. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='用户信息表';
  1430. -- ----------------------------
  1431. -- Records of sys_user
  1432. -- ----------------------------
  1433. BEGIN;
  1434. 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', '管理员');
  1435. 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);
  1436. COMMIT;
  1437. -- ----------------------------
  1438. -- Table structure for sys_user_role
  1439. -- ----------------------------
  1440. DROP TABLE IF EXISTS `sys_user_role`;
  1441. CREATE TABLE `sys_user_role` (
  1442. `user_id` bigint NOT NULL COMMENT '用户ID',
  1443. `role_id` bigint NOT NULL COMMENT '角色ID',
  1444. PRIMARY KEY (`user_id`,`role_id`) USING BTREE
  1445. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='用户和角色关联表';
  1446. -- ----------------------------
  1447. -- Records of sys_user_role
  1448. -- ----------------------------
  1449. BEGIN;
  1450. INSERT INTO `sys_user_role` (`user_id`, `role_id`) VALUES (1, 1);
  1451. INSERT INTO `sys_user_role` (`user_id`, `role_id`) VALUES (2, 2);
  1452. COMMIT;