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