自动化立体仓库 - WMS系统
#
pang.jiabao
2024-09-05 fa5632638d1f6f7e28234ca4b0982b03f58b98f3
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;