From 2e299b58e2cdb9e39a8fc5ff095ccfd64df0b348 Mon Sep 17 00:00:00 2001 From: LiuHao <liuhaoai545@gmail.com> Date: 星期二, 16 四月 2024 17:41:30 +0800 Subject: [PATCH] update 增加预编译 --- src/api/workflow/processDefinition/types.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/api/workflow/processDefinition/types.ts b/src/api/workflow/processDefinition/types.ts index 3775ba2..979ec25 100644 --- a/src/api/workflow/processDefinition/types.ts +++ b/src/api/workflow/processDefinition/types.ts @@ -1,3 +1,4 @@ +import { DefinitionConfigVO } from '@/api/workflow/definitionConfig/types'; export interface ProcessDefinitionQuery extends PageQuery { key?: string; name?: string; @@ -14,6 +15,7 @@ diagramResourceName: string; deploymentId: string; deploymentTime: string; + wfDefinitionConfigVo: DefinitionConfigVO; } export interface definitionXmlVO { -- Gitblit v1.9.3