刘小明
2024-07-17 75fab7170e1f26b83b0f31d65d4e164ca3bba107
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);
}