Interface SelectByIdListMapper<T,PK>

Type Parameters:
T - 泛型
PK - 主键
All Known Subinterfaces:
IdListMapper<T,PK>

public interface SelectByIdListMapper<T,PK>
通用Mapper接口,根据ids查询
Since:
Java 17+
Author:
Kimi Liu