自动化立体仓库 - WMS系统
#
lsh
2025-02-20 4ad1f324ab1fd2b51504afc00b43b4ee40f029c2
src/main/java/com/zy/asrs/entity/RowLastno.java
@@ -40,6 +40,19 @@
    @ApiModelProperty(value= "当前排号")
    @TableField("current_row")
    private Integer currentRow;
    /**
     * 当前排号
     */
    @ApiModelProperty(value= "当前排号")
    @TableField("current_row1")
    private Integer currentRow1;
    /**
     * 当前排号
     */
    @ApiModelProperty(value= "当前排号")
    @TableField("current_row2")
    private Integer currentRow2;
    /**
     * 起始排号
@@ -150,6 +163,22 @@
        return currentRow;
    }
    public Integer getCurrentRow1() {
        return currentRow1;
    }
    public void setCurrentRow1(Integer currentRow1) {
        this.currentRow1 = currentRow1;
    }
    public Integer getCurrentRow2() {
        return currentRow2;
    }
    public void setCurrentRow2(Integer currentRow2) {
        this.currentRow2 = currentRow2;
    }
    public void setCurrentRow(Integer currentRow) {
        this.currentRow = currentRow;
    }