|
@@ -198,5 +198,10 @@ public class CommunityArticle implements Serializable {
|
|
@ApiModelProperty("父文章id(编辑文章,草稿箱来源)")
|
|
@ApiModelProperty("父文章id(编辑文章,草稿箱来源)")
|
|
private Long parentId;
|
|
private Long parentId;
|
|
|
|
|
|
-
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 父文章id(编辑文章,草稿箱来源)
|
|
|
|
+ */
|
|
|
|
+ @ApiModelProperty("文章at")
|
|
|
|
+ @TableField(exist = false)
|
|
|
|
+ private List<Long> atUserIds;
|
|
}
|
|
}
|