Uses of Class
top.tangyh.basic.base.request.PageParams
Packages that use PageParams
-
Uses of PageParams in top.tangyh.basic.base.controller
Methods in top.tangyh.basic.base.controller with parameters of type PageParamsModifier and TypeMethodDescriptionvoidSuperExcelController.exportExcel(PageParams<PageQuery> params, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) 导出ExcelList<?>SuperExcelController.findExportList(PageParams<PageQuery> params) 查询待导出的数据, 子类可以重写default voidPageController.handlerQueryParams(PageParams<PageQuery> params) 处理查询参数PageController.handlerWrapper(Entity model, PageParams<PageQuery> params) 处理对象中的非空参数和扩展字段中的区间参数,可以覆盖后处理组装查询条件PageController.page(PageParams<PageQuery> params) 分页查询default com.baomidou.mybatisplus.core.metadata.IPage<Entity>PageController.query(PageParams<PageQuery> params) 执行分页查询 -
Uses of PageParams in top.tangyh.basic.base.request
Methods in top.tangyh.basic.base.request that return PageParamsModifier and TypeMethodDescriptionMethods in top.tangyh.basic.base.request with parameters of type PageParamsModifier and TypeMethodDescriptionstatic <T> voidPageUtil.timeRange(PageParams<T> params) 重置时间区间参数