Skip to content

Commit

Permalink
refactor: 응답 필드명을 수정한다. (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
pushedrumex authored Nov 8, 2023
1 parent 76acb49 commit a502325
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ public record FindApplicantsApprovedResponse(
private record FindApplicant(
Long volunteerId,
Long applicantId,
String name,
LocalDate birthDate,
String gender,
String phoneNumber,
boolean attendance
String volunteerName,
LocalDate volunteerBirthDate,
String volunteerGender,
String volunteerPhoneNumber,
boolean volunteerAttendance
) {

private static FindApplicant from(Applicant applicant) {
Expand Down

0 comments on commit a502325

Please sign in to comment.