兰宝车间质量管理系统-前端
dzk
2024-04-17 a541d61c0c2a111f9f87fde14d3557e37c3f1546
src/api/workflow/workflowCommon/types.ts
@@ -2,9 +2,15 @@
import { DefinitionConfigVO } from '@/api/workflow/definitionConfig/types';
export interface RouterJumpVo {
    wfDefinitionConfigVo: DefinitionConfigVO;
    wfNodeConfigVo: NodeConfigVO;
    businessKey: string;
    taskId: string;
    type: string;
}
  wfNodeConfigVo: NodeConfigVO;
  wfDefinitionConfigVo: DefinitionConfigVO;
  businessKey: string;
  taskId: string;
  type: string;
}
export interface StartProcessBo {
  businessKey: string | number;
  tableName: string;
  variables: any;
}