自动化立体仓库 - WMS系统
#
wang..123
2022-02-21 d385e17d9c172c7659b252c538b45e7091c9de24
src/main/java/com/zy/asrs/entity/PltBarcode.java
@@ -204,6 +204,39 @@
    @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 PltBarcode() {}
    public PltBarcode(String barcode,Double allQty,Double qtyBox,String source,String supplier,String vendor,Double allWeight,String billNo,Integer seqNo,Integer billType,String matNo,String matName,Double qty,String locNo,String specs,String unit,String size,String color,Double weight,String memo,Integer linkErp,Integer ioStatus,Date ioTime,Long modiUser,Date modiTime,Long appeUser,Date appeTime) {