自动化立体仓库 - WMS系统
whycq
2023-07-24 b7e08df5a07b3fa832a46ecc31983e16f2bccc8c
src/main/java/com/zy/asrs/entity/WrkDetlLog.java
@@ -159,7 +159,40 @@
    @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 "";