zyy
2025-07-16 37c4b8d314a93ac866a7886b262346ff8810dc3e
src/main/java/com/nq/Repository/ExchangeRateRepository.java
@@ -5,7 +5,7 @@
import java.util.Optional;
public interface ExchangeRateRepository extends JpaRepository<ExchangeRate, Long> {
public interface ExchangeRateRepository extends JpaRepository<ExchangeRate, Integer> {
    Optional<ExchangeRate> findExchangeRateByCurrencyAndConversionCurrency(String currency, String conversionCurrency);