自动化立体仓库 - WMS系统
lsh
2025-05-26 d61d4384e19580a32becb54e8e7f2287bed5469a
src/main/java/com/zy/asrs/entity/TestMast.java
@@ -101,15 +101,15 @@
        if (null == this.status){ return null; }
        switch (this.status){
            case 0:
                return "暂停";
                return "空闲";
            case 1:
                return "待测";
            case 2:
                return "复核中";
            case 3:
                return "测试中";
            case 4:
            case 3:
                return "完成";
            case 4:
                return "失败";
            case 5:
                return "已移库";
            default: