自动化立体仓库 - WMS系统
#
whycq
2022-11-07 c9a26c42ce5cfb9140506655c2a7525d514f9984
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;
        }
    }
}