自动化立体仓库 - WMS系统
zhangchao
2024-11-15 7c1af4c63e66754f0868c1a501f4895f9cbc9213
src/main/java/com/zy/asrs/entity/RowLastno.java
@@ -154,19 +154,19 @@
        this.currentRow = currentRow;
    }
    public Integer getSRow() {
    public Integer getsRow() {
        return sRow;
    }
    public void setSRow(Integer sRow) {
    public void setsRow(Integer sRow) {
        this.sRow = sRow;
    }
    public Integer getERow() {
    public Integer geteRow() {
        return eRow;
    }
    public void setERow(Integer eRow) {
    public void seteRow(Integer eRow) {
        this.eRow = eRow;
    }