自动化立体仓库 - WCS系统
#
luxiaotao1123
2022-03-03 7d2c445d4d27bf6a16eed7634e3b5eb1212620eb
src/main/java/com/zy/core/properties/SlaveProperties.java
@@ -4,6 +4,7 @@
import com.zy.core.model.CrnSlave;
import com.zy.core.model.DevpSlave;
import com.zy.core.model.LedSlave;
import com.zy.core.model.SteSlave;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Configuration;
@@ -27,6 +28,8 @@
    private List<CrnSlave> crn = new ArrayList<>();
    private List<SteSlave> ste = new ArrayList<>();
    private List<DevpSlave> devp = new ArrayList<>();
    private List<Slave> barcode = new ArrayList<>();