1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-21 01:10:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

用户收藏列表后端完成

This commit is contained in:
2022-04-07 10:38:25 +08:00
parent 1d93ade6ff
commit af88f65679
5 changed files with 68 additions and 7 deletions

View File

@@ -79,4 +79,11 @@ public interface BookDOMapper {
* @mbg.generated
*/
int updateByPrimaryKey(BookDO record);
/**
* 通过用户id获取用户收藏书籍列表
* @param userId
* @return
*/
BookDO[] selectFavoritesListByUserId(Integer userId);
}