自动化立体仓库 - WMS系统
#
Junjie
2025-07-10 2a4eb0b00eb4dce8ca7b27d798bda1963b593e63
src/main/java/com/zy/common/properties/SlaveProperties.java
@@ -16,8 +16,12 @@
public class SlaveProperties {
    private boolean doubleDeep;
    // 双深库位排号
    private List<Integer> doubleLocs = new ArrayList<>();
    // 左深库位排号
    private List<Integer> doubleLocsLeft = new ArrayList<>();
    // 右深库位排号
    private List<Integer> doubleLocsRight = new ArrayList<>();
    private int groupCount;