自动化立体仓库 - WCS系统
luxiaotao1123
2022-03-10 3e266a267dcbbbf86e8b47eaf6abea449dc1cd04
src/main/java/com/zy/core/properties/SlaveProperties.java
@@ -19,6 +19,12 @@
@ConfigurationProperties(prefix = "wcs-slave")
public class SlaveProperties {
    private boolean doubleDeep;
    private List<Integer> doubleLocs = new ArrayList<>();
    private int groupCount;
    private List<CrnSlave> crn = new ArrayList<>();
    private List<DevpSlave> devp = new ArrayList<>();
@@ -29,4 +35,6 @@
    private List<Slave> scale = new ArrayList<>();
    private List<Slave> car = new ArrayList<>();
}