bugfix: 补卡,评论区分页

This commit is contained in:
Cauchy
2023-10-22 18:00:14 +08:00
parent f9b852d637
commit 739adb011d
3 changed files with 42 additions and 6 deletions

View File

@@ -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;
}