-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
✨ [Feature] 결과 message 조회 api #796
The head ref may contain hidden characters: "566-feature-\uACB0\uACFC-message-\uC870\uD68C-api"
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## recruit-dev #796 +/- ##
==============================================
Coverage 75.08% 75.08%
Complexity 1078 1078
==============================================
Files 365 365
Lines 4792 4792
Branches 396 396
==============================================
Hits 3598 3598
- Misses 1015 1016 +1
+ Partials 179 178 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MapStruct... 좋은 거 배워갑니다
@Mapper | ||
public interface GetRecruitmentResultMessageResponseDtoMapper { | ||
GetRecruitmentResultMessageResponseDtoMapper INSTANCE = Mappers.getMapper( | ||
GetRecruitmentResultMessageResponseDtoMapper.class); | ||
|
||
@Mapping(source = "id", target = "messageId") | ||
@Mapping(source = "content", target = "message") | ||
GetRecruitmentResultMessageResponseDto entityToDto(ResultMessage dto); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ㄷㄷㄷㄷㄷㄷㄷ.... 와우....
📌 개요
💻 작업사항
💡Issue 번호