#ZH
野心家
2025-05-28 a1a63f728040e3abcb2e87c7ee8bce86a735e33a
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();
    }