|
@ -47,7 +47,6 @@ public class KnowledgeArticleDictDO extends UuidIdentityEntity {
|
|
|
private Integer collection;//收藏数量
|
|
|
private Integer fabulous;//点赞数量
|
|
|
|
|
|
@Column(name = "comment_num")
|
|
|
private Integer comment;//评论数量
|
|
|
@Column(name = "is_share")
|
|
|
private Integer share;//分享 数量
|
|
@ -421,7 +420,6 @@ public class KnowledgeArticleDictDO extends UuidIdentityEntity {
|
|
|
this.url = url;
|
|
|
}
|
|
|
|
|
|
@Column(name = "comment_num")
|
|
|
public Integer getComment() {
|
|
|
return comment;
|
|
|
}
|