#
Junjie
2025-01-14 900f7032f7e701efd4741c2bcabeaad969e5fd3f
src/main/java/com/zy/core/model/ForkLiftSlave.java
@@ -11,6 +11,10 @@
@Data
public class ForkLiftSlave extends Slave {
    private Integer rack;
    private Integer slot;
    //提升机站点
    private List<Sta> sta = new ArrayList<>();