feat: 添加流程实例功能

This commit is contained in:
AN
2025-05-24 00:49:15 +08:00
parent 11aba9e2c8
commit f9d57f1b71
14 changed files with 628 additions and 9 deletions

View File

@ -56,6 +56,7 @@ declare module "@elegant-router/types" {
"workflow": "/workflow";
"workflow_category": "/workflow/category";
"workflow_process-definition": "/workflow/process-definition";
"workflow_process-instance": "/workflow/process-instance";
};
/**
@ -151,6 +152,7 @@ declare module "@elegant-router/types" {
| "tool_gen"
| "workflow_category"
| "workflow_process-definition"
| "workflow_process-instance"
>;
/**