feat:【ele】bpm category 的迁移

This commit is contained in:
YunaiV
2025-10-20 20:27:08 +08:00
parent 2cd4bc127d
commit 20ac88271e
6 changed files with 474 additions and 2 deletions

View File

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