接口的使用
tk.mybatis.mapper.common.base.BaseInsertMapper
-
使用BaseInsertMapper的程序包 程序包 说明 tk.mybatis.mapper.common -
-
tk.mybatis.mapper.common中BaseInsertMapper的使用
tk.mybatis.mapper.common中BaseInsertMapper的子接口 修饰符和类型 接口 说明 interfaceBaseMapper<T>通用Mapper接口,其他接口继承该接口即可interfaceMapper<T>通用Mapper接口,其他接口继承该接口即可
-