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