#
luxiaotao1123
2021-09-28 1d8f4f462fc4be2437dbfa7ad9b5b503019a1193
src/main/java/zy/cloud/wms/manager/entity/Mat.java
@@ -173,6 +173,50 @@
    @ApiModelProperty(value= "备注")
    private String memo;
    public MatCode beMatCode() {
        Date date = new Date();
        return new MatCode(
                this.matnr,
            null,    // 条码
            this.maktx,    // 商品名称
            this.unit,    // 物料单位
            this.specs,    // 规格
            null,    //
            null,    //
            null,    //
            null,    //
            null,    //
            null,    //
            null,    //
            null,    //
            null,    //
            null,    //
            null,    //
            null,    //
            null,    //
            null,    //
            null,    //
            null,    //
            null,    //
            null,    //
            null,    //
            null,    //
            null,    //
            null,    //
            null,    //
            null,    //
            null,    //
            null,    //
            null,    //
            null,    //
            null,    // 创建者
            null,    // 添加时间
            null,    // 修改人员
            date,    // 修改时间
            null    //
        );
    }
    public Mat() {}
    public Mat(String uuid,Long nodeId,Long tagId,String matnr,String maktx,String name,String specs,String model,String batch,String unit,String barcode,Long docId,String docNum,String custName,Integer itemNum,Integer count,Double weight,Integer status,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) {