自动化立体仓库 - WMS系统
#
Junjie
2 天以前 6f01b51fc0770fda7787076caf0314be7a7f6656
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;