chen.llin
3 天以前 0a4438e34d8f726b9cf6251a5b447883b0b8da36
src/main/java/com/zy/core/properties/SlaveProperties.java
@@ -31,6 +31,13 @@
    private int groupCount;
    /**
     * 检查堆垛机出库站状态
     * true: 检查出库站状态(默认值)
     * false: 不检查,默认出库站可用
     */
    private boolean checkOutStationStatus = true;
    private List<CrnSlave> crn = new ArrayList<>();
    private List<DevpSlave> devp = new ArrayList<>();