We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fixedInterviewDate
1 parent ed80213 commit da67ce0Copy full SHA for da67ce0
src/main/java/land/leets/domain/application/presentation/dto/ApplicationResponse.java
@@ -5,6 +5,8 @@
5
import lombok.AllArgsConstructor;
6
import lombok.Getter;
7
8
+import java.time.LocalDateTime;
9
+
10
@Getter
11
@AllArgsConstructor
12
public class ApplicationResponse {
@@ -15,8 +17,7 @@ public class ApplicationResponse {
15
17
private int grade;
16
18
private Position position;
19
private String career;
- private String interviewDay;
- private String interviewTime;
20
+ private LocalDateTime fixedInterviewDate;
21
private String hasInterview;
22
private ApplicationStatus applicationStatus;
23
}
0 commit comments