李雨欣 8.26 15:34 测试查询商品全部数据接口
parent
7a13588696
commit
a65b307767
|
@ -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());
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue