自动化立体仓库 - WCS系统
Junjie
2023-11-07 6017ff0fac73ee771282f8c4711f20ec9ca67bd7
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;
    }
}