|
@@ -43,6 +43,7 @@ public class MaterialTagInfo {
|
|
|
this.tagCode = tagInfo.getTagCode();
|
|
|
this.tagName = tagInfo.getTagName();
|
|
|
this.userId = userId;
|
|
|
+ this.categoryId = tagInfo.getTagCategoryId();
|
|
|
this.createTime = new Date();
|
|
|
this.updateTime = new Date();
|
|
|
}
|