#
zjj
昨天 15b5002fd412a5d33be5d5c6deb63b3d02c77c41
src/main/java/com/zy/core/model/protocol/LiftStaProtocol.java
@@ -13,10 +13,10 @@
    /**
     * 站点号
     */
    private Integer staNo;
    private Integer siteId;
    /**
     * 模式
     * 模式 1:自动 0:手动
     */
    private Boolean model;
@@ -43,7 +43,17 @@
    /**
     * 任务号
     */
    private Short taskNo;
    private Integer taskNo;
    /**
     * 条码
     */
    private String barcode;
    /**
     * 目标位置
     */
    private Integer staNo;
    /**
     * 层
@@ -60,4 +70,18 @@
     */
    private Integer liftNo;
    public boolean getHasCar() {
        if (this.hasCar == null) {
            return false;
        }
        return this.hasCar;
    }
    public boolean getHasTray() {
        if (this.hasTray == null) {
            return false;
        }
        return this.hasTray;
    }
}