| | |
| | | |
| | | 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); |
| | | |
| | |
| | | |
| | | boolean updateDeliveryFee(Long storeId, BigDecimal deliveryFee, Long version); |
| | | |
| | | boolean updatePackagingFee(Long storeId, BigDecimal packagingFee, Long version); |
| | | |
| | | boolean updateStatus(Long storeId, Integer status, Long version); |
| | | |
| | | boolean existsByIdAndMerchantId(Long storeId, Long merchantId); |