Commit f3a5fd95 by songyinghui

Merge branch 'feature-content4-3' into developer

parents 6f10f999 dc30bb80
......@@ -30,6 +30,11 @@ public class CommentCountQO extends BasePageInfo {
private String clerkId;
/**
* 评论ID (查询子评论使用)取parentContentMaterialCommentId字段,如果有就传,没有就取contentMaterialCommentId
*/
private String contentMaterialCommentId;
/**
* 滚动查询,评论ID
*/
private Long nextContentMaterialCommentId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment