*
lsh
2025-04-29 a5cfba54344075f8a2a9fc30b457393b8a42bb35
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();
    }