com.github.mybatis.mapper.ICrudPaginationMapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-spring-support Show documentation
Show all versions of mybatis-spring-support Show documentation
using mybatis lib, add spring support
The newest version!
package com.github.mybatis.mapper;
/**
* Mapper基类
*/
public interface ICrudPaginationMapper extends ICrudMapper, IPaginationMapper {
}