自动化立体仓库 - WMS系统
#
Administrator
1 天以前 ef0e5b74b8a7a21c8902520ef408e70ad3ec9437
src/main/java/com/zy/asrs/entity/RowLastno.java
@@ -44,6 +44,13 @@
    private Integer currentRow;
    /**
     * 当前堆垛机号
     */
    @ApiModelProperty(value= "当前堆垛机号")
    @TableField("current_crn_no")
    private Integer currentCrnNo;
    /**
     * 起始排号
     */
    @ApiModelProperty(value= "起始排号")
@@ -226,6 +233,14 @@
        this.currentRow = currentRow;
    }
    public Integer getCurrentCrnNo() {
        return currentCrnNo;
    }
    public void setCurrentCrnNo(Integer currentCrnNo) {
        this.currentCrnNo = currentCrnNo;
    }
    public Integer getsRow() {
        return sRow;
    }