摘要: ##MyBatis-Plus ###用Mybatid-plus实现增删改查 1.将StudentMapper接口继承BaseMapper,将拥有了BaseMapper中的所有方法: public interface StudentMapper extends BaseMapper<Student> 阅读全文
posted @ 2022-05-12 22:21 想吃坚果 阅读(42) 评论(0) 推荐(0)