Pu Zhibing
2025-01-13 b576d6c3f90817ba2ab1bda2dabd94bf1031a961
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/GoodsClient.java
@@ -48,4 +48,12 @@
    */
   @PostMapping("/goods/editGoods")
   R editGoodsList(@RequestBody List<Goods> goods);
   /**
    * 获取所有商品
    * @return
    */
   @PostMapping("/goods/getAllGoods")
   R<List<Goods>> getAllGoods();
}