Skip to content

Commit 7e08d11

Browse files
committed
fix: 면접 예약 API 예약 테이블에 예약한 시간 추가
1 parent 8c8cc61 commit 7e08d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/dmu/dasom/api/domain/interview/entity/InterviewReservation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ public class InterviewReservation {
3535

3636
@CreatedDate
3737
@Column(name = "created_at", nullable = false, updatable = false)
38-
private LocalDateTime createdAt; // 생성 시간
38+
private LocalDateTime createdAt; // 생성
3939
}

0 commit comments

Comments
 (0)