自动化立体仓库 - WMS系统
pang.jiabao
2025-04-09 9149e4b2327bad321c74183f1e80f9c7b3e1e1ee
src/main/java/com/zy/asrs/entity/Tag.java
@@ -261,7 +261,7 @@
            case 2:
                return "袋装";
            case 0:
                return "其他";
                return "Другое";
            default:
                return String.valueOf(this.type);
        }
@@ -327,9 +327,9 @@
        if (null == this.status){ return null; }
        switch (this.status){
            case 1:
                return "正常";
                return "Нормально";
            case 0:
                return "禁用";
                return "Заблокировано";
            default:
                return String.valueOf(this.status);
        }