自动化立体仓库 - WMS系统
13
zhang
2025-10-23 439715d56952025aa8420dba798cb2b43f30b756
src/main/java/com/zy/asrs/service/NodeService.java
@@ -5,13 +5,14 @@
public interface NodeService extends IService<Node> {
        Node getTop();
    Node getTop();
        Node selectByUuid(String uuid);
    Node selectByUuid(String uuid);
        Node selectByUuid(String uuid, Long hostId);
    Node selectByUuid(String uuid, Long hostId);
        Node selectByUuid(String uuid, Long hostId, Integer type);
    Node selectByUuid(String uuid, Long hostId, Integer type);
        Node selectByUuid(String uuid, Long hostId, Integer type, Long parentId);
    Node selectByUuid(String uuid, Long hostId, Integer type, Long parentId);
}