Skip to content

Commit da67ce0

Browse files
committed
fix: 지원목록 중 면접 시간 fixedInterviewDate로 변경
1 parent ed80213 commit da67ce0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/java/land/leets/domain/application/presentation/dto/ApplicationResponse.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
import lombok.AllArgsConstructor;
66
import lombok.Getter;
77

8+
import java.time.LocalDateTime;
9+
810
@Getter
911
@AllArgsConstructor
1012
public class ApplicationResponse {
@@ -15,8 +17,7 @@ public class ApplicationResponse {
1517
private int grade;
1618
private Position position;
1719
private String career;
18-
private String interviewDay;
19-
private String interviewTime;
20+
private LocalDateTime fixedInterviewDate;
2021
private String hasInterview;
2122
private ApplicationStatus applicationStatus;
2223
}

0 commit comments

Comments
 (0)