cpT
2025-06-19 c2bb8ac8fd2bb217364162ee84af3baf8a34fb8d
src/main/java/com/zy/common/model/Shelves.java
@@ -37,7 +37,7 @@
    public Shelves(int size, int group, int offset) {
        this.size = size;
        this.group = group;
        this.offset = offset;
        this.offset = offset-1;
        init();
    }