Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1. 무슨 이유로 코드를 변경했나요?
기존 class형태로 되어있던 응답 Dto를 record 형태로 통일이 필요해서 변경했습니다
2. 어떤 위험이나 장애를 발견했나요?
3. 관련 스크린샷을 첨부해주세요.
4. 완료 사항
요청 및 응답 DTO를 모두 record로 변환하여 코드 간결화 가독성 향상
수정된 DTO 구조에 맞춰 서비스와 컨트롤러를 리팩토링
DTO 필드 접근 방식 변경 getField() → field()
dto 변경 후 테스트 완료
5. 추가 사항