自动化立体仓库 - WCS系统
#
Junjie
2025-03-19 a01cd9b188ec5e7e16baa5a79a647cd199043c5c
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;
    }
}