feat:【antd】bpm category 的代码风格统一

This commit is contained in:
YunaiV
2025-10-20 19:59:32 +08:00
parent 1b869a1e3a
commit 2cd4bc127d
6 changed files with 50 additions and 46 deletions

View File

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