main_data.sql 110 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646
  1. -- liquibase formatted sql
  2. -- changeset charles7c:1
  3. -- comment 初始化表数据
  4. -- 初始化默认菜单
  5. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1000, '系统管理', 0, 1, '/system', 'System', 'Layout', '/system/user', 'settings', b'0', b'0', b'0', NULL, 601, 1, 1, '2025-07-04 09:36:30', 1, '2025-07-04 09:55:15');
  6. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1010, '用户管理', 1000, 2, '/system/user', 'SystemUser', 'system/user/index', NULL, 'user', b'0', b'0', b'0', NULL, 1, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  7. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1011, '列表', 1010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:user:list', 1, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  8. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1012, '详情', 1010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:user:get', 2, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  9. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1013, '新增', 1010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:user:create', 3, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  10. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1014, '修改', 1010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:user:update', 4, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  11. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1015, '删除', 1010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:user:delete', 5, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  12. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1016, '导出', 1010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:user:export', 6, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  13. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1017, '导入', 1010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:user:import', 7, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  14. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1018, '重置密码', 1010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:user:resetPwd', 8, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  15. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1019, '分配角色', 1010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:user:updateRole', 9, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  16. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1030, '角色管理', 1000, 2, '/system/role', 'SystemRole', 'system/role/index', NULL, 'user-group', b'0', b'0', b'0', NULL, 2, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  17. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1031, '列表', 1030, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:role:list', 1, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  18. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1032, '详情', 1030, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:role:get', 2, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  19. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1033, '新增', 1030, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:role:create', 3, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  20. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1034, '修改', 1030, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:role:update', 4, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  21. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1035, '删除', 1030, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:role:delete', 5, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  22. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1036, '修改权限', 1030, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:role:updatePermission', 6, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  23. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1037, '分配', 1030, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:role:assign', 7, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  24. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1038, '取消分配', 1030, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:role:unassign', 8, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  25. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1050, '菜单管理', 1000, 2, '/system/menu', 'SystemMenu', 'system/menu/index', NULL, 'menu', b'0', b'0', b'0', NULL, 3, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  26. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1051, '列表', 1050, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:menu:list', 1, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  27. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1052, '详情', 1050, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:menu:get', 2, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  28. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1053, '新增', 1050, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:menu:create', 3, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  29. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1054, '修改', 1050, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:menu:update', 4, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  30. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1055, '删除', 1050, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:menu:delete', 5, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  31. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1056, '清除缓存', 1050, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:menu:clearCache', 6, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  32. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1070, '部门管理', 1000, 2, '/system/dept', 'SystemDept', 'system/dept/index', NULL, 'mind-mapping', b'0', b'0', b'0', NULL, 4, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  33. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1071, '列表', 1070, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dept:list', 1, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  34. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1072, '详情', 1070, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dept:get', 2, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  35. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1073, '新增', 1070, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dept:create', 3, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  36. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1074, '修改', 1070, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dept:update', 4, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  37. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1075, '删除', 1070, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dept:delete', 5, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  38. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1076, '导出', 1070, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dept:export', 6, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  39. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1090, '通知公告', 1000, 2, '/system/notice', 'SystemNotice', 'system/notice/index', NULL, 'notification', b'0', b'0', b'0', NULL, 5, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  40. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1091, '列表', 1090, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:notice:list', 1, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  41. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1092, '公告详情', 1090, 2, '/system/notice/detail', 'SystemNoticeDetail', 'system/notice/detail/index', NULL, NULL, b'0', b'0', b'1', 'system:notice:get', 2, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  42. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1093, '发布公告', 1090, 2, '/system/notice/add', 'SystemNoticeAdd', 'system/notice/add/index', NULL, NULL, b'0', b'0', b'1', 'system:notice:create', 3, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  43. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1094, '修改', 1090, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:notice:update', 4, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  44. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1095, '删除', 1090, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:notice:delete', 5, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  45. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1110, '文件管理', 1000, 2, '/system/file', 'SystemFile', 'system/file/index', NULL, 'file', b'0', b'0', b'0', NULL, 6, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  46. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1111, '列表', 1110, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:file:list', 1, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  47. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1112, '详情', 1110, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:file:get', 2, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  48. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1113, '上传', 1110, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:file:upload', 3, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  49. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1114, '修改', 1110, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:file:update', 4, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  50. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1115, '删除', 1110, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:file:delete', 5, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  51. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1116, '下载', 1110, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:file:download', 6, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  52. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1117, '创建文件夹', 1110, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:file:createDir', 7, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  53. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1118, '计算文件夹大小', 1110, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:file:calcDirSize', 8, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  54. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1130, '字典管理', 1000, 2, '/system/dict', 'SystemDict', 'system/dict/index', NULL, 'bookmark', b'0', b'0', b'0', NULL, 7, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  55. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1131, '列表', 1130, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dict:list', 1, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  56. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1132, '详情', 1130, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dict:get', 2, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  57. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1133, '新增', 1130, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dict:create', 3, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  58. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1134, '修改', 1130, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dict:update', 4, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  59. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1135, '删除', 1130, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dict:delete', 5, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  60. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1136, '清除缓存', 1130, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dict:clearCache', 6, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  61. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1140, '字典项管理', 1000, 2, '/system/dict/item', 'SystemDictItem', 'system/dict/item/index', NULL, 'bookmark', b'0', b'0', b'1', NULL, 8, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  62. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1141, '列表', 1140, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dictItem:list', 1, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  63. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1142, '详情', 1140, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dictItem:get', 2, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  64. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1143, '新增', 1140, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dictItem:create', 3, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  65. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1144, '修改', 1140, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dictItem:update', 4, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  66. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1145, '删除', 1140, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dictItem:delete', 5, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  67. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1150, '系统配置', 1000, 2, '/system/config', 'SystemConfig', 'system/config/index', NULL, 'config', b'0', b'0', b'0', NULL, 999, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  68. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1160, '网站配置', 1150, 2, '/system/config?tab=site', 'SystemSiteConfig', 'system/config/site/index', NULL, 'apps', b'0', b'0', b'1', NULL, 1, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  69. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1161, '查询', 1160, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:siteConfig:get', 1, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  70. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1162, '修改', 1160, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:siteConfig:update', 2, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  71. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1170, '安全配置', 1150, 2, '/system/config?tab=security', 'SystemSecurityConfig', 'system/config/security/index', NULL, 'safe', b'0', b'0', b'1', NULL, 2, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  72. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1171, '查询', 1170, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:securityConfig:get', 1, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  73. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1172, '修改', 1170, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:securityConfig:update', 2, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  74. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1180, '登录配置', 1150, 2, '/system/config?tab=login', 'SystemLoginConfig', 'system/config/login/index', NULL, 'lock', b'0', b'0', b'1', NULL, 3, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  75. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1181, '查询', 1180, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:loginConfig:get', 1, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  76. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1182, '修改', 1180, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:loginConfig:update', 2, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  77. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1190, '邮件配置', 1150, 2, '/system/config?tab=mail', 'SystemMailConfig', 'system/config/mail/index', NULL, 'email', b'0', b'0', b'1', NULL, 4, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  78. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1191, '查询', 1190, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:mailConfig:get', 1, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  79. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1192, '修改', 1190, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:mailConfig:update', 2, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  80. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1210, '短信配置', 1150, 2, '/system/config?tab=sms', 'SystemSmsConfig', 'system/config/sms/index', NULL, 'message', b'0', b'0', b'1', NULL, 5, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  81. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1211, '列表', 1210, 3, NULL, NULL, NULL, NULL, NULL, b'0', b'0', b'0', 'system:smsConfig:list', 1, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  82. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1212, '详情', 1210, 3, NULL, NULL, NULL, NULL, NULL, b'0', b'0', b'0', 'system:smsConfig:get', 2, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  83. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1213, '新增', 1210, 3, NULL, NULL, NULL, NULL, NULL, b'0', b'0', b'0', 'system:smsConfig:create', 3, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  84. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1214, '修改', 1210, 3, NULL, NULL, NULL, NULL, NULL, b'0', b'0', b'0', 'system:smsConfig:update', 4, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  85. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1215, '删除', 1210, 3, NULL, NULL, NULL, NULL, NULL, b'0', b'0', b'0', 'system:smsConfig:delete', 5, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  86. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1216, '导出', 1210, 3, NULL, NULL, NULL, NULL, NULL, b'0', b'0', b'0', 'system:smsConfig:export', 6, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  87. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1217, '设为默认配置', 1210, 3, NULL, NULL, NULL, NULL, NULL, b'0', b'0', b'0', 'system:smsConfig:setDefault', 7, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  88. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1230, '存储配置', 1150, 2, '/system/config?tab=storage', 'SystemStorage', 'system/config/storage/index', NULL, 'storage', b'0', b'0', b'1', NULL, 6, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  89. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1231, '列表', 1230, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:storage:list', 1, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  90. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1232, '详情', 1230, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:storage:get', 2, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  91. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1233, '新增', 1230, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:storage:create', 3, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  92. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1234, '修改', 1230, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:storage:update', 4, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  93. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1235, '删除', 1230, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:storage:delete', 5, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  94. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1236, '修改状态', 1230, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:storage:updateStatus', 6, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  95. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1237, '设为默认存储', 1230, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:storage:setDefault', 7, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  96. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1250, '客户端配置', 1150, 2, '/system/config?tab=client', 'SystemClient', 'system/config/client/index', NULL, 'mobile', b'0', b'0', b'1', NULL, 7, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  97. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1251, '列表', 1250, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:client:list', 1, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  98. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1252, '详情', 1250, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:client:get', 2, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  99. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1253, '新增', 1250, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:client:create', 3, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  100. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1254, '修改', 1250, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:client:update', 4, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  101. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1255, '删除', 1250, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:client:delete', 5, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  102. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (2000, '系统监控', 0, 1, '/monitor', 'Monitor', 'Layout', '/monitor/online', 'computer', b'0', b'0', b'0', NULL, 602, 1, 1, '2025-07-04 09:36:30', 1, '2025-07-04 09:55:32');
  103. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (2010, '在线用户', 2000, 2, '/monitor/online', 'MonitorOnline', 'monitor/online/index', NULL, 'user', b'0', b'0', b'0', NULL, 1, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  104. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (2011, '列表', 2010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'monitor:online:list', 1, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  105. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (2012, '强退', 2010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'monitor:online:kickout', 2, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  106. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (2030, '系统日志', 2000, 2, '/monitor/log', 'MonitorLog', 'monitor/log/index', NULL, 'history', b'0', b'0', b'0', NULL, 2, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  107. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (2031, '列表', 2030, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'monitor:log:list', 1, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  108. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (2032, '详情', 2030, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'monitor:log:get', 2, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  109. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (2033, '导出', 2030, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'monitor:log:export', 3, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  110. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (2050, '短信日志', 2000, 2, '/system/sms/log', 'SystemSmsLog', 'monitor/sms/log/index', NULL, 'message', b'0', b'0', b'0', NULL, 3, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  111. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (2051, '列表', 2050, 3, NULL, NULL, NULL, NULL, NULL, b'0', b'0', b'0', 'system:smsLog:list', 1, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  112. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (2052, '删除', 2050, 3, NULL, NULL, NULL, NULL, NULL, b'0', b'0', b'0', 'system:smsLog:delete', 2, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  113. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (2053, '导出', 2050, 3, NULL, NULL, NULL, NULL, NULL, b'0', b'0', b'0', 'system:smsLog:export', 3, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  114. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (3000, '任务调度', 0, 1, '/schedule', 'Schedule', 'Layout', '/schedule/job', 'schedule', b'0', b'0', b'0', NULL, 604, 1, 1, '2025-07-04 09:36:30', 1, '2025-07-04 09:56:34');
  115. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (3010, '任务管理', 3000, 2, '/schedule/job', 'ScheduleJob', 'schedule/job/index', NULL, 'select-all', b'0', b'0', b'0', NULL, 1, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  116. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (3011, '列表', 3010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'schedule:job:list', 1, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  117. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (3012, '详情', 3010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'schedule:job:get', 2, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  118. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (3013, '新增', 3010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'schedule:job:create', 3, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  119. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (3014, '修改', 3010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'schedule:job:update', 4, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  120. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (3015, '删除', 3010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'schedule:job:delete', 5, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  121. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (3016, '执行', 3010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'schedule:job:trigger', 6, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  122. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (3020, '任务日志', 3000, 2, '/schedule/log', 'ScheduleLog', 'schedule/log/index', NULL, 'find-replace', b'0', b'0', b'0', NULL, 2, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  123. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (3021, '列表', 3020, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'schedule:log:list', 1, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  124. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (3022, '详情', 3020, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'schedule:log:get', 2, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  125. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (3023, '停止', 3020, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'schedule:log:stop', 3, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  126. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (3024, '重试', 3020, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'schedule:log:retry', 4, 1, 1, '2025-07-04 09:36:30', NULL, NULL);
  127. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (7000, '能力开放', 0, 1, '/open', 'Open', 'Layout', '/open/app', 'expand', b'0', b'0', b'1', NULL, 603, 1, 1, '2025-07-04 09:36:32', 1, '2025-07-04 13:50:01');
  128. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (7010, '应用管理', 7000, 2, '/open/app', 'OpenApp', 'open/app/index', NULL, 'common', b'0', b'0', b'0', NULL, 1, 1, 1, '2025-07-04 09:36:32', NULL, NULL);
  129. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (7011, '列表', 7010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'open:app:list', 1, 1, 1, '2025-07-04 09:36:32', NULL, NULL);
  130. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (7012, '详情', 7010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'open:app:get', 2, 1, 1, '2025-07-04 09:36:32', NULL, NULL);
  131. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (7013, '新增', 7010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'open:app:create', 3, 1, 1, '2025-07-04 09:36:32', NULL, NULL);
  132. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (7014, '修改', 7010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'open:app:update', 4, 1, 1, '2025-07-04 09:36:32', NULL, NULL);
  133. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (7015, '删除', 7010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'open:app:delete', 5, 1, 1, '2025-07-04 09:36:32', NULL, NULL);
  134. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (7016, '导出', 7010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'open:app:export', 6, 1, 1, '2025-07-04 09:36:32', NULL, NULL);
  135. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (7017, '查看密钥', 7010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'open:app:secret', 7, 1, 1, '2025-07-04 09:36:32', NULL, NULL);
  136. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (7018, '重置密钥', 7010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'open:app:resetSecret', 8, 1, 1, '2025-07-04 09:36:32', NULL, NULL);
  137. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (9000, '代码生成', 0, 1, '/code', 'Code', 'Layout', '/code/generator', 'code-release-managment', b'0', b'0', b'1', NULL, 605, 1, 1, '2025-07-04 09:36:33', 1, '2025-07-04 13:50:54');
  138. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (9010, '代码生成', 9000, 2, '/code/generator', 'CodeGenerator', 'code/generator/index', NULL, 'code', b'0', b'0', b'0', NULL, 1, 1, 1, '2025-07-04 09:36:33', NULL, NULL);
  139. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (9011, '列表', 9010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'code:generator:list', 1, 1, 1, '2025-07-04 09:36:33', NULL, NULL);
  140. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (9012, '配置', 9010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'code:generator:config', 2, 1, 1, '2025-07-04 09:36:33', NULL, NULL);
  141. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (9013, '预览', 9010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'code:generator:preview', 3, 1, 1, '2025-07-04 09:36:33', NULL, NULL);
  142. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (9014, '生成', 9010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'code:generator:generate', 4, 1, 1, '2025-07-04 09:36:33', NULL, NULL);
  143. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (699632184289402939, '插件配置', 699628279576928257, 2, '/agent/setting', 'AgentSetting', 'agent/setting/index', NULL, 'settings', b'0', b'0', b'0', NULL, 999, 1, 1, '2025-04-07 14:48:31', 1, '2025-04-07 17:32:08');
  144. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (699633026153324615, '模型管理', 699628279576928257, 2, '/agent/modal', 'AgentModal', 'agent/modal/index', NULL, 'common', b'0', b'0', b'0', NULL, 999, 1, 1, '2025-04-07 14:51:52', 1, '2025-06-12 09:27:53');
  145. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (720601489373986869, 'AIGC平台', 0, 1, '/knowledge', 'Knowledge', 'Layout', '/embedStore', 'bookmark', b'0', b'0', b'0', NULL, 2, 1, 1, '2025-06-04 11:33:03', 1, '2025-07-04 10:00:32');
  146. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (720601846833545272, 'RAG管理', 720601489373986869, 2, '/knowledge/list', 'KnowledgeList', 'knowledgeBase/libraryList/index', NULL, 'unordered-list', b'0', b'0', b'0', NULL, 2, 1, 1, '2025-06-04 11:34:28', 1, '2025-07-04 13:40:26');
  147. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (720602228519403579, 'RAG数据', 720601489373986869, 2, '/knowledge/subset/:id', 'KnowledgeSubsetId', 'knowledgeBase/librarySubset/index', NULL, 'strikethrough', b'0', b'0', b'1', NULL, 999, 1, 1, '2025-06-04 11:35:59', 1, '2025-07-04 13:40:32');
  148. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (720952593630691523, '向量库管理', 720601489373986869, 2, '/embedStore', 'EmbedStore', 'embedStore/index', NULL, 'storage', b'0', b'0', b'0', NULL, 3, 1, 1, '2025-06-05 10:48:13', 1, '2025-07-04 13:40:29');
  149. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (723136976387063839, 'AIGC应用', 0, 1, '/applay', 'Applay', 'Layout', '/chat', 'archive', b'0', b'0', b'0', NULL, 1, 1, 1, '2025-06-11 11:28:10', 1, '2025-07-04 09:58:15');
  150. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (723137424502308906, '聊天助手', 723136976387063839, 2, '/chat', 'Chat', 'aiApply/chatAssistant/index', NULL, 'bookmark', b'0', b'0', b'0', NULL, 1, 1, 1, '2025-06-11 11:29:57', 1, '2025-07-04 09:53:59');
  151. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (723487250461003899, '智能体配置', 699628279576928257, 2, '/agent/agentConfig', 'AgentAgentConfig', 'agent/agentConfig/index', NULL, NULL, b'0', b'0', b'0', NULL, 999, 1, 1, '2025-06-12 10:40:02', NULL, NULL);
  152. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (723537469391278142, '工具', 699628279576928257, 2, '/agent/tools', 'AgentTools', 'agent/tools/index', NULL, NULL, b'0', b'0', b'0', NULL, 999, 1, 1, '2025-06-12 13:59:35', NULL, NULL);
  153. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (725341748791914504, '模型管理', 720601489373986869, 2, '/agent/modal', 'AgentModal1', 'agent/modal/index', NULL, 'apps', b'0', b'0', b'0', NULL, 1, 1, 1, '2025-06-17 13:29:09', 1, '2025-07-04 10:05:06');
  154. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (726022776581828679, 'Agent管理', 723136976387063839, 2, '/agent/agentConfig', 'AgentAgentConfig1', 'agent/agentConfig/index', NULL, 'apps', b'0', b'0', b'0', NULL, 999, 1, 1, '2025-06-19 10:35:19', 1, '2025-07-04 13:38:55');
  155. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (727830219385258239, '应用详情', 723136976387063839, 2, '/agent/agentDetail:id', 'AgentAgentDetailId', 'agent/agentDetail/index', NULL, NULL, b'0', b'1', b'1', NULL, 999, 1, 1, '2025-06-24 10:17:27', 1, '2025-07-04 10:07:03');
  156. INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (728546342812565536, '工具管理', 723136976387063839, 2, '/agent/tools', 'AgentTools1', 'agent/tools/index', NULL, 'tool', b'0', b'0', b'0', NULL, 999, 1, 1, '2025-06-26 09:43:04', 1, '2025-07-04 10:07:57');
  157. -- INSERT INTO `sys_menu`
  158. -- (`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`)
  159. -- VALUES
  160. -- (1000, '系统管理', 0, 1, '/system', 'System', 'Layout', '/system/user', 'settings', b'0', b'0', b'0', NULL, 1, 1, 1, NOW()),
  161. -- (1010, '用户管理', 1000, 2, '/system/user', 'SystemUser', 'system/user/index', NULL, 'user', b'0', b'0', b'0', NULL, 1, 1, 1, NOW()),
  162. -- (1011, '列表', 1010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:user:list', 1, 1, 1, NOW()),
  163. -- (1012, '详情', 1010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:user:get', 2, 1, 1, NOW()),
  164. -- (1013, '新增', 1010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:user:create', 3, 1, 1, NOW()),
  165. -- (1014, '修改', 1010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:user:update', 4, 1, 1, NOW()),
  166. -- (1015, '删除', 1010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:user:delete', 5, 1, 1, NOW()),
  167. -- (1016, '导出', 1010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:user:export', 6, 1, 1, NOW()),
  168. -- (1017, '导入', 1010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:user:import', 7, 1, 1, NOW()),
  169. -- (1018, '重置密码', 1010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:user:resetPwd', 8, 1, 1, NOW()),
  170. -- (1019, '分配角色', 1010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:user:updateRole', 9, 1, 1, NOW()),
  171. --
  172. -- (1030, '角色管理', 1000, 2, '/system/role', 'SystemRole', 'system/role/index', NULL, 'user-group', b'0', b'0', b'0', NULL, 2, 1, 1, NOW()),
  173. -- (1031, '列表', 1030, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:role:list', 1, 1, 1, NOW()),
  174. -- (1032, '详情', 1030, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:role:get', 2, 1, 1, NOW()),
  175. -- (1033, '新增', 1030, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:role:create', 3, 1, 1, NOW()),
  176. -- (1034, '修改', 1030, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:role:update', 4, 1, 1, NOW()),
  177. -- (1035, '删除', 1030, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:role:delete', 5, 1, 1, NOW()),
  178. -- (1036, '修改权限', 1030, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:role:updatePermission', 6, 1, 1, NOW()),
  179. -- (1037, '分配', 1030, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:role:assign', 7, 1, 1, NOW()),
  180. -- (1038, '取消分配', 1030, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:role:unassign', 8, 1, 1, NOW()),
  181. --
  182. -- (1050, '菜单管理', 1000, 2, '/system/menu', 'SystemMenu', 'system/menu/index', NULL, 'menu', b'0', b'0', b'0', NULL, 3, 1, 1, NOW()),
  183. -- (1051, '列表', 1050, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:menu:list', 1, 1, 1, NOW()),
  184. -- (1052, '详情', 1050, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:menu:get', 2, 1, 1, NOW()),
  185. -- (1053, '新增', 1050, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:menu:create', 3, 1, 1, NOW()),
  186. -- (1054, '修改', 1050, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:menu:update', 4, 1, 1, NOW()),
  187. -- (1055, '删除', 1050, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:menu:delete', 5, 1, 1, NOW()),
  188. -- (1056, '清除缓存', 1050, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:menu:clearCache', 6, 1, 1, NOW()),
  189. --
  190. -- (1070, '部门管理', 1000, 2, '/system/dept', 'SystemDept', 'system/dept/index', NULL, 'mind-mapping', b'0', b'0', b'0', NULL, 4, 1, 1, NOW()),
  191. -- (1071, '列表', 1070, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dept:list', 1, 1, 1, NOW()),
  192. -- (1072, '详情', 1070, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dept:get', 2, 1, 1, NOW()),
  193. -- (1073, '新增', 1070, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dept:create', 3, 1, 1, NOW()),
  194. -- (1074, '修改', 1070, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dept:update', 4, 1, 1, NOW()),
  195. -- (1075, '删除', 1070, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dept:delete', 5, 1, 1, NOW()),
  196. -- (1076, '导出', 1070, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dept:export', 6, 1, 1, NOW()),
  197. --
  198. -- (1090, '通知公告', 1000, 2, '/system/notice', 'SystemNotice', 'system/notice/index', NULL, 'notification', b'0', b'0', b'0', NULL, 5, 1, 1, NOW()),
  199. -- (1091, '列表', 1090, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:notice:list', 1, 1, 1, NOW()),
  200. -- (1092, '公告详情', 1090, 2, '/system/notice/detail', 'SystemNoticeDetail', 'system/notice/detail/index', NULL, NULL, b'0', b'0', b'1', 'system:notice:get', 2, 1, 1, NOW()),
  201. -- (1093, '发布公告', 1090, 2, '/system/notice/add', 'SystemNoticeAdd', 'system/notice/add/index', NULL, NULL, b'0', b'0', b'1', 'system:notice:create', 3, 1, 1, NOW()),
  202. -- (1094, '修改', 1090, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:notice:update', 4, 1, 1, NOW()),
  203. -- (1095, '删除', 1090, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:notice:delete', 5, 1, 1, NOW()),
  204. --
  205. -- (1110, '文件管理', 1000, 2, '/system/file', 'SystemFile', 'system/file/index', NULL, 'file', b'0', b'0', b'0', NULL, 6, 1, 1, NOW()),
  206. -- (1111, '列表', 1110, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:file:list', 1, 1, 1, NOW()),
  207. -- (1112, '详情', 1110, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:file:get', 2, 1, 1, NOW()),
  208. -- (1113, '上传', 1110, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:file:upload', 3, 1, 1, NOW()),
  209. -- (1114, '修改', 1110, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:file:update', 4, 1, 1, NOW()),
  210. -- (1115, '删除', 1110, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:file:delete', 5, 1, 1, NOW()),
  211. -- (1116, '下载', 1110, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:file:download', 6, 1, 1, NOW()),
  212. -- (1117, '创建文件夹', 1110, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:file:createDir', 7, 1, 1, NOW()),
  213. -- (1118, '计算文件夹大小', 1110, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:file:calcDirSize', 8, 1, 1, NOW()),
  214. --
  215. -- (1130, '字典管理', 1000, 2, '/system/dict', 'SystemDict', 'system/dict/index', NULL, 'bookmark', b'0', b'0', b'0', NULL, 7, 1, 1, NOW()),
  216. -- (1131, '列表', 1130, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dict:list', 1, 1, 1, NOW()),
  217. -- (1132, '详情', 1130, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dict:get', 2, 1, 1, NOW()),
  218. -- (1133, '新增', 1130, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dict:create', 3, 1, 1, NOW()),
  219. -- (1134, '修改', 1130, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dict:update', 4, 1, 1, NOW()),
  220. -- (1135, '删除', 1130, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dict:delete', 5, 1, 1, NOW()),
  221. -- (1136, '清除缓存', 1130, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dict:clearCache', 6, 1, 1, NOW()),
  222. -- (1140, '字典项管理', 1000, 2, '/system/dict/item', 'SystemDictItem', 'system/dict/item/index', NULL, 'bookmark', b'0', b'0', b'1', NULL, 8, 1, 1, NOW()),
  223. -- (1141, '列表', 1140, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dictItem:list', 1, 1, 1, NOW()),
  224. -- (1142, '详情', 1140, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dictItem:get', 2, 1, 1, NOW()),
  225. -- (1143, '新增', 1140, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dictItem:create', 3, 1, 1, NOW()),
  226. -- (1144, '修改', 1140, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dictItem:update', 4, 1, 1, NOW()),
  227. -- (1145, '删除', 1140, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:dictItem:delete', 5, 1, 1, NOW()),
  228. --
  229. -- (1150, '系统配置', 1000, 2, '/system/config', 'SystemConfig', 'system/config/index', NULL, 'config', b'0', b'0', b'0', NULL, 999, 1, 1, NOW()),
  230. -- (1160, '网站配置', 1150, 2, '/system/config?tab=site', 'SystemSiteConfig', 'system/config/site/index', NULL, 'apps', b'0', b'0', b'1', NULL, 1, 1, 1, NOW()),
  231. -- (1161, '查询', 1160, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:siteConfig:get', 1, 1, 1, NOW()),
  232. -- (1162, '修改', 1160, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:siteConfig:update', 2, 1, 1, NOW()),
  233. -- (1170, '安全配置', 1150, 2, '/system/config?tab=security', 'SystemSecurityConfig', 'system/config/security/index', NULL, 'safe', b'0', b'0', b'1', NULL, 2, 1, 1, NOW()),
  234. -- (1171, '查询', 1170, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:securityConfig:get', 1, 1, 1, NOW()),
  235. -- (1172, '修改', 1170, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:securityConfig:update', 2, 1, 1, NOW()),
  236. -- (1180, '登录配置', 1150, 2, '/system/config?tab=login', 'SystemLoginConfig', 'system/config/login/index', NULL, 'lock', b'0', b'0', b'1', NULL, 3, 1, 1, NOW()),
  237. -- (1181, '查询', 1180, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:loginConfig:get', 1, 1, 1, NOW()),
  238. -- (1182, '修改', 1180, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:loginConfig:update', 2, 1, 1, NOW()),
  239. -- (1190, '邮件配置', 1150, 2, '/system/config?tab=mail', 'SystemMailConfig', 'system/config/mail/index', NULL, 'email', b'0', b'0', b'1', NULL, 4, 1, 1, NOW()),
  240. -- (1191, '查询', 1190, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:mailConfig:get', 1, 1, 1, NOW()),
  241. -- (1192, '修改', 1190, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:mailConfig:update', 2, 1, 1, NOW()),
  242. -- (1210, '短信配置', 1150, 2, '/system/config?tab=sms', 'SystemSmsConfig', 'system/config/sms/index', NULL, 'message', b'0', b'0', b'1', NULL, 5, 1, 1, NOW()),
  243. -- (1211, '列表', 1210, 3, NULL, NULL, NULL, NULL, NULL, b'0', b'0', b'0', 'system:smsConfig:list', 1, 1, 1, NOW()),
  244. -- (1212, '详情', 1210, 3, NULL, NULL, NULL, NULL, NULL, b'0', b'0', b'0', 'system:smsConfig:get', 2, 1, 1, NOW()),
  245. -- (1213, '新增', 1210, 3, NULL, NULL, NULL, NULL, NULL, b'0', b'0', b'0', 'system:smsConfig:create', 3, 1, 1, NOW()),
  246. -- (1214, '修改', 1210, 3, NULL, NULL, NULL, NULL, NULL, b'0', b'0', b'0', 'system:smsConfig:update', 4, 1, 1, NOW()),
  247. -- (1215, '删除', 1210, 3, NULL, NULL, NULL, NULL, NULL, b'0', b'0', b'0', 'system:smsConfig:delete', 5, 1, 1, NOW()),
  248. -- (1216, '导出', 1210, 3, NULL, NULL, NULL, NULL, NULL, b'0', b'0', b'0', 'system:smsConfig:export', 6, 1, 1, NOW()),
  249. -- (1217, '设为默认配置', 1210, 3, NULL, NULL, NULL, NULL, NULL, b'0', b'0', b'0', 'system:smsConfig:setDefault', 7, 1, 1, NOW()),
  250. -- (1230, '存储配置', 1150, 2, '/system/config?tab=storage', 'SystemStorage', 'system/config/storage/index', NULL, 'storage', b'0', b'0', b'1', NULL, 6, 1, 1, NOW()),
  251. -- (1231, '列表', 1230, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:storage:list', 1, 1, 1, NOW()),
  252. -- (1232, '详情', 1230, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:storage:get', 2, 1, 1, NOW()),
  253. -- (1233, '新增', 1230, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:storage:create', 3, 1, 1, NOW()),
  254. -- (1234, '修改', 1230, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:storage:update', 4, 1, 1, NOW()),
  255. -- (1235, '删除', 1230, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:storage:delete', 5, 1, 1, NOW()),
  256. -- (1236, '修改状态', 1230, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:storage:updateStatus', 6, 1, 1, NOW()),
  257. -- (1237, '设为默认存储', 1230, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:storage:setDefault', 7, 1, 1, NOW()),
  258. -- (1250, '客户端配置', 1150, 2, '/system/config?tab=client', 'SystemClient', 'system/config/client/index', NULL, 'mobile', b'0', b'0', b'1', NULL, 7, 1, 1, NOW()),
  259. -- (1251, '列表', 1250, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:client:list', 1, 1, 1, NOW()),
  260. -- (1252, '详情', 1250, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:client:get', 2, 1, 1, NOW()),
  261. -- (1253, '新增', 1250, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:client:create', 3, 1, 1, NOW()),
  262. -- (1254, '修改', 1250, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:client:update', 4, 1, 1, NOW()),
  263. -- (1255, '删除', 1250, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'system:client:delete', 5, 1, 1, NOW()),
  264. --
  265. -- (2000, '系统监控', 0, 1, '/monitor', 'Monitor', 'Layout', '/monitor/online', 'computer', b'0', b'0', b'0', NULL, 2, 1, 1, NOW()),
  266. -- (2010, '在线用户', 2000, 2, '/monitor/online', 'MonitorOnline', 'monitor/online/index', NULL, 'user', b'0', b'0', b'0', NULL, 1, 1, 1, NOW()),
  267. -- (2011, '列表', 2010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'monitor:online:list', 1, 1, 1, NOW()),
  268. -- (2012, '强退', 2010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'monitor:online:kickout', 2, 1, 1, NOW()),
  269. --
  270. -- (2030, '系统日志', 2000, 2, '/monitor/log', 'MonitorLog', 'monitor/log/index', NULL, 'history', b'0', b'0', b'0', NULL, 2, 1, 1, NOW()),
  271. -- (2031, '列表', 2030, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'monitor:log:list', 1, 1, 1, NOW()),
  272. -- (2032, '详情', 2030, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'monitor:log:get', 2, 1, 1, NOW()),
  273. -- (2033, '导出', 2030, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'monitor:log:export', 3, 1, 1, NOW()),
  274. --
  275. -- (2050, '短信日志', 2000, 2, '/system/sms/log', 'SystemSmsLog', 'monitor/sms/log/index', NULL, 'message', b'0', b'0', b'0', NULL, 3, 1, 1, NOW()),
  276. -- (2051, '列表', 2050, 3, NULL, NULL, NULL, NULL, NULL, b'0', b'0', b'0', 'system:smsLog:list', 1, 1, 1, NOW()),
  277. -- (2052, '删除', 2050, 3, NULL, NULL, NULL, NULL, NULL, b'0', b'0', b'0', 'system:smsLog:delete', 2, 1, 1, NOW()),
  278. -- (2053, '导出', 2050, 3, NULL, NULL, NULL, NULL, NULL, b'0', b'0', b'0', 'system:smsLog:export', 3, 1, 1, NOW());
  279. --
  280. -- INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (699632184289402939, '插件配置', 699628279576928257, 2, '/agent/setting', 'AgentSetting', 'agent/setting/index', NULL, 'settings', b'0', b'0', b'0', NULL, 999, 1, 1, '2025-04-07 14:48:31', 1, '2025-04-07 17:32:08');
  281. -- INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (699633026153324615, '模型管理', 699628279576928257, 2, '/agent/modal', 'AgentModal', 'agent/modal/index', NULL, 'common', b'0', b'0', b'0', NULL, 999, 1, 1, '2025-04-07 14:51:52', 1, '2025-06-12 09:27:53');
  282. -- INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (720601489373986869, '知识平台', 0, 1, '/knowledge', 'Knowledge', 'Layout', '/embedStore', 'bookmark', b'0', b'0', b'0', NULL, 998, 1, 1, '2025-06-04 11:33:03', 1, '2025-06-11 11:28:37');
  283. -- INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (720601846833545272, '知识管理', 720601489373986869, 2, '/knowledge/list', 'KnowledgeList', 'knowledgeBase/libraryList/index', NULL, 'unordered-list', b'0', b'0', b'0', NULL, 998, 1, 1, '2025-06-04 11:34:28', 1, '2025-06-05 10:48:56');
  284. -- INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (720602228519403579, '知识库数据', 720601489373986869, 2, '/knowledge/subset/:id', 'KnowledgeSubsetId', 'knowledgeBase/librarySubset/index', NULL, 'strikethrough', b'0', b'1', b'1', NULL, 999, 1, 1, '2025-06-04 11:35:59', NULL, NULL);
  285. -- INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (720952593630691523, '向量库管理', 720601489373986869, 2, '/embedStore', 'EmbedStore', 'embedStore/index', NULL, 'storage', b'0', b'0', b'0', NULL, 1, 1, 1, '2025-06-05 10:48:13', NULL, NULL);
  286. -- INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (723136976387063839, 'AI应用', 0, 1, '/applay', 'Applay', 'Layout', '/chat', 'archive', b'0', b'0', b'0', NULL, 997, 1, 1, '2025-06-11 11:28:10', 1, '2025-06-11 11:28:47');
  287. -- INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (723137424502308906, 'AI聊天助手', 723136976387063839, 2, '/chat', 'Chat', 'aiApply/chatAssistant/index', NULL, 'bookmark', b'0', b'0', b'0', NULL, 1, 1, 1, '2025-06-11 11:29:57', NULL, NULL);
  288. -- INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (723487250461003899, '智能体配置', 699628279576928257, 2, '/agent/agentConfig', 'AgentAgentConfig', 'agent/agentConfig/index', NULL, NULL, b'0', b'0', b'0', NULL, 999, 1, 1, '2025-06-12 10:40:02', NULL, NULL);
  289. -- INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (723537469391278142, '工具', 699628279576928257, 2, '/agent/tools', 'AgentTools', 'agent/tools/index', NULL, NULL, b'0', b'0', b'0', NULL, 999, 1, 1, '2025-06-12 13:59:35', NULL, NULL);
  290. -- INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (725341748791914504, '模型管理', 720601489373986869, 2, '/agent/modal', 'AgentModal1', 'agent/modal/index', NULL, NULL, b'0', b'0', b'0', NULL, 999, 1, 1, '2025-06-17 13:29:09', 1, '2025-06-24 09:21:24');
  291. -- INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (726022776581828679, '智能体管理', 720601489373986869, 2, '/agent/agentConfig', 'AgentAgentConfig1', 'agent/agentConfig/index', NULL, NULL, b'0', b'0', b'0', NULL, 999, 1, 1, '2025-06-19 10:35:19', 1, '2025-06-24 09:21:33');
  292. -- INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (727830219385258239, '智能体详情', 720601489373986869, 2, '/agent/agentDetail:id', 'AgentAgentDetailId', 'agent/agentDetail/index', NULL, NULL, b'0', b'1', b'1', NULL, 999, 1, 1, '2025-06-24 10:17:27', 1, '2025-06-24 14:10:50');
  293. -- INSERT INTO `sys_menu`(`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (728546342812565536, '工具管理', 720601489373986869, 2, '/agent/tools', 'AgentTools1', 'agent/tools/index', NULL, NULL, b'0', b'0', b'0', NULL, 999, 1, 1, '2025-06-26 09:43:04', NULL, NULL);
  294. -- 初始化默认部门
  295. -- INSERT INTO `sys_dept`
  296. -- (`id`, `name`, `parent_id`, `ancestors`, `description`, `sort`, `status`, `is_system`, `create_user`, `create_time`)
  297. -- VALUES
  298. -- (1, 'Xxx科技有限公司', 0, '0', '系统初始部门', 1, 1, b'1', 1, NOW()),
  299. -- (547887852587843590, 'Xxx(天津)科技有限公司', 1, '0,1', NULL, 1, 1, b'0', 1, NOW()),
  300. -- (547887852587843591, '研发部', 547887852587843590, '0,1,547887852587843590', NULL, 1, 1, b'0', 1, NOW()),
  301. -- (547887852587843592, 'UI部', 547887852587843590, '0,1,547887852587843590', NULL, 2, 1, b'0', 1, NOW()),
  302. -- (547887852587843593, '测试部', 547887852587843590, '0,1,547887852587843590', NULL, 3, 1, b'0', 1, NOW()),
  303. -- (547887852587843594, '运维部', 547887852587843590, '0,1,547887852587843590', NULL, 4, 1, b'0', 1, NOW()),
  304. -- (547887852587843595, '研发一组', 547887852587843591, '0,1,547887852587843590,547887852587843591', NULL, 1, 1, b'0', 1, NOW()),
  305. -- (547887852587843596, '研发二组', 547887852587843591, '0,1,547887852587843590,547887852587843591', NULL, 2, 2, b'0', 1, NOW()),
  306. --
  307. -- (547887852587843597, 'Xxx(四川)科技有限公司', 1, '0,1', NULL, 2, 1, b'0', 1, NOW()),
  308. -- (547887852587843598, '研发部', 547887852587843597, '0,1,547887852587843597', NULL, 1, 1, b'0', 1, NOW()),
  309. -- (547887852587843599, '研发一组', 547887852587843598, '0,1,547887852587843597,547887852587843598', NULL, 1, 1, b'0', 1, NOW()),
  310. --
  311. -- (547887852587843600, 'Xxx(江西)科技有限公司', 1, '0,1', NULL, 3, 1, b'0', 1, NOW()),
  312. -- (547887852587843601, '研发部', 547887852587843600, '0,1,547887852587843600', NULL, 1, 1, b'0', 1, NOW()),
  313. -- (547887852587843602, '研发一组', 547887852587843601, '0,1,547887852587843600,547887852587843601', NULL, 1, 1, b'0', 1, NOW()),
  314. --
  315. -- (547887852587843603, 'Xxx(江苏)科技有限公司', 1, '0,1', NULL, 4, 1, b'0', 1, NOW()),
  316. -- (547887852587843604, '研发部', 547887852587843603, '0,1,547887852587843603', NULL, 1, 1, b'0', 1, NOW()),
  317. -- (547887852587843605, '研发一组', 547887852587843604, '0,1,547887852587843603,547887852587843604', NULL, 1, 1, b'0', 1, NOW()),
  318. --
  319. -- (547887852587843606, 'Xxx(浙江)科技有限公司', 1, '0,1', NULL, 5, 1, b'0', 1, NOW()),
  320. -- (547887852587843607, '研发部', 547887852587843606, '0,1,547887852587843606', NULL, 1, 1, b'0', 1, NOW()),
  321. -- (547887852587843608, '研发一组', 547887852587843607, '0,1,547887852587843606,547887852587843607', NULL, 1, 1, b'0', 1, NOW()),
  322. --
  323. -- (547887852587843609, 'Xxx(湖南)科技有限公司', 1, '0,1', NULL, 6, 1, b'0', 1, NOW()),
  324. -- (547887852587843610, '研发部', 547887852587843609, '0,1,547887852587843609', NULL, 1, 1, b'0', 1, NOW()),
  325. -- (547887852587843611, '研发一组', 547887852587843610, '0,1,547887852587843609,547887852587843610', NULL, 1, 1, b'0', 1, NOW());
  326. INSERT INTO `sys_dept`(`id`, `name`, `parent_id`, `ancestors`, `description`, `sort`, `status`, `is_system`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1, '苏州派维斯信息科技有限公司', 0, '0', '系统初始部门', 1, 1, b'1', 1, '2025-07-04 09:36:30', 1, '2025-07-04 11:41:07');
  327. INSERT INTO `sys_dept`(`id`, `name`, `parent_id`, `ancestors`, `description`, `sort`, `status`, `is_system`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (547887852587843590, '总经办', 1, '0,1', NULL, 1, 1, b'0', 1, '2025-07-04 09:36:30', 1, '2025-07-04 11:41:28');
  328. INSERT INTO `sys_dept`(`id`, `name`, `parent_id`, `ancestors`, `description`, `sort`, `status`, `is_system`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (547887852587843597, '行政人事部', 1, '0,1', NULL, 2, 1, b'0', 1, '2025-07-04 09:36:30', 1, '2025-07-04 13:19:31');
  329. INSERT INTO `sys_dept`(`id`, `name`, `parent_id`, `ancestors`, `description`, `sort`, `status`, `is_system`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (547887852587843600, '财务部', 1, '0,1', '', 3, 1, b'0', 1, '2025-07-04 09:36:30', 1, '2025-07-04 13:20:15');
  330. INSERT INTO `sys_dept`(`id`, `name`, `parent_id`, `ancestors`, `description`, `sort`, `status`, `is_system`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (547887852587843603, '研发部', 1, '0,1', NULL, 4, 1, b'0', 1, '2025-07-04 09:36:30', 1, '2025-07-04 13:20:38');
  331. INSERT INTO `sys_dept`(`id`, `name`, `parent_id`, `ancestors`, `description`, `sort`, `status`, `is_system`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (547887852587843606, '项目组', 1, '0,1', NULL, 5, 1, b'0', 1, '2025-07-04 09:36:30', 1, '2025-07-04 13:21:57');
  332. INSERT INTO `sys_dept`(`id`, `name`, `parent_id`, `ancestors`, `description`, `sort`, `status`, `is_system`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (731500331548017484, '前端&后端组', 547887852587843603, '0,1,547887852587843603', NULL, 999, 1, b'0', 1, '2025-07-04 13:21:10', NULL, NULL);
  333. INSERT INTO `sys_dept`(`id`, `name`, `parent_id`, `ancestors`, `description`, `sort`, `status`, `is_system`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (731500366444626767, '算法组', 547887852587843603, '0,1,547887852587843603', NULL, 999, 1, b'0', 1, '2025-07-04 13:21:18', NULL, NULL);
  334. INSERT INTO `sys_dept`(`id`, `name`, `parent_id`, `ancestors`, `description`, `sort`, `status`, `is_system`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (731500432215507804, '产品&测试组', 547887852587843603, '0,1,547887852587843603', NULL, 999, 1, b'0', 1, '2025-07-04 13:21:34', NULL, NULL);
  335. -- 初始化默认角色
  336. -- INSERT INTO `sys_role`
  337. -- (`id`, `name`, `code`, `data_scope`, `description`, `sort`, `is_system`, `create_user`, `create_time`)
  338. -- VALUES
  339. -- (1, '系统管理员', 'admin', 1, '系统初始角色', 1, b'1', 1, NOW()),
  340. -- (2, '普通用户', 'general', 4, '系统初始角色', 2, b'1', 1, NOW()),
  341. -- (547888897925840927, '测试人员', 'tester', 5, NULL, 3, b'0', 1, NOW()),
  342. -- (547888897925840928, '研发人员', 'developer', 4, NULL, 4, b'0', 1, NOW());
  343. INSERT INTO `sys_role`(`id`, `name`, `code`, `data_scope`, `description`, `sort`, `is_system`, `menu_check_strictly`, `dept_check_strictly`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (1, '系统管理员', 'admin', 1, '系统初始角色', 1, b'1', b'1', b'1', 1, '2025-07-04 09:36:30', NULL, NULL);
  344. INSERT INTO `sys_role`(`id`, `name`, `code`, `data_scope`, `description`, `sort`, `is_system`, `menu_check_strictly`, `dept_check_strictly`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (2, '普通用户', 'general', 4, '系统初始角色', 12, b'1', b'1', b'1', 1, '2025-07-04 09:36:30', 1, '2025-07-04 13:38:02');
  345. INSERT INTO `sys_role`(`id`, `name`, `code`, `data_scope`, `description`, `sort`, `is_system`, `menu_check_strictly`, `dept_check_strictly`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (731501861223269261, '前端工程师', 'FrontEndEngineer', 1, '前端工程师', 7, b'0', b'1', b'1', 1, '2025-07-04 13:27:14', 1, '2025-07-04 13:39:57');
  346. INSERT INTO `sys_role`(`id`, `name`, `code`, `data_scope`, `description`, `sort`, `is_system`, `menu_check_strictly`, `dept_check_strictly`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (731502284818613148, '后端工程师', 'BackendEngineer', 1, '后端工程师', 5, b'0', b'1', b'1', 1, '2025-07-04 13:28:55', 1, '2025-07-04 13:39:41');
  347. INSERT INTO `sys_role`(`id`, `name`, `code`, `data_scope`, `description`, `sort`, `is_system`, `menu_check_strictly`, `dept_check_strictly`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (731502442780296096, '算法工程师', 'AlgorithmEngineer', 1, '算法工程师', 6, b'0', b'1', b'1', 1, '2025-07-04 13:29:33', 1, '2025-07-04 13:39:49');
  348. INSERT INTO `sys_role`(`id`, `name`, `code`, `data_scope`, `description`, `sort`, `is_system`, `menu_check_strictly`, `dept_check_strictly`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (731502638935311268, '测试工程师', 'TestEngineer', 4, '测试工程师', 11, b'0', b'1', b'1', 1, '2025-07-04 13:30:20', 1, '2025-07-04 13:40:25');
  349. INSERT INTO `sys_role`(`id`, `name`, `code`, `data_scope`, `description`, `sort`, `is_system`, `menu_check_strictly`, `dept_check_strictly`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (731502844514927527, '运维工程师', 'MaintenanceEngineer', 1, '运维工程师', 8, b'0', b'1', b'1', 1, '2025-07-04 13:31:09', 1, '2025-07-04 13:40:08');
  350. INSERT INTO `sys_role`(`id`, `name`, `code`, `data_scope`, `description`, `sort`, `is_system`, `menu_check_strictly`, `dept_check_strictly`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (731503165517595570, '项目经理', 'ProjectManager', 4, '项目经理', 4, b'0', b'1', b'1', 1, '2025-07-04 13:32:25', 1, '2025-07-04 13:39:20');
  351. INSERT INTO `sys_role`(`id`, `name`, `code`, `data_scope`, `description`, `sort`, `is_system`, `menu_check_strictly`, `dept_check_strictly`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (731503698601051107, '部门经理', 'DepartmentManager', 3, '部门经理', 3, b'0', b'1', b'1', 1, '2025-07-04 13:34:32', 1, '2025-07-04 13:38:53');
  352. INSERT INTO `sys_role`(`id`, `name`, `code`, `data_scope`, `description`, `sort`, `is_system`, `menu_check_strictly`, `dept_check_strictly`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (731503945842689001, '总经理', 'GeneralManager', 1, '总经理', 2, b'0', b'1', b'1', 1, '2025-07-04 13:35:31', 1, '2025-07-04 13:38:15');
  353. INSERT INTO `sys_role`(`id`, `name`, `code`, `data_scope`, `description`, `sort`, `is_system`, `menu_check_strictly`, `dept_check_strictly`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (731504236264686595, '销售经理', 'SalesManager', 4, '销售经理', 10, b'0', b'1', b'1', 1, '2025-07-04 13:36:41', 1, '2025-07-04 13:40:33');
  354. INSERT INTO `sys_role`(`id`, `name`, `code`, `data_scope`, `description`, `sort`, `is_system`, `menu_check_strictly`, `dept_check_strictly`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (731504363448566800, '产品经理', 'ProductManager', 4, '产品经理', 9, b'0', b'1', b'1', 1, '2025-07-04 13:37:11', 1, '2025-07-04 13:40:41');
  355. -- 初始化默认用户:admin/admin123;test/test123
  356. INSERT INTO `sys_user`
  357. (`id`, `username`, `nickname`, `password`, `gender`, `email`, `phone`, `avatar`, `description`, `status`, `is_system`, `pwd_reset_time`, `dept_id`, `create_user`, `create_time`)
  358. VALUES
  359. (1, 'admin', '系统管理员', '{bcrypt}$2a$10$4jGwK2BMJ7FgVR.mgwGodey8.xR8FLoU1XSXpxJ9nZQt.pufhasSa', 1, '42190c6c5639d2ca4edb4150a35e058559ccf8270361a23745a2fd285a273c28', '5bda89a4609a65546422ea56bfe5eab4', NULL, '系统初始用户', 1, b'1', NOW(), 1, 1, NOW()),
  360. -- (547889293968801822, 'test', '测试员', '{bcrypt}$2a$10$xAsoeMJ.jc/kSxhviLAg7.j2iFrhi6yYAdniNdjLiIUWU/BRZl2Ti', 2, NULL, NULL, NULL, NULL, 1, b'0', NOW(), 547887852587843593, 1, NOW()),
  361. -- (547889293968801823, 'Charles', 'Charles', '{bcrypt}$2a$10$xAsoeMJ.jc/kSxhviLAg7.j2iFrhi6yYAdniNdjLiIUWU/BRZl2Ti', 1, NULL, NULL, NULL, '代码写到极致,就是艺术。', 1, b'0', NOW(), 547887852587843595, 1, NOW()),
  362. -- (547889293968801824, 'Yoofff', 'Yoofff', '{bcrypt}$2a$10$xAsoeMJ.jc/kSxhviLAg7.j2iFrhi6yYAdniNdjLiIUWU/BRZl2Ti', 1, NULL, NULL, NULL, '弱小和无知不是生存的障碍,傲慢才是。', 1, b'0', NOW(), 1, 1, NOW()),
  363. -- (547889293968801825, 'Jasmine', 'Jasmine', '{bcrypt}$2a$10$xAsoeMJ.jc/kSxhviLAg7.j2iFrhi6yYAdniNdjLiIUWU/BRZl2Ti', 1, NULL, NULL, NULL, '干就完事了!', 1, b'0', NOW(), 547887852587843605, 1, NOW()),
  364. -- (547889293968801826, 'AutumnSail', '秋登', '{bcrypt}$2a$10$xAsoeMJ.jc/kSxhviLAg7.j2iFrhi6yYAdniNdjLiIUWU/BRZl2Ti', 1, NULL, NULL, NULL, '只有追求完美,才能创造奇迹。', 1, b'0', NOW(), 547887852587843602, 1, NOW()),
  365. -- (547889293968801827, 'Kils', 'Kils', '{bcrypt}$2a$10$xAsoeMJ.jc/kSxhviLAg7.j2iFrhi6yYAdniNdjLiIUWU/BRZl2Ti', 1, NULL, NULL, NULL, '可以摆烂,但不能真的菜。', 1, b'0', NOW(), 547887852587843599, 1, NOW()),
  366. -- (547889293968801828, 'mochou', '莫愁', '{bcrypt}$2a$10$xAsoeMJ.jc/kSxhviLAg7.j2iFrhi6yYAdniNdjLiIUWU/BRZl2Ti', 1, NULL, NULL, NULL, '万事莫愁,皆得所愿。', 1, b'0', NOW(), 547887852587843602, 1, NOW()),
  367. -- (547889293968801829, 'Jing', 'MS-Jing', '{bcrypt}$2a$10$xAsoeMJ.jc/kSxhviLAg7.j2iFrhi6yYAdniNdjLiIUWU/BRZl2Ti', 1, NULL, NULL, NULL, '路虽远,行则将至。', 2, b'0', NOW(), 547887852587843599, 1, NOW()),
  368. -- (547889293968801830, 'domw', '梓陌', '{bcrypt}$2a$10$xAsoeMJ.jc/kSxhviLAg7.j2iFrhi6yYAdniNdjLiIUWU/BRZl2Ti', 1, NULL, NULL, NULL, '胜利是奖赏,挫折是常态。', 1, b'0', NOW(), 547887852587843608, 1, NOW()),
  369. -- (547889293968801831, 'xtanyu', '小熊', '{bcrypt}$2a$10$xAsoeMJ.jc/kSxhviLAg7.j2iFrhi6yYAdniNdjLiIUWU/BRZl2Ti', 1, NULL, NULL, NULL, '不想上班。', 1, b'0', NOW(), 547887852587843611, 1, NOW());
  370. -- 初始化默认参数
  371. INSERT INTO `sys_option`
  372. (`id`, `category`, `name`, `code`, `value`, `default_value`, `description`)
  373. VALUES
  374. (1, 'SITE', '系统名称', 'SITE_TITLE', NULL, 'S-privacy AI', '显示在浏览器标题栏和登录界面的系统名称'),
  375. (2, 'SITE', '系统描述', 'SITE_DESCRIPTION', NULL, '苏州派维斯AI智能管理系统', '用于 SEO 的网站元描述'),
  376. (3, 'SITE', '版权声明', 'SITE_COPYRIGHT', NULL, 'Copyright © 2025 - present S-privacy AI 版权所有', '显示在页面底部的版权声明文本'),
  377. (4, 'SITE', '备案号', 'SITE_BEIAN', NULL, NULL, '工信部 ICP 备案编号(如:京ICP备12345678号)'),
  378. (5, 'SITE', '系统图标', 'SITE_FAVICON', NULL, '/favicon.ico', '浏览器标签页显示的网站图标(建议 .ico 格式)'),
  379. (6, 'SITE', '系统LOGO', 'SITE_LOGO', NULL, '/logo.svg', '显示在登录页面和系统导航栏的网站图标(建议 .svg 格式)'),
  380. (10, 'PASSWORD', '密码错误锁定阈值', 'PASSWORD_ERROR_LOCK_COUNT', NULL, '5', '连续登录失败次数达到该值将锁定账号(0-10次,0表示禁用锁定)'),
  381. (11, 'PASSWORD', '账号锁定时长(分钟)', 'PASSWORD_ERROR_LOCK_MINUTES', NULL, '5', '账号锁定后自动解锁的时间(1-1440分钟,即24小时)'),
  382. (12, 'PASSWORD', '密码有效期(天)', 'PASSWORD_EXPIRATION_DAYS', NULL, '0', '密码强制修改周期(0-999天,0表示永不过期)'),
  383. (13, 'PASSWORD', '密码到期提醒(天)', 'PASSWORD_EXPIRATION_WARNING_DAYS', NULL, '0', '密码过期前的提前提醒天数(0表示不提醒)'),
  384. (14, 'PASSWORD', '历史密码重复校验次数', 'PASSWORD_REPETITION_TIMES', NULL, '3', '禁止使用最近 N 次的历史密码(3-32次)'),
  385. (15, 'PASSWORD', '密码最小长度', 'PASSWORD_MIN_LENGTH', NULL, '8', '密码最小字符长度要求(8-32个字符)'),
  386. (16, 'PASSWORD', '是否允许密码包含用户名', 'PASSWORD_ALLOW_CONTAIN_USERNAME', NULL, '1', '是否允许密码包含正序或倒序的用户名字符'),
  387. (17, 'PASSWORD', '密码是否必须包含特殊字符', 'PASSWORD_REQUIRE_SYMBOLS', NULL, '0', '是否要求密码必须包含特殊字符(如:!@#$%)'),
  388. (20, 'MAIL', '邮件协议', 'MAIL_PROTOCOL', NULL, 'smtp', '邮件发送协议类型'),
  389. (21, 'MAIL', '服务器地址', 'MAIL_HOST', NULL, 'smtp.126.com', '邮件服务器地址'),
  390. (22, 'MAIL', '服务器端口', 'MAIL_PORT', NULL, '465', '邮件服务器连接端口'),
  391. (23, 'MAIL', '邮箱账号', 'MAIL_USERNAME', NULL, 'huakanglee@s-privacy.com', '发件人邮箱地址'),
  392. (24, 'MAIL', '邮箱密码', 'MAIL_PASSWORD', NULL, NULL, '服务授权密码/客户端专用密码'),
  393. (25, 'MAIL', '启用SSL加密', 'MAIL_SSL_ENABLED', NULL, '1', '是否启用SSL/TLS加密连接'),
  394. (26, 'MAIL', 'SSL端口号', 'MAIL_SSL_PORT', NULL, '465', 'SSL加密连接的备用端口(通常与主端口一致)'),
  395. (27, 'LOGIN', '是否启用验证码', 'LOGIN_CAPTCHA_ENABLED', NULL, '1', NULL);
  396. -- 初始化默认字典
  397. INSERT INTO `sys_dict`
  398. (`id`, `name`, `code`, `description`, `is_system`, `create_user`, `create_time`)
  399. VALUES
  400. (1, '公告类型', 'notice_type', NULL, b'1', 1, NOW()),
  401. (2, '消息类型', 'message_type', NULL, b'1', 1, NOW()),
  402. (3, '客户端类型', 'client_type', NULL, b'1', 1, NOW()),
  403. (4, '短信厂商', 'sms_supplier', NULL, b'1', 1, NOW());
  404. INSERT INTO `sys_dict_item`
  405. (`id`, `label`, `value`, `color`, `sort`, `description`, `status`, `dict_id`, `create_user`, `create_time`)
  406. VALUES
  407. (1, '通知', '1', 'primary', 1, NULL, 1, 1, 1, NOW()),
  408. (2, '活动', '2', 'success', 2, NULL, 1, 1, 1, NOW()),
  409. (3, '安全消息', '1', 'warning', 1, NULL, 1, 2, 1, NOW()),
  410. (4, '活动消息', '2', 'success', 2, NULL, 1, 2, 1, NOW()),
  411. (5, '桌面端', 'PC', 'primary', 1, NULL, 1, 3, 1, NOW()),
  412. (6, '安卓', 'ANDROID', 'success', 2, NULL, 1, 3, 1, NOW()),
  413. (7, '小程序', 'XCX', 'warning', 3, NULL, 1, 3, 1, NOW()),
  414. (8, '阿里云', 'alibaba', 'warning', 1, NULL, 1, 4, 1, NOW()),
  415. (9, '腾讯云', 'tencent', 'primary', 2, NULL, 1, 4, 1, NOW()),
  416. (10, '容联云', 'cloopen', 'success', 3, NULL, 1, 4, 1, NOW());
  417. -- 初始化默认用户和角色关联数据
  418. INSERT INTO `sys_user_role`
  419. (`id`, `user_id`, `role_id`)
  420. VALUES
  421. (1, 1, 1);
  422. -- (2, 547889293968801822, 547888897925840927),
  423. -- (3, 547889293968801823, 547888897925840928),
  424. -- (4, 547889293968801824, 547888897925840928),
  425. -- (5, 547889293968801825, 547888897925840928),
  426. -- (6, 547889293968801826, 547888897925840928),
  427. -- (7, 547889293968801827, 547888897925840928),
  428. -- (8, 547889293968801828, 547888897925840928),
  429. -- (9, 547889293968801829, 547888897925840928),
  430. -- (10, 547889293968801830, 547888897925840928),
  431. -- (11, 547889293968801831, 547888897925840928);
  432. -- 初始化默认角色和菜单关联数据
  433. -- INSERT INTO `sys_role_menu`
  434. -- (`role_id`, `menu_id`)
  435. -- VALUES
  436. -- (547888897925840927, 1000),
  437. -- (547888897925840927, 1010),
  438. -- (547888897925840927, 1011),
  439. -- (547888897925840927, 1012),
  440. -- (547888897925840927, 1013),
  441. -- (547888897925840927, 1014),
  442. -- (547888897925840928, 2000),
  443. -- (547888897925840928, 2010),
  444. -- (547888897925840928, 2011),
  445. -- (547888897925840928, 2020),
  446. -- (547888897925840928, 2021),
  447. -- (547888897925840928, 2022),
  448. -- (547888897925840928, 2023);
  449. -- 初始化默认角色和部门关联数据
  450. -- INSERT INTO `sys_role_dept` (`role_id`, `dept_id`) VALUES (547888897925840927, 547887852587843593);
  451. -- 初始化默认存储
  452. INSERT INTO `sys_storage`
  453. (`id`, `name`, `code`, `type`, `access_key`, `secret_key`, `endpoint`, `bucket_name`, `domain`, `description`, `is_default`, `sort`, `status`, `create_user`, `create_time`)
  454. VALUES
  455. (1, '开发环境', 'local_dev', 1, NULL, NULL, NULL, 'C:/pvs-admin/data/file/', 'http://localhost:5555/file/', '本地存储', b'1', 1, 1, 1, NOW()),
  456. (2, '生产环境', 'local_prod', 1, NULL, NULL, NULL, '/data/file/', 'http://192.168.1.202:13089/file/', '本地存储', b'0', 2, 2, 1, NOW());
  457. -- 初始化客户端数据
  458. INSERT INTO `sys_client`
  459. (`id`, `client_id`, `client_type`, `auth_type`, `active_timeout`, `timeout`, `status`, `create_user`, `create_time`)
  460. VALUES
  461. (1, 'ef51c9a3e9046c4f2ea45142c8a8344a', 'PC', '["ACCOUNT", "EMAIL", "PHONE", "SOCIAL"]', 1800, 86400, 1, 1, NOW());
  462. INSERT INTO `aigc_model`(`id`, `type`, `model`, `version`, `provider`, `name`, `description`, `status`, `response_limit`, `max_tokens`, `temperature`, `top_p`, `azure_deployment_name`, `gemini_project`, `gemini_location`, `image_size`, `image_quality`, `image_style`, `timeout`, `retry_strategy`, `rate_limit`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (723177214056632323, 'CHAT', 'qwen-plus', NULL, 'Q_WEN', '阿里模型', NULL, 1, 2000, 4096, 0.3, 0.8, NULL, NULL, NULL, '1024x1024', 'standard', 'vivid', 30, 'linear', 1000, 1, NOW(), null, null);
  463. INSERT INTO `aigc_model`(`id`, `type`, `model`, `version`, `provider`, `name`, `description`, `status`, `response_limit`, `max_tokens`, `temperature`, `top_p`, `azure_deployment_name`, `gemini_project`, `gemini_location`, `image_size`, `image_quality`, `image_style`, `timeout`, `retry_strategy`, `rate_limit`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (723482042041405473, 'EMBEDDING', 'text-embedding-v3', NULL, 'Q_WEN', '阿里词嵌入模型', NULL, 1, 0, 4096, 0.2, 0, NULL, NULL, NULL, '1024x1024', 'standard', 'vivid', 30, 'linear', 1000, 1, NOW(), NULL, NULL);
  464. INSERT INTO `aigc_model`(`id`, `type`, `model`, `version`, `provider`, `name`, `description`, `status`, `response_limit`, `max_tokens`, `temperature`, `top_p`, `azure_deployment_name`, `gemini_project`, `gemini_location`, `image_size`, `image_quality`, `image_style`, `timeout`, `retry_strategy`, `rate_limit`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (725341942283546638, 'CHAT', 'deepseek-chat', NULL, 'DEEPSEEK', 'deepseek', NULL, 1, 8192, 4096, 0.2, 0.8, NULL, NULL, NULL, '1024x1024', 'standard', 'vivid', 30, 'linear', 1000, 1, NOW(), NULL, NULL);
  465. INSERT INTO `aigc_model`(`id`, `type`, `model`, `version`, `provider`, `name`, `description`, `status`, `response_limit`, `max_tokens`, `temperature`, `top_p`, `azure_deployment_name`, `gemini_project`, `gemini_location`, `image_size`, `image_quality`, `image_style`, `timeout`, `retry_strategy`, `rate_limit`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (727939731588956211, 'EMBEDDING', 'text-embedding-3-large', NULL, 'OPENAI', 'tools', NULL, 1, 4096, 4096, 0.7, 1, NULL, NULL, NULL, '1024x1024', 'standard', 'vivid', 30, 'linear', 1000, 1, NOW(), NULL, NULL);
  466. INSERT INTO `aigc_model`(`id`, `type`, `model`, `version`, `provider`, `name`, `description`, `status`, `response_limit`, `max_tokens`, `temperature`, `top_p`, `azure_deployment_name`, `gemini_project`, `gemini_location`, `image_size`, `image_quality`, `image_style`, `timeout`, `retry_strategy`, `rate_limit`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (728305712945479826, 'CHAT', 'qwen-max', NULL, 'Q_WEN', '通义千问-max', NULL, 1, 2000, 4096, 0.2, 0.8, NULL, NULL, NULL, '1024x1024', 'standard', 'vivid', 30, 'linear', 1000, 1, NOW(), NULL, NULL);
  467. INSERT INTO `sys_client`(`id`, `client_id`, `client_type`, `auth_type`, `active_timeout`, `timeout`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (727480501455077713, '7a1958fafed3268a7515b083bd6f144f', 'XCX', '[\"PHONE\", \"ACCOUNT\", \"EMAIL\", \"SOCIAL\"]', -1, -1, 1, 1,NOW(), null, null);
  468. INSERT INTO aigc_agent (id, name, code, agent_type, description, system_prompt, next_step_prompt, model_id, icon,
  469. config, max_steps, timeout, runtime_status, status, version, create_user, create_time,
  470. update_user, update_time)
  471. VALUES (722203598359887877, 'BROWSER_AGENT', 'BROWSER_AGENT', 'task', '一个可以控制浏览器完成任务的浏览器代理', '你是一个设计用于自动化浏览器任务的AI代理。你的目标是按照规则完成最终任务。
  472. # 输入格式
  473. [index]<type>文本</type>
  474. - index:交互的数字标识符
  475. - type:HTML元素类型(按钮、输入框等)
  476. - 文本:元素描述
  477. 示例:
  478. [33]<button>提交表单</button>
  479. - 只有带有[]中数字索引的元素可交互
  480. - 不带[]的元素仅提供上下文
  481. # 响应规则
  482. 1. 操作:你一次只可以做一个tool call 操作
  483. 2. 元素交互:
  484. - 只使用有索引的元素
  485. - 如用户要求点击某元素,但当期可交互元素中没有,则先查找对应的元素的对应像素位置,然后用click点击该元素
  486. 3. 导航和错误处理:
  487. - 遇到困难时尝试替代方法
  488. - 处理弹窗和cookie提示
  489. - 处理验证码或寻找替代方案
  490. - 等待页面加载
  491. 4. 任务完成:
  492. - 如果完成则使用terminate工具
  493. 5. 视觉上下文:
  494. - 使用提供的截图
  495. - 引用元素索引
  496. 6. 表单填写:
  497. - 处理动态字段变化', '为实现我的目标,下一步应该做什么?
  498. 重点:
  499. 1. 使用\'get_text\'操作获取页面内容,而不是滚动
  500. 2. 不用担心内容可见性或视口位置
  501. 3. 专注于基于文本的信息提取
  502. 4. 直接处理获取的文本数据
  503. 5. 重要:你必须在回复中使用至少一个工具才能取得进展!
  504. 考虑可见的内容和当前视口之外可能存在的内容。
  505. 有条理地行动 - 记住你的进度和迄今为止学到的知识。', 722203598359887866, null, null, 20, 60, null, 1, '1.0.0', 1,
  506. '2025-06-09 11:10:23', null, null);
  507. INSERT INTO aigc_tool (id, `tool_key`, name, tool_group, description, parameters, is_return_direct, status, create_user,
  508. create_time, update_user, update_time)
  509. VALUES (722203598359887888, 'BROWSER_USE', 'BROWSER_USE', 'default-tool-group', '与网页浏览器交互,执行各种操作,如导航、元素交互、内容提取和标签页管理。搜索类优先考虑此工具。
  510. 支持的操作包括:
  511. - \'navigate\':访问特定URL,默认使用https://baidu.com
  512. - \'click\':按索引点击元素
  513. - \'input_text\':在元素中输入文本,对于百度(Baidu),输入框的索引是
  514. - \'key_enter\':按回车键
  515. - \'screenshot\':捕获屏幕截图
  516. - \'get_html\':获取页面HTML内容
  517. - \'get_text\':获取页面文本内容
  518. - \'execute_js\':执行JavaScript代码
  519. - \'scroll\':滚动页面
  520. - \'switch_tab\':切换到特定标签页
  521. - \'new_tab\':打开新标签页
  522. - \'close_tab\':关闭当前标签页
  523. - \'refresh\':刷新当前页面', '{
  524. "type": "object",
  525. "required": [
  526. "action"
  527. ],
  528. "properties": {
  529. "url": {
  530. "type": "string",
  531. "description": "URL for \'navigate\' or \'new_tab\' actions"
  532. },
  533. "text": {
  534. "type": "string",
  535. "description": "Text for \'input_text\' action"
  536. },
  537. "index": {
  538. "type": "integer",
  539. "description": "Element index for \'click\' or \'input_text\' actions"
  540. },
  541. "action": {
  542. "enum": [
  543. "navigate",
  544. "click",
  545. "input_text",
  546. "key_enter",
  547. "screenshot",
  548. "get_html",
  549. "get_text",
  550. "execute_js",
  551. "scroll",
  552. "switch_tab",
  553. "new_tab",
  554. "close_tab",
  555. "refresh"
  556. ],
  557. "type": "string",
  558. "description": "The browser action to perform"
  559. },
  560. "script": {
  561. "type": "string",
  562. "description": "JavaScript code for \'execute_js\' action"
  563. },
  564. "tab_id": {
  565. "type": "integer",
  566. "description": "Tab ID for \'switch_tab\' action"
  567. },
  568. "scroll_amount": {
  569. "type": "integer",
  570. "description": "Pixels to scroll (positive for down, negative for up) for \'scroll\' action"
  571. }
  572. },
  573. "dependencies": {
  574. "click": [
  575. "index"
  576. ],
  577. "scroll": [
  578. "scroll_amount"
  579. ],
  580. "new_tab": [
  581. "url"
  582. ],
  583. "navigate": [
  584. "url"
  585. ],
  586. "key_enter": [
  587. "index"
  588. ],
  589. "execute_js": [
  590. "script"
  591. ],
  592. "input_text": [
  593. "index",
  594. "text"
  595. ],
  596. "switch_tab": [
  597. "tab_id"
  598. ]
  599. }
  600. }', 0, 1, 1, '2025-06-09 11:01:58', null, null);
  601. INSERT INTO `aigc_model_secret`(`id`, `model_id`, `api_key`, `secret_key`, `base_url`, `api_version`, `dimension`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (723177214253764612, 723177214056632323, 'sk-e9855234f47346049809ce23ed3ebe3f', 'secretKey', '', '', NULL, 1, '2025-06-11 14:08:04', 1, '2025-06-12 16:49:08');
  602. INSERT INTO `aigc_model_secret`(`id`, `model_id`, `api_key`, `secret_key`, `base_url`, `api_version`, `dimension`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (723482042322423842, 723482042041405473, 'sk-e9855234f47346049809ce23ed3ebe3f', 'secretKey', NULL, '', 1024, 1, '2025-06-12 10:19:21', 1, '2025-06-17 11:15:16');
  603. INSERT INTO `aigc_model_secret`(`id`, `model_id`, `api_key`, `secret_key`, `base_url`, `api_version`, `dimension`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (725341942807834639, 725341942283546638, 'sk-3f91d3517b3648e8b4414f34de0696ea', NULL, 'https://api.deepseek.com/v1', NULL, NULL, 1, '2025-06-17 13:29:55', NULL, NULL);
  604. INSERT INTO `aigc_model_secret`(`id`, `model_id`, `api_key`, `secret_key`, `base_url`, `api_version`, `dimension`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (728305713230692499, 728305712945479826, 'sk-e9855234f47346049809ce23ed3ebe3f', NULL, NULL, NULL, NULL, 1, '2025-06-25 17:46:53', 1, '2025-06-25 17:53:02');
  605. INSERT INTO `aigc_model_secret`(`id`, `model_id`, `api_key`, `secret_key`, `base_url`, `api_version`, `dimension`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (728306205247717378, 728306205046390785, 'sk-e9855234f47346049809ce23ed3ebe3f', NULL, NULL, NULL, NULL, 1, '2025-06-25 17:48:51', NULL, NULL);
  606. INSERT INTO `aigc_embed_store`(`id`, `name`, `provider`, `endpoints`, `auth_config`, `database_config`, `vector_config`, `pool_config`, `proxy_config`, `last_health`, `health_status`, `vector_count`, `storage_usage`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (723469589962330143, 'redis向量库', 'Redis', '{\"host\": \"192.168.1.202\", \"port\": 6599}', '{\"password\": \"redis-stack\", \"username\": \"default\"}', '{\"table\": \"\", \"database\": \"0\"}', '{\"max_conn\": 16, \"dimension\": 1024, \"index_type\": \"HNSW\", \"metric_type\": \"L2\"}', NULL, NULL, NULL, 0, 0, 0, 1, '2025-06-12 09:29:52', 1, '2025-06-25 17:54:30');
  607. INSERT INTO `aigc_embed_store`(`id`, `name`, `provider`, `endpoints`, `auth_config`, `database_config`, `vector_config`, `pool_config`, `proxy_config`, `last_health`, `health_status`, `vector_count`, `storage_usage`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (727822627422388537, 'redis向量库一库', 'Redis', '{\"host\": \"192.168.1.202\", \"port\": 6599}', '{\"password\": \"redis-stack\", \"username\": \"default\"}', '{\"table\": \"\", \"database\": \"1\"}', '{\"max_conn\": 16, \"dimension\": 1024, \"index_type\": \"HNSW\", \"metric_type\": \"L2\"}', NULL, NULL, NULL, 0, 0, 0, 1, '2025-06-24 09:47:17', NULL, NULL);
  608. INSERT INTO `aigc_embed_store`(`id`, `name`, `provider`, `endpoints`, `auth_config`, `database_config`, `vector_config`, `pool_config`, `proxy_config`, `last_health`, `health_status`, `vector_count`, `storage_usage`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES (728548067913023489, 'redis向量库五库', 'Redis', '{\"host\": \"192.168.1.202\", \"port\": 6599}', '{\"password\": \"redis-stack\", \"username\": \"default\"}', '{\"table\": \"\", \"database\": \"5\"}', '{\"max_conn\": 16, \"dimension\": 1024, \"index_type\": \"HNSW\", \"metric_type\": \"L2\"}', NULL, NULL, NULL, 0, 0, 0, 1, '2025-06-26 09:49:55', 1, '2025-06-26 09:50:30');