Skip to content

Commit

Permalink
πŸ›  :: (#600) μ‚¬μš©ν•˜μ§€ μ•ŠλŠ” μ–΄λ…Έν…Œμ΄μ…˜ 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
alsdl0629 committed Mar 22, 2024
1 parent 1ec7fa7 commit 8113eee
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,16 @@
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Getter;
import lombok.NoArgsConstructor;

import java.util.List;

@Getter
@NoArgsConstructor(force = true)
@AllArgsConstructor
public class StudentQueryRecruitmentsResponse {

private final List<StudentRecruitmentResponse> recruitments;

@Getter
@NoArgsConstructor(force = true)
@AllArgsConstructor
@Builder
public static class StudentRecruitmentResponse {
private long id;
Expand Down

0 comments on commit 8113eee

Please sign in to comment.