兰宝车间质量管理系统-前端
gssong
2024-04-06 9f73ea2d329abd721afd0213fb5803aad723f667
1
2
3
4
5
6
7
8
import { NodeConfigVO } from '@/api/workflow/nodeConfig/types';
 
export interface RouterJumpVo {
    wfNodeConfigVo: NodeConfigVO;
    businessKey: string;
    taskId: string;
    type: string;
}