自动化立体仓库 - WCS系统
#
Junjie
2025-04-11 ad205a9ee0b1ff18eabed3528407f13a52193dcf
src/main/java/com/zy/core/model/LiftSlave.java
@@ -20,11 +20,17 @@
    //列
    private Integer bay;
    //待机位排
    private Integer standByRow;
    //待机位排-in
    private Integer standByInRow;
    //待机位列
    private Integer standByBay;
    //待机位列-in
    private Integer standByInBay;
    //待机位排-out
    private Integer standByOutRow;
    //待机位列-out
    private Integer standByOutBay;
    //站点排
    private Integer staRow;