自动化立体仓库 - WCS系统
#
18516761980
2022-07-30 9efa9a5bc1c36a7061a909ff9d315b9e616876ef
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<>();
}