bugfix: 补卡,评论区分页
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.peanut.modules.book.vo;
|
||||
|
||||
import com.peanut.common.utils.PageUtils;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.Date;
|
||||
@@ -42,6 +43,6 @@ public class ClockInCommentVo {
|
||||
|
||||
private String puserAvatar;
|
||||
|
||||
private List<ClockInCommentVo> subCommentList;
|
||||
private List<PageUtils> subCommentList;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user