luodangjia
2025-01-14 e9d5d32c7ee67eec2f47ed80fe9aae92a0ce7ec1
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/GoodsClient.java
@@ -55,4 +55,12 @@
    */
   @PutMapping("/goods/editGoodsNum")
    R<Void> editGoodsNum(@RequestParam("goodsId") Integer goodsId, @RequestParam("num") Integer num);
   /**
    * 获取所有商品
    * @return
    */
   @PostMapping("/goods/getAllGoods")
   R<List<Goods>> getAllGoods();
}