Skip to content

Commit dee110b

Browse files
committed
refactor: 모집일정에 기수를 의미하는 GENERATION 키 생성 (DASOMBE-16)
1 parent e373668 commit dee110b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/dmu/dasom/api/domain/recruit/enums/ConfigKey.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public enum ConfigKey {
1818
INTERVIEW_TIME_END, // 면접 종료 시간
1919

2020
// 2차 합격 발표일 (시간 포함)
21-
INTERVIEW_PASS_ANNOUNCEMENT // 2차 합격 발표일
21+
INTERVIEW_PASS_ANNOUNCEMENT, // 2차 합격 발표일
2222

23+
GENERATION //현재 모집중인 기수 정보
2324
}

0 commit comments

Comments
 (0)