接口 AbstrMapper<T>

类型参数:
T - 实体类型
所有超级接口:
BaseMapper<T>, io.mybatis.provider.EntityInfoMapper<T>, io.mybatis.mapper.base.EntityMapper<T,Serializable>, ExampleMapper<T>

public interface AbstrMapper<T> extends BaseMapper<T>, ExampleMapper<T>
Mapper 基础接口
作者:
virens