Commit dc30bb80 by songyinghui

feature: 子评论参数

parent 1c025291
......@@ -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