We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
검색 결과 시 출력되는 데이터는 아래와 같았는데, { "companyName": "우리은행", "productName": "협약금리 外 신용대출상품", "productTypeName": "마이너스한도대출", "interestRateAvg": 6.9, "interestType": "대출금리", "favorite": false, }
상품의 id 도 필요하다는 요청이 있어서 dto 및 service 수정함.
{ "companyName": "우리은행", "productName": "협약금리 外 신용대출상품", "productTypeName": "마이너스한도대출", "interestRateAvg": 6.9, "interestType": "대출금리", "favorite": false, "productId": "00100012" }
The text was updated successfully, but these errors were encountered:
Feat: fastcampus-mini#42 - 검색 결과 항목 추가
361b7d0
상품의 id 도 보내줄 수 있도록 추가함.
Merge pull request #43 from devSojoong/feature/#42-검색결과항목추가
5484f8d
Feat: #42 - 검색 결과 항목 추가
devSojoong
No branches or pull requests
Description
검색 결과 시 출력되는 데이터는 아래와 같았는데,
{
"companyName": "우리은행",
"productName": "협약금리 外 신용대출상품",
"productTypeName": "마이너스한도대출",
"interestRateAvg": 6.9,
"interestType": "대출금리",
"favorite": false,
}
상품의 id 도 필요하다는 요청이 있어서 dto 및 service 수정함.
Tasks
References
The text was updated successfully, but these errors were encountered: