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