跳到主要内容

IPaginationResult interface

Signature:

interface IPaginationResult<T> 

Properties

Property

Modifiers

Type

Description

count

number

当前页总数

hasMore

boolean

是否还有下一页

result

T[]

查询的结果

totalCount

number

查询总数