自动化立体仓库 - WMS系统
#
Junjie
2025-09-24 450cedf62f1c264912996566cddb3b5e637b65a0
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<>();
}