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") @ApiModelProperty(value = "期刊总评论数int")
private int totalCommentReplyInt; private int totalCommentReplyInt;
@ApiModelProperty(value = "用户收藏数")
private int userCollectCount;
} }

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

Loading…
Cancel
Save