@@ -80,4 +80,6 @@ public class UserComment {
@ApiModelProperty(value = "修改人", position = 11)
@TableField(fill = FieldFill.UPDATE)
private String updateUser;
+
+ private String resourceId;
}
@@ -48,4 +48,5 @@ public class UserCommentAddParam {
@ApiModelProperty(value = "点赞量", position = 7)
private Integer giveNum;
@@ -53,5 +53,6 @@ public class UserCommentEditParam {
/** 点赞量 */