Commit d381f419 authored by 王飞's avatar 王飞

Merge branch 'wangfei' into 'dev'

Feat

See merge request !2
parents 58c602b3 684ff11f
......@@ -18,7 +18,7 @@ import java.util.List;
*/
@Repository
public interface BookMapper extends BaseMapper<Book> {
List<Book> selectBookList(@Param("book") Book book);
List<Book> selectBookList(Book book);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment