自动化立体仓库 - WMS系统
lty
2026-01-21 223ce7dcb236cad6679275d8941e1a909f8a1efc
src/main/java/com/zy/asrs/entity/ViewLocMapDto.java
@@ -17,6 +17,7 @@
    private String color = "#666";
    private Integer row1;
    private Integer lev1;
    private Short locType2;
    public ViewLocMapDto() {
    }
@@ -25,6 +26,14 @@
        this.locNo = locNo;
        this.bay1 = bay1;
        this.locSts = locSts;
    }
    public Short getLocType2() {
        return locType2;
    }
    public void setLocType2(Short locType2) {
        this.locType2 = locType2;
    }
    public String getLocNo() {
@@ -112,4 +121,5 @@
    public void setColor(String color) {
        this.color = color;
    }
}