自动化立体仓库 - WMS系统
#
18516761980
2022-10-06 f548bd5e0c9e73f56fffa528ef14d92599a71cce
src/main/java/com/zy/asrs/entity/LocMast.java
@@ -191,6 +191,9 @@
    @TableField("pack_status")
    private Integer packStatus;
    @ApiModelProperty(value= "通道")
    private Integer channel;
    public String getWhsType$(){
        BasWhsService service = SpringUtils.getBean(BasWhsService.class);
@@ -230,9 +233,9 @@
            case 0:
                return "未知";
            case 1:
                return "低库位";
                return "测试库位";
            case 2:
                return "高库位";
                return "静置库位";
            default:
                return String.valueOf(this.locType1);
        }
@@ -242,11 +245,19 @@
        if (null == this.locType2){ return null; }
        switch (this.locType2){
            case 0:
                return "未知";
                return "";
            case 1:
                return "窄库位";
                return "1号";
            case 2:
                return "宽库位";
                return "2号";
            case 3:
                return "3号";
            case 4:
                return "4号";
            case 5:
                return "5号";
            case 6:
                return "6号";
            default:
                return String.valueOf(this.locType2);
        }