摘要: 1.在自己的service接口中继承IService(mybatis-plus提供的CRUD接口),IService需提供泛型; //这个接口mybatis不能自己实现 public interface AdminService extends IService<Admin> { } 2.实现自己的 阅读全文
posted @ 2021-07-14 15:07 CooperMiNi 阅读(1540) 评论(0) 推荐(0)