puzhibing
2024-12-04 2c249b86e922aef7397dc496fe5bbd84730b0772
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/service/ShopService.java
@@ -5,6 +5,7 @@
import com.ruoyi.other.vo.NearbyShopVO;
import com.ruoyi.other.vo.ShopDetailVO;
import java.math.BigDecimal;
import java.util.List;
/**
@@ -19,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);
}