feat: 流程模型列表 70%

This commit is contained in:
jason
2025-05-07 16:28:57 +08:00
parent 211c403940
commit 6a029ad7a0
5 changed files with 195 additions and 7 deletions

View File

@@ -11,6 +11,7 @@ export namespace BpmCategoryApi {
name: string;
code: string;
status: number;
description?: string;
sort: number; // 分类排序
}