- MybatisPageResult<T> - top.lshaci.framework.mybatis.model中的类
-
Page query result
- MybatisPageResult(int, int) - 类 的构造器top.lshaci.framework.mybatis.model.MybatisPageResult
-
Constructs a new page result with the current page number and page size
- MybatisPageResult(int, int, int) - 类 的构造器top.lshaci.framework.mybatis.model.MybatisPageResult
-
Constructs a new page result with the current page number, page size, data total
- MybatisPageResult(int, int, int, List<T>) - 类 的构造器top.lshaci.framework.mybatis.model.MybatisPageResult
-
Constructs a new page result with the current page number, page size, data total, datas
- MybatisPageResult(IPage<T>) - 类 的构造器top.lshaci.framework.mybatis.model.MybatisPageResult
-
Constructs a new page result with the page helper result
- MybatisPlusConfig - top.lshaci.framework.mybatis.config中的类
-
Mybatis plus config
- MybatisPlusConfig() - 类 的构造器top.lshaci.framework.mybatis.config.MybatisPlusConfig
-