李雨欣 8.26 15:34 测试查询商品全部数据接口

master
liyuxin 2024-08-26 20:22:27 +08:00
parent 7a13588696
commit a65b307767
1 changed files with 0 additions and 9 deletions

View File

@ -42,15 +42,6 @@ public class ProductController {
return Result.success(productService.findByproductList(productListResp)); return Result.success(productService.findByproductList(productListResp));
} }
/**
*
* @return
*/
@RequestMapping(path = "/productList",method = RequestMethod.GET)
@Operation(summary = "查询所有商品信息",description = "查询所有商品信息")
public Result<List<Product>> findByproductList(){
return Result.success(productService.findProductList());
}
/** /**