feat: 流程模型新增: 基本信息

This commit is contained in:
jason
2025-05-16 14:05:52 +08:00
parent a7dcebc82a
commit c5e844460e
5 changed files with 945 additions and 6 deletions

View File

@@ -9,6 +9,8 @@ export namespace BpmProcessDefinitionApi {
version: number;
deploymentTime: number;
suspensionState: number;
modelType: number;
modelId: string;
formType?: number;
bpmnXml?: string;
simpleModel?: string;