Interface InsertMapper<T>

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

public interface InsertMapper<T>
通用Mapper接口,插入
Since:
Java 17+
Author:
Kimi Liu