自动化立体仓库 - WMS系统
#1
dubin
2025-11-12 9bc4c5f02cc53961725af9683b75899ac22a6720
src/main/java/com/zy/asrs/entity/LocMast.java
@@ -230,12 +230,16 @@
    public String getLocType2$() {
        if (null == this.locType2){ return null; }
        switch (this.locType2){
            case 0:
                return "未知";
            case 1:
                return "窄库位";
            case 2:
                return "宽库位";
            case 4:
                return "1500*1500*870";
            case 5:
                return "1500*1500*1670";
            case 6:
                return "2000*1500*2170";
            case 7:
                return "2600*1500*660";
            case 8:
                return "1300*1500*1460";
            default:
                return String.valueOf(this.locType2);
        }