Interface SelectByIdsMapper<T>

Type Parameters:
T - 泛型
All Known Subinterfaces:
IdsMapper<T>, Mapper<T>

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