刘小明
2024-07-16 fab10f7057c54b5309108ad4e640e30f506fcc74
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPr/PrProductionNodeMapper.java
@@ -27,4 +27,13 @@
    List<PrProductionNode> selectByProcess(Long processId);
    void deleteByProcessId(Long id);
    int deleteByNodeId(List<Long> ids);
    /**
     * 节点是结束节点或之后的节点
     * @param currNode
     * @return
     */
    boolean isEndNode(Long currNode);
}