自动化立体仓库 - WMS系统
pang.jiabao
2024-10-24 ef19ce2bc384c00b590ebdbd4e8c14ebfa9f0188
src/main/java/com/zy/asrs/entity/LocDetl.java
@@ -128,7 +128,7 @@
    @TableField("dead_time")
    private String deadTime;
    @ApiModelProperty(value= "预警天数")
    @ApiModelProperty(value= "理货标识 0未理货,1理货中,2理货完成")
    @TableField("dead_warn")
    private Integer deadWarn;
@@ -188,6 +188,20 @@
        }
    }
    public String getDeadWarn$(){
        if (null == this.deadWarn){ return "未理货"; }
        switch (this.deadWarn){
            case 0:
                return "未理货";
            case 1:
                return "理货中";
            case 2:
                return "已理货";
            default:
                return String.valueOf(this.beBatch);
        }
    }
    public String getSource$(){
        if (null == this.source){ return null; }
        switch (this.source){