Junjie
2023-12-22 52a3d2b51c7ca58abcb0e31783671af98d526aef
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;
    }
}