From da2000b4f40ff933ff63782f93802c8c6d064b10 Mon Sep 17 00:00:00 2001 From: lihao05 Date: Tue, 21 Oct 2025 10:11:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E8=8F=9C=E5=8D=95=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/sql/update/2025-09-30-work-flow.sql | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/script/sql/update/2025-09-30-work-flow.sql b/script/sql/update/2025-09-30-work-flow.sql index b11c0032..59538259 100644 --- a/script/sql/update/2025-09-30-work-flow.sql +++ b/script/sql/update/2025-09-30-work-flow.sql @@ -154,4 +154,9 @@ insert into t_workflow_component(uuid, name, title, remark, display_order, is_en values (replace(uuid(), '-', ''), 'MailSend', '邮件发送', '发送邮件到指定邮箱', 10, true); insert into t_workflow_component(uuid, name, title, remark, display_order, is_enable) values (replace(uuid(), '-', ''), 'HttpRequest', 'Http请求', - '通过Http协议发送请求,可将其他组件的输出作为参数,也可设置常量作为参数。', 10, true); \ No newline at end of file + '通过Http协议发送请求,可将其他组件的输出作为参数,也可设置常量作为参数。', 10, true); + + +INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache, menu_type, visible, status, perms, icon, create_dept, create_by, create_time, update_by, update_time, remark) VALUES (1976160997656043521, '流程管理', 0, 1, 'flow', '', null, 1, 0, 'M', '0', '0', null, 'ph:user-fill', null, null, '2025-10-09 13:41:12', 1, '2025-10-20 20:59:25', ''); +INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache, menu_type, visible, status, perms, icon, create_dept, create_by, create_time, update_by, update_time, remark) VALUES (1976161221409579010, '工作流编排', 1976160997656043521, 0, 'workflow', 'workflow/index', null, 1, 0, 'C', '0', '0', null, 'ph:user-fill', null, null, '2025-10-09 13:42:05', 1, '2025-10-20 20:59:16', ''); +