Skip to content

Commit

Permalink
Merge pull request #186 from dnd-side-project/feature/#185
Browse files Browse the repository at this point in the history
Add experience data
  • Loading branch information
miraexhoi authored Oct 10, 2024
2 parents ca5b4f9 + 6c30a86 commit cee1a19
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public enum Experience {
BETWEEN_THIRD_FOURTH("3~4년 차"),
BETWEEN_FOURTH_FIFTH("4~5년 차"),
OVER_FIFTH("5년 차 이상"),
JOBSEEKER_INTERN("취준생/인턴"),
BLIND("비공개");

private final String name;
Expand Down

0 comments on commit cee1a19

Please sign in to comment.