#IPage

UIPageControl

 UIPageControl *_page; #pragmamark 添加分页指示器-(void)addPageControl{   CGSize size= self.view.frame.size;//DCJ新特性这个类的视图...
代码星球 代码星球·2020-09-10

MyBatisplus 使用IPage和Page分页

@RequestMapping(value="/cityList",method=RequestMethod.POST)publicResponseVo<IPage<GovernanceRegulationClosePo>>querySearchCityDataList(@RequestBody...