跳到主要内容

IPaginationResult 接口

interface IPaginationResult<T> 

属性

count

count: number;

当前页总数

hasMore

hasMore: boolean;

是否还有下一页

result

result: T[];

查询的结果

totalCount

totalCount: number;

查询总数