自动化立体仓库 - WCS系统
#
lsh
2024-05-21 9a0d024ef76899b1721d82739fa66f9b528efc85
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.RgvSlave;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Configuration;
@@ -27,11 +28,15 @@
    private boolean doubleDeep;
    private List<Integer> doubleLocs = new ArrayList<>();
    private List<Integer> doubleLocsLeft = new ArrayList<>();
    private List<Integer> doubleLocsRight = new ArrayList<>();
    private int groupCount;
    private List<CrnSlave> crn = new ArrayList<>();
    private List<RgvSlave> rgv = new ArrayList<>();
    private List<DevpSlave> devp = new ArrayList<>();
    private List<Slave> barcode = new ArrayList<>();