phpcjl
2024-12-05 7a753e385a87a475e10c488f918c7483635a9a90
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/service/ShopService.java
@@ -1,11 +1,11 @@
package com.ruoyi.other.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.other.api.domain.Goods;
import com.ruoyi.other.api.domain.Shop;
import com.ruoyi.other.vo.NearbyShopVO;
import com.ruoyi.other.vo.ShopDetailVO;
import java.math.BigDecimal;
import java.util.List;
/**
@@ -20,5 +20,5 @@
    List<NearbyShopVO> nearbyShopList(String longitude, String latitude);
    ShopDetailVO getShopDetail(Integer shopId,String longitude, String latitude);
    ShopDetailVO getShopDetail(Integer shopId, BigDecimal longitude, BigDecimal latitude);
}