自动化立体仓库 - WCS系统
zc
2025-04-24 58eaf5e73359f7164525d9c50f6e5bf82b247e32
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;