Interface IdListMapper<T,PK>

Type Parameters:
T - 不能为空
All Superinterfaces:
DeleteByIdListMapper<T,PK>, SelectByIdListMapper<T,PK>

public interface IdListMapper<T,PK> extends SelectByIdListMapper<T,PK>, DeleteByIdListMapper<T,PK>
通用Mapper接口,根据idList操作
Author:
liuzh