From 1a3ae4f61cec2311a6a892a219e3ce6414746f28 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Mon, 1 Dec 2025 15:13:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3AI=E6=B5=81=E7=A8=8B=E4=B8=A4?= =?UTF-8?q?=E4=B8=AA=E4=B8=A5=E9=87=8D=E9=97=AE=E9=A2=98=201=E3=80=81AI?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E8=B0=83=E8=AF=95=E6=8E=A5=E5=8F=A3=EF=BC=8C?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E5=91=BD=E4=BB=A4=E6=89=A7=E8=A1=8C=E6=BC=8F?= =?UTF-8?q?=E6=B4=9E=20#9144=202=E3=80=81AI=E6=B5=81=E7=A8=8B=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E5=90=8E=E7=BC=80=E6=94=B9=E6=88=90=20*.jeecgai?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../flyway/sql/mysql/V3.9.0_3__add_aiflow_permission.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/flyway/sql/mysql/V3.9.0_3__add_aiflow_permission.sql diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/flyway/sql/mysql/V3.9.0_3__add_aiflow_permission.sql b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/flyway/sql/mysql/V3.9.0_3__add_aiflow_permission.sql new file mode 100644 index 000000000..71520612c --- /dev/null +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/flyway/sql/mysql/V3.9.0_3__add_aiflow_permission.sql @@ -0,0 +1 @@ +INSERT INTO `sys_permission` (`id`, `parent_id`, `name`, `url`, `component`, `is_route`, `component_name`, `redirect`, `menu_type`, `perms`, `perms_type`, `sort_no`, `always_show`, `icon`, `is_leaf`, `keep_alive`, `hidden`, `hide_tab`, `description`, `create_by`, `create_time`, `update_by`, `update_time`, `del_flag`, `rule_flag`, `status`, `internal_or_external`) VALUES ('1930223114757611522', '1890213291321749505', 'AI流程测试', NULL, NULL, 0, NULL, NULL, 2, 'airag:flow:debug', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2025-12-01 19:20:08', NULL, NULL, 0, 0, '1', 0); \ No newline at end of file