feat-wip(projects): 对接流程定义功能ing

This commit is contained in:
AN
2025-06-11 23:32:59 +08:00
parent 4f6c14f358
commit 7b2c857f6d
4 changed files with 170 additions and 79 deletions

View File

@ -90,6 +90,8 @@ declare namespace Api {
flowName: string;
/** 流程类别 */
category: string;
/** 流程分类名称 */
categoryName: string;
/** 流程版本 */
version: string;
/** 是否发布0未发布 1已发布 9失效 */