| 程序包 | 说明 |
|---|---|
| com.github.sparkzxl.database.base.controller |
| 限定符和类型 | 方法和说明 |
|---|---|
default void |
CurdController.handlerQueryParams(PageParams<QueryDTO> params)
处理参数
|
default com.baomidou.mybatisplus.core.conditions.query.QueryWrapper<Entity> |
CurdController.handlerWrapper(Entity model,
PageParams<QueryDTO> params)
条件构造
|
default com.github.pagehelper.PageInfo<?> |
CurdController.page(PageParams<QueryDTO> params)
分页查询
|
default com.github.pagehelper.PageInfo<?> |
CurdController.query(PageParams<QueryDTO> params)
执行查询
可以覆盖后重写查询逻辑
|
Copyright © 2022. All rights reserved.