pageSize property

int? pageSize
getter/setter pair

设置每页容量,允许设置区间为0-100,默认为10条

Implementation

int? pageSize;