自动化立体仓库 - WMS系统
chen.llin
2026-01-01 103c4983ced0b5d58b84c220ec97867f2d29f524
src/main/java/com/zy/asrs/entity/WrkMast.java
@@ -345,14 +345,17 @@
    }
    public String getCallAgv$() {
        if (this.callAgv == null) {
            return "";
        }
        switch (this.callAgv) {
            case 0: return "未呼叫";
            case 1: return "准备呼叫";
            case 2: return "已呼叫";
            default:
        }
        return "";
    }
    }
    public String getWrkSts$() {
        BasWrkStatusService service = SpringUtils.getBean(BasWrkStatusService.class);