Interface MySqlMapper<T>

Type Parameters:
T - 泛型
All Superinterfaces:
InsertListMapper<T>, InsertUseGeneratedKeysMapper<T>

public interface MySqlMapper<T> extends InsertListMapper<T>, InsertUseGeneratedKeysMapper<T>
通用Mapper接口,MySql独有的通用方法
Since:
Java 17+
Author:
Kimi Liu