自动化立体仓库 - WMS系统
Junjie
2023-10-07 bc899f1d6ff45d56f6cd206af471a14202bcda7d
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;