自动化立体仓库 - WMS系统
skyouc
昨天 91aa478d200d53ecf5e3032ce7f7e026a218e526
src/main/java/com/zy/asrs/entity/BasContainer.java
@@ -60,7 +60,6 @@
        this.barcode = barcode;
    }
    public String getType$() {
        if (Cools.isEmpty(type)) {
            return "料箱";
@@ -71,6 +70,8 @@
            return ContainerType.CONTAINER_TYPE_SALVER.desc;
        } else if (type.equals(ContainerType.CONTAINER_TYPE_CAGE.type)) {
            return ContainerType.CONTAINER_TYPE_CAGE.desc;
        } else if (type.equals(ContainerType.CONTAINER_TYPE_CAR.type)) {
            return ContainerType.CONTAINER_TYPE_CAR.desc;
        }
        return null;
    }
@@ -83,7 +84,7 @@
            return CommonEnum.COMMON_ENUM_N.desc;
        } else if (flagMix.equals(CommonEnum.COMMON_ENUM_Y.type)) {
            return CommonEnum.COMMON_ENUM_Y.desc;
        }
        }
        return null;
    }