Skip to content

Commit

Permalink
Merge pull request #60 from devSojoong/feature/#59-상품리스트DTO변수명통일
Browse files Browse the repository at this point in the history
Feat: #59 - 상품 리스트 DTO 변수명 통일
  • Loading branch information
devSojoong authored Feb 24, 2023
2 parents b6c56e4 + f906cb2 commit 66a5239
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 66a5239

Please sign in to comment.