Package tk.mybatis.mapper.common
Interface IdsMapper<T>
- Type Parameters:
T- 不能为空
- All Superinterfaces:
DeleteByIdsMapper<T>,SelectByIdsMapper<T>
通用Mapper接口,根据ids操作
- Author:
- liuzh
-
Method Summary
Methods inherited from interface tk.mybatis.mapper.common.ids.DeleteByIdsMapper
deleteByIdsMethods inherited from interface tk.mybatis.mapper.common.ids.SelectByIdsMapper
selectByIds