-- 新版提交
This commit is contained in:
@@ -6,6 +6,7 @@ import com.peanut.modules.book.entity.BookChapterEntity;
|
||||
import org.springframework.web.multipart.MultipartFile;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
@@ -19,5 +20,9 @@ public interface BookChapterService extends IService<BookChapterEntity> {
|
||||
|
||||
PageUtils queryPage(Map<String, Object> params);
|
||||
|
||||
PageUtils queryPage1(Map<String, Object> params);
|
||||
|
||||
// List<BookChapterEntity> getUse(Integer userId);
|
||||
List<BookChapterEntity> getUserBookChapter(Integer userId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user