fix: 代码 review 修改

This commit is contained in:
jason
2025-05-07 16:36:17 +08:00
parent 6a029ad7a0
commit 9f7761f832
4 changed files with 11 additions and 22 deletions

View File

@@ -40,13 +40,13 @@ export namespace BpmModelApi {
bpmnXml: string;
startUsers?: UserInfo[];
}
}
/** 模型分类信息 */
export interface ModelCategoryInfo {
id: number;
name: string;
modelList: ModelVO[];
}
/** 模型分类信息 */
export interface ModelCategoryInfo {
id: number;
name: string;
modelList: BpmModelApi.ModelVO[];
}
/** 获取流程模型列表 */