fix: [BPM 工作流] bug 修复

This commit is contained in:
jason
2025-07-11 21:51:08 +08:00
parent 65206b413c
commit 6ff2c0d772
2 changed files with 35 additions and 13 deletions

View File

@@ -8,6 +8,7 @@ export namespace BpmProcessDefinitionApi {
id: string;
version: number;
name: string;
description: string;
deploymentTime: number;
suspensionState: number;
modelType: number;