自动化立体仓库 - WMS系统
#
LSH
2023-03-25 32b0348a94dc16031b8b510c4c6c7cbb8e8d30de
src/main/java/com/zy/asrs/entity/BasCrnp.java
@@ -60,6 +60,12 @@
    private Integer wrkNo;
    /**
     * 回原点
     */
    @ApiModelProperty(value= "回原点")
    private Integer origin;
    /**
     * 异常码
     */
    @ApiModelProperty(value= "异常码")
@@ -247,6 +253,14 @@
        this.wrkNo = wrkNo;
    }
    public Integer getOrigin() {
        return origin;
    }
    public void setOrigin(Integer origin) {
        this.origin = origin;
    }
    public Long getCrnErr() {
        return crnErr;
    }