puzhibing
2024-12-10 0701ecf76dc11d54786690998f0b24fcfbc4bb00
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/service/ShopService.java
@@ -18,7 +18,10 @@
 */
public interface ShopService extends IService<Shop> {
    List<Shop> getShopList(Shop shop);
    List<NearbyShopVO> nearbyShopList(BigDecimal longitude, BigDecimal latitude);
    ShopDetailVO getShopDetail(Integer shopId, BigDecimal longitude, BigDecimal latitude);
}