Skip to content

Commit

Permalink
Feat: fastcampus-mini#59 - 상품 리스트 DTO 변수명 통일
Browse files Browse the repository at this point in the history
검색 리스트 시 출력되는 데이터와 추천 상품 리스트 데이터의 변수명이 일치하지 않는 부분이 있어 수정.
  • Loading branch information
devSojoong committed Feb 24, 2023
1 parent b6c56e4 commit f906cb2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ public class MainListResponseDTO {
private String companyName; // 은행
private String productName; // 대출 상품
private String productTypeName; // 대출 종류
private Double interestRateAvg; // 평균 금리
private String interestType; // 금리 유형
private Double avgInterest; // 평균 금리
private String optionsInterestType; // 금리 유형
private boolean favorite; // 관심상품 등록 여부
private String productId; // 상품 id

Expand Down

0 comments on commit f906cb2

Please sign in to comment.