Interface BasicDeleteMapper<T>

Type Parameters:
T - 泛型
All Superinterfaces:
DeleteByPrimaryKeyMapper<T>, DeleteMapper<T>
All Known Subinterfaces:
BasicMapper<T>, Mapper<T>

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