自动化立体仓库 - WMS系统
#
zjj
2024-07-25 a2b65545aaf06ab33560e340eb6a88d7800d938c
src/main/java/com/zy/common/model/Shelves.java
@@ -38,10 +38,12 @@
    public Shelves(int size, int group, int offset) {
        this.size = size;
        this.group = group;
        this.offset = offset;
        this.offset = offset-1;
        init();
    }
    /**
     * 初始化方法【私有】
     */