自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-30 ea65c9e0ce4e9f7f30d89124b931d67a6371d9e6
src/main/java/com/zy/common/model/Shelves.java
@@ -20,7 +20,7 @@
    private final int offset;
    // 货架实例节点集合
    private List<List<Integer>> nodes;
    public List<List<Integer>> nodes;
    public Shelves(int size, int group) {
        this(size, group, 0);
@@ -94,7 +94,7 @@
                }
            }
        }
        return 0;
        return -1;
    }