自动化立体仓库 - WMS系统
skyouc
23 小时以前 afe9f011522d1511019fe4e0471c686438845e11
src/main/java/com/zy/asrs/entity/WaitPakinLog.java
@@ -38,6 +38,10 @@
    @ApiModelProperty(value= "商品名称")
    private String maktx;
    @ApiModelProperty("组托类型")
    @TableField("type")
    private String type;
    @ApiModelProperty(value= "批号")
    private String batch;
@@ -222,6 +226,19 @@
        }
    }
    public String getType$(){
        if (null == this.type){ return null; }
        switch (this.type){
            case "1":
                return "AGV组托";
            case "0":
                return "堆垛机组托";
            default:
                return "堆垛机组托";
        }
    }
    public String getInspect$(){
        if (null == this.inspect){ return null; }
        switch (this.inspect){