Skip to content

Commit

Permalink
🔗 :: (#798) 겨울인턴 여부 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
4mjeo authored Oct 26, 2024
2 parents 9206ff1 + 1fe79f3 commit 6e5a209
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public class QueryRecruitmentDetailResponse {
private final Boolean isApplicable;
private final boolean isBookmarked;
private final Boolean hireConvertible;
private final boolean winterIntern;

public static QueryRecruitmentDetailResponse of(
RecruitmentDetailVO recruitmentDetail, List<RecruitAreaResponse> recruitAreas,
Expand Down Expand Up @@ -64,6 +65,7 @@ public static QueryRecruitmentDetailResponse of(
.isApplicable(isApplicable)
.isBookmarked(recruitmentDetail.isBookmarked())
.hireConvertible(recruitmentDetail.getHireConvertible())
.winterIntern(recruitmentDetail.isWinterIntern())
.build();
}
}

0 comments on commit 6e5a209

Please sign in to comment.