自动化立体仓库 - WMS系统
skyouc
5 天以前 de8a641769b80abca23a344b521bcdfe0dbca31f
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;
    }