v3.6.0发布

This commit is contained in:
xiongxiaoyang
2021-08-17 21:07:33 +08:00
parent e7897c988a
commit 80b393fdda
7 changed files with 53 additions and 53 deletions

View File

@@ -101,6 +101,7 @@ public interface BookService {
* @param bookIndexId 目录ID
* @return 书籍内容
* */
@Deprecated
BookContent queryBookContent(Long bookIndexId);
/**