-- 新版提交
This commit is contained in:
@@ -21,12 +21,21 @@ public interface BookService extends IService<BookEntity> {
|
||||
|
||||
PageUtils getBestBook(Map<String, Object> params);
|
||||
|
||||
PageUtils getbooklist(Map<String, Object> params);
|
||||
|
||||
PageUtils getNewBook(Map<String, Object> params);
|
||||
|
||||
PageUtils getSaleBook(Map<String, Object> params);
|
||||
|
||||
//获取Word电子书章节
|
||||
boolean getWordChapter(Integer bookId);
|
||||
//获取Word电子书章节并按照章节保存内容
|
||||
boolean getWord(Integer bookId);
|
||||
|
||||
//获取Word电子书章按照章节中小节拆分
|
||||
boolean getWordSection (Integer bookId);
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user