摘要: //查询所有 List<PmsProduct> list1 = pmsProductService.list(new QueryWrapper<PmsProduct>()); 1 //根据条件查询 eq List<PmsProduct> list2 = pmsProductService.list( 阅读全文
posted @ 2021-06-22 13:20 litf 阅读(475) 评论(0) 推荐(0)