兰宝车间质量管理系统-前端
dap
2024-05-15 3b8ecadc78d6a247c1bd736fe37dfb7ff53badd4
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;
}