关联书
This commit is contained in:
@@ -284,6 +284,7 @@ public class BookController {
|
||||
* 获取全部古籍书
|
||||
* @return
|
||||
*/
|
||||
@RequestMapping("/getAncientBooks")
|
||||
public R getAncientBooks(){
|
||||
List<BookEntity> ancientBooks = bookService.getAncientBooks();
|
||||
return R.ok().put("books",ancientBooks);
|
||||
|
||||
Reference in New Issue
Block a user