cursor property

String? cursor
getter/setter pair

查询游标,下次查询的起始位置,第一页设置为null,查询下一页是传入上一页返回的cursor

Implementation

String? cursor;