兰宝车间质量管理系统-前端
QianRj
2024-12-25 b600fb34b56888e6cd4807047ec7bb3cb6b193aa
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;
}