自动化立体仓库 - WMS系统
zhou zhou
2025-09-27 153913f580c146bb7ce4102a5a68ef1e53ba89d5
src/main/java/com/zy/common/properties/SlaveProperties.java
@@ -15,10 +15,6 @@
@ConfigurationProperties(prefix = "wcs-slave")
public class SlaveProperties {
    private boolean doubleDeep;
    private List<Integer> doubleLocs = new ArrayList<>();
    private int groupCount;
    private List<List<Integer>> locGroupAsc = new ArrayList<>();
}