feat: [BPM 工作流] 流程报表

This commit is contained in:
jason
2025-06-15 10:56:53 +08:00
parent 1dd0588a39
commit e2a449351e
5 changed files with 384 additions and 9 deletions

View File

@@ -15,6 +15,7 @@ export namespace BpmProcessDefinitionApi {
formType?: number;
bpmnXml?: string;
simpleModel?: string;
formFields?: string[];
}
}