自动化立体仓库 - WMS系统
skyouc
3 天以前 34aa40fffdda9155e77a7991ca8c7691102bb0b8
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;
@@ -196,6 +200,19 @@
    @TableField("box_type3")
    private String boxType3 = "1";
    @ApiModelProperty("破损数")
    @TableField("adjust_qty")
    private Double adjustQty;
    @ApiModelProperty("上架数")
    @TableField("work_qty")
    private Double workQty;
    @ApiModelProperty("差异数")
    @TableField("splus_qty")
    private Double splusQty;
    public String getBeBatch$(){
        if (null == this.beBatch){ return null; }
        switch (this.beBatch){
@@ -222,6 +239,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){