06 2021 档案

摘要://查询所有 List<PmsProduct> list1 = pmsProductService.list(new QueryWrapper<PmsProduct>()); 1 //根据条件查询 eq List<PmsProduct> list2 = pmsProductService.list( 阅读全文
posted @ 2021-06-22 13:20 litf 阅读(470) 评论(0) 推荐(0)
摘要:<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> </dependency> */ @Aspect @Component @Slf4j p 阅读全文
posted @ 2021-06-21 18:19 litf 阅读(826) 评论(0) 推荐(0)