luodangjia
2025-01-17 b0cc9bd3619e69fa4c8bbdedebb56435cfd74a8f
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();
}