关联书

This commit is contained in:
wangjinlei
2024-01-04 10:32:34 +08:00
parent 62bc356219
commit 812ee419ba
4 changed files with 23 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ import com.peanut.common.utils.PageUtils;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.peanut.modules.book.entity.BookEntity;
import java.awt.print.Book;
import java.util.List;
import java.util.Map;
@@ -43,7 +44,7 @@ public interface BookService extends IService<BookEntity> {
Page<BookEntity> getUserClockBooks(Integer userId, Integer limit, Integer page);
List<BookEntity> getAncientBooks();
Page<BookEntity> getUserClockBestBooks(Integer userId, Integer limit, Integer page);
}