Skip to content

zentao-api / ModuleActionPagerGetterMap

Interface: ModuleActionPagerGetterMap

从原始响应中提取分页字段时使用的字段映射,值为原始响应中的字段路径(支持 a.b 嵌套)。

Properties

PropertyTypeDescription
pageIDstring当前页码字段路径。
recPerPagestring每页记录数字段路径。
recTotalstring总记录数字段路径。

Released under the MIT License.