自动化立体仓库 - WMS系统
#1
dubin
2025-11-12 9bc4c5f02cc53961725af9683b75899ac22a6720
src/main/java/com/zy/asrs/entity/LocMast.java
@@ -231,15 +231,15 @@
        if (null == this.locType2){ return null; }
        switch (this.locType2){
            case 4:
                return "第一种托盘";
                return "1500*1500*870";
            case 5:
                return "第二种托盘";
                return "1500*1500*1670";
            case 6:
                return "第三种托盘";
                return "2000*1500*2170";
            case 7:
                return "第四种托盘";
                return "2600*1500*660";
            case 8:
                return "第五种托盘";
                return "1300*1500*1460";
            default:
                return String.valueOf(this.locType2);
        }