程序包 tk.mybatis.mapper.common.base
-
接口概要 接口 说明 BaseDeleteMapper<T> 通用Mapper接口,基础删除BaseInsertMapper<T> 通用Mapper接口,基础查询BaseSelectMapper<T> 通用Mapper接口,基础查询BaseUpdateMapper<T> 通用Mapper接口,基础查询
| 接口 | 说明 |
|---|---|
| BaseDeleteMapper<T> |
通用Mapper接口,基础删除
|
| BaseInsertMapper<T> |
通用Mapper接口,基础查询
|
| BaseSelectMapper<T> |
通用Mapper接口,基础查询
|
| BaseUpdateMapper<T> |
通用Mapper接口,基础查询
|