自动化立体仓库 - WCS系统
#
Junjie
2025-03-18 05f2733c4cdc4ea0765e08d61273728aebb70d16
src/main/java/com/zy/common/model/NavigateNode.java
@@ -20,6 +20,7 @@
    private Boolean isInflectionPoint;//是否为拐点
    private String direction;//行走方向
    private Integer moveDistance;//行走距离
    private Integer nodeValue;//节点数据
    public NavigateNode(int x, int y) {
        this.x = x;