#
Junjie
2024-12-24 0df6e7bb33c9f6a18f026a500776b00cbf2ae62c
src/main/java/com/zy/core/model/LiftSlave.java
@@ -14,6 +14,12 @@
    //提升机站点
    private List<Sta> sta = new ArrayList<>();
    //输送站点排
    private Integer staRow;
    //输送站点列
    private Integer staBay;
    @Data
    public static class Sta {
@@ -23,6 +29,9 @@
        // 层
        private Integer lev;
        // 提升机号
        private Integer liftNo;
    }
}