xin
2025-09-22 6681b64ff05626c6f10ad69e49a87c3969b72bb8
oying-system/src/main/java/com/oying/modules/pc/store/service/StoreService.java
@@ -50,7 +50,7 @@
    boolean updateContactPhone(Long storeId, String contactPhone, Long version);
    boolean updateAddress(Long storeId, String address, Long version);
    boolean updateAddress(Long storeId, String address, Double longitude, Double latitude, Long version);
    boolean updateLocation(Long storeId, Double longitude, Double latitude, Long version);