Interface PageableService<T>

Type Parameters:
T - 数据类型
All Known Subinterfaces:
BaseService<T,P>
All Known Implementing Classes:
AbstractEntityService

public interface PageableService<T>
可分页实体服务
Since:
2025-05-14 17:30
Author:
夜雨
  • Method Summary

    Modifier and Type
    Method
    Description
    page(Page<T> page)
    分页查询
  • Method Details

    • page

      PageResult<T> page(Page<T> page)
      分页查询
      Parameters:
      page - 页面查询参数
      Returns:
      查询页面结果