1
zj
2026-01-14 382483cf1ceb3104f243e459708d10fbf2dbcb9b
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);