This commit is contained in:
yc13649764453
2023-09-19 15:00:15 +08:00
parent 9ada233eb7
commit 5a43a5020b
21 changed files with 745 additions and 582 deletions

View File

@@ -36,6 +36,6 @@ public interface BookService extends IService<BookEntity> {
boolean getWordSection (Integer bookId);
PageUtils queryPagebooks(Map<String, Object> params);
}