Interface IdListMapper<T,PK>

Type Parameters:
T - 泛型
PK - 主键
All Superinterfaces:
DeleteByIdListMapper<T,PK>, SelectByIdListMapper<T,PK>

public interface IdListMapper<T,PK> extends SelectByIdListMapper<T,PK>, DeleteByIdListMapper<T,PK>
通用Mapper接口,根据idList操作
Since:
Java 17+
Author:
Kimi Liu