摘要: 转载:https://www.dazhuanlan.com/2019/11/30/5de14b06398b8/ 阅读全文
posted @ 2021-03-10 12:18 路要一步一步走 阅读(103) 评论(0) 推荐(0)
摘要: 集成方法请看上面的文档,集成后,可以继续阅读本页文档。 1. 继承通用的Mapper<T>,必须指定泛型<T> 例如下面的例子: public interface UserInfoMapper extends Mapper<UserInfo> { //其他必须手写的接口... } 一旦继承了Mapp 阅读全文
posted @ 2021-03-10 10:49 路要一步一步走 阅读(3942) 评论(0) 推荐(0)
摘要: 转载:https://blog.csdn.net/coding1994/article/details/79597057 阅读全文
posted @ 2021-03-10 10:47 路要一步一步走 阅读(166) 评论(0) 推荐(0)