Interface UpdateByPrimaryKeyMapper<T>

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

public interface UpdateByPrimaryKeyMapper<T>
通用Mapper接口,更新
Since:
Java 17+
Author:
Kimi Liu