接口 IdListMapper<T,PK>
-
- 类型参数:
T- 不能为空
- 所有超级接口:
DeleteByIdListMapper<T,PK>,SelectByIdListMapper<T,PK>
public interface IdListMapper<T,PK> extends SelectByIdListMapper<T,PK>, DeleteByIdListMapper<T,PK>
通用Mapper接口,根据idList操作- 作者:
- liuzh
-
-
方法概要
-
从接口继承的方法 tk.mybatis.mapper.additional.idlist.DeleteByIdListMapper
deleteByIdList
-
从接口继承的方法 tk.mybatis.mapper.additional.idlist.SelectByIdListMapper
selectByIdList
-
-