自动化立体仓库 - WMS系统
whycq
2023-07-24 b7e08df5a07b3fa832a46ecc31983e16f2bccc8c
src/main/java/com/zy/asrs/entity/WrkDetl.java
@@ -53,7 +53,10 @@
    @ApiModelProperty(value= "颜色")
    private String color;
    @ApiModelProperty(value= "单重")
    @ApiModelProperty(value= "批号")
    private String supplier;
    @ApiModelProperty(value= "每箱重量(KG)")
    private Double weight;
    /**
@@ -138,6 +141,65 @@
    @TableField(exist = false)
    private String locNo;
    /**
     * 总数量
     */
    @ApiModelProperty(value= "总数量")
    @TableField("all_qty")
    private Double allQty;
    /**
     * 总重
     */
    @ApiModelProperty(value= "总重量")
    @TableField("all_weight")
    private Double allWeight;
    @ApiModelProperty(value= "来源")
    @TableField("source")
    private String source;
    @ApiModelProperty(value= "供应商")
    @TableField("vendor")
    private String vendor;
    @ApiModelProperty(value= "每箱数量")
    @TableField("qty_box")
    private Double qtyBox;
    /**
     * 客户名称
     */
    @ApiModelProperty(value= "客户名称")
    private String str3;
    /**
     * 项目信息
     */
    @ApiModelProperty(value= "项目信息")
    private String str4;
    /**
     * 类别
     */
    @ApiModelProperty(value= "类别")
    private String str5;
    public String getStr5$(){
        if (Cools.isEmpty(this.str5) ){
            return "";
        }
        if (this.str5.equals("1")){
            return "原材料";
        }
        if (this.str5.equals("2")){
            return "成品";
        }
        if (this.str5.equals("3")){
            return "半成品";
        }
        return "";
    }
    public String getIoTime$(){
        if (Cools.isEmpty(this.ioTime)){
            return "";