luodangjia
2024-12-05 c8fbd36e4c1e2cae4751b8130d62621e9f08beb7
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/service/GoodsService.java
@@ -19,4 +19,6 @@
    List<GoodsVO> goodsList(Goods goods);
    GoodsVO goodsDetail(Long goodsId);
    List<Goods> getGoodsListByShopId(Integer shopId);
}