Skip to content

Commit

Permalink
⚙️ :: (#846) 기본생성자 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
4mjeo committed Nov 10, 2024
1 parent adbba6a commit 371ac4b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Getter;
import lombok.NoArgsConstructor;
import team.retum.jobis.domain.acceptance.spi.vo.AcceptanceVO;
import team.retum.jobis.domain.application.spi.vo.FieldTraineesVO;
import team.retum.jobis.domain.student.model.SchoolNumber;
Expand All @@ -12,6 +13,7 @@

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

private final List<TeacherQueryFieldTraineesResponse> fieldTraineesResponse;
Expand Down

0 comments on commit 371ac4b

Please sign in to comment.