自动化立体仓库 - WCS系统
#
Junjie
2025-03-29 d4c18c350c1607e09305bcf71befbefa0b5b194a
src/main/java/com/zy/core/model/ForkLiftSlave.java
@@ -11,6 +11,13 @@
@Data
public class ForkLiftSlave extends Slave {
    private Integer rack;
    private Integer slot;
    //主线程id(用于多设备共用一块plc情况)
    private Integer masterId;
    //提升机站点
    private List<Sta> sta = new ArrayList<>();