MyBatisplus 使用IPage和Page分页
摘要:@RequestMapping(value = "/cityList",method = RequestMethod.POST) public ResponseVo<IPage<GovernanceRegulationClosePo>> querySearchCityDataList(@Reques
阅读全文
posted @
2020-03-25 09:41
西门夜说
阅读(85687)
推荐(0)
MybatisPlus 基本增删改查和条件构造器删改查
摘要:数据库: 依赖: <dependencies> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus</artifactId> <version>2.3</version> </dependency> <!--ju
阅读全文
posted @
2020-02-06 22:30
西门夜说
阅读(8391)
推荐(0)