mirror of
https://github.com/201206030/novel-plus.git
synced 2025-06-24 12:46:38 +00:00
上传代码
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
package com.java2nb.novel.mapper;
|
||||
|
||||
import com.java2nb.novel.vo.BookShelfVO;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author Administrator
|
||||
*/
|
||||
public interface FrontUserBookshelfMapper extends UserBookshelfMapper {
|
||||
|
||||
List<BookShelfVO> listBookShelf(@Param("userId") Long userId);
|
||||
|
||||
}
|
Reference in New Issue
Block a user