自动化立体仓库 - WMS系统
zhou zhou
2025-09-27 0e5d494527de2350f6cb50166ce403cdd9e55b27
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<>();
}