Commit 684ff11f authored by 王飞's avatar 王飞

Feat

1、测试MR2。

Reference N/A
parent 82ee5644
......@@ -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