关联书
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user