接口 IdsMapper<T>
-
- 类型参数:
T- 不能为空
- 所有超级接口:
DeleteByIdsMapper<T>,SelectByIdsMapper<T>
public interface IdsMapper<T> extends SelectByIdsMapper<T>, DeleteByIdsMapper<T>
通用Mapper接口,根据ids操作- 作者:
- liuzh
-
-
方法概要
-
从接口继承的方法 tk.mybatis.mapper.common.ids.DeleteByIdsMapper
deleteByIds
-
从接口继承的方法 tk.mybatis.mapper.common.ids.SelectByIdsMapper
selectByIds
-
-