mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-21 01:10:39 +08:00
用户收藏列表后端完成
This commit is contained in:
@@ -79,4 +79,11 @@ public interface BookDOMapper {
|
||||
* @mbg.generated
|
||||
*/
|
||||
int updateByPrimaryKey(BookDO record);
|
||||
|
||||
/**
|
||||
* 通过用户id获取用户收藏书籍列表
|
||||
* @param userId
|
||||
* @return
|
||||
*/
|
||||
BookDO[] selectFavoritesListByUserId(Integer userId);
|
||||
}
|
Reference in New Issue
Block a user