自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-11-03 d24ba14f1f526cf8d2a68777d684988ab46fbdc3
src/main/java/com/zy/asrs/entity/LocMast.java
@@ -295,4 +295,15 @@
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.errorTime);
    }
    public String getFrozen$() {
        if (null == this.frozen){ return null; }
        switch (this.frozen){
            case 0:
                return "";
            case 1:
                return "已冻结";
            default:
                return null;
        }
    }
}