1.add userCollectCount in both dto and po

main
Gary 8 months ago
parent 3a901824e8
commit aea4918a18

@ -41,4 +41,7 @@ public class JournalRespDTO implements Serializable {
@ApiModelProperty(value = "期刊总评论数int")
private int totalCommentReplyInt;
@ApiModelProperty(value = "用户收藏数")
private int userCollectCount;
}

@ -100,4 +100,8 @@ public class Journal implements Serializable{
* tag
*/
private String nameChTags;
/**
*
*/
private int userCollectCount;
}

Loading…
Cancel
Save