Interface DeleteByIdsMapper<T>

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

public interface DeleteByIdsMapper<T>
通用Mapper接口,根据ids删除
Since:
Java 17+
Author:
Kimi Liu