自动化立体仓库 - WMS系统
pang.jiabao
2024-06-26 f5f7f213ad99c626d19e16af44ae965e5ead938e
src/main/java/com/zy/common/model/Shelves.java
@@ -112,7 +112,7 @@
    public static void main(String[] args) throws InterruptedException {
        Shelves shelves = new Shelves(8,2);
        Shelves shelves = new Shelves(4,1);
        System.out.println(shelves.nodes.toString());
        int start = 1;
        while (true) {