Interface BasicUpdateMapper<T>

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

public interface BasicUpdateMapper<T> extends UpdateByPrimaryKeyMapper<T>, UpdateByPrimaryKeySelectiveMapper<T>
通用Mapper接口,基础查询
Since:
Java 17+
Author:
Kimi Liu