Interface DeleteByPrimaryKeyMapper<T>

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

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