1
zj
2026-01-14 5bb6f5a1c9c50e0d432add93a98626a66145b0ee
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);