ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/service/GoodsService.java
@@ -5,6 +5,7 @@ import com.baomidou.mybatisplus.extension.service.IService; import com.ruoyi.common.core.web.page.PageInfo; import com.ruoyi.other.api.domain.Goods; import com.ruoyi.other.dto.AddGoodsDTO; import com.ruoyi.other.vo.GoodsVO; import java.util.List; @@ -21,7 +22,7 @@ PageInfo<GoodsVO> goodsList(Goods goods); GoodsVO goodsDetail(Long goodsId, Integer shopId, String longitude, String latitude); GoodsVO goodsDetail(Long goodsId); List<GoodsVO> getGoodsListByShopId(PageInfo<GoodsVO> pageInfo, Integer shopId);