From 3c34421bd27fce7c8a3fc4f87fc0e8c6add01bd7 Mon Sep 17 00:00:00 2001 From: gssong <1742057357@qq.com> Date: 星期五, 19 四月 2024 21:58:05 +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