自动化立体仓库 - WCS系统
#
lsh
2022-10-08 54ae57e37026d2feab98edf02cfc8872a915e8a1
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.SocketSlave;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Configuration;
@@ -42,4 +43,5 @@
    private List<Slave> car = new ArrayList<>();
    private List<SocketSlave> socket = new ArrayList<>();
}