Skip to content

Commit

Permalink
[refactor] #27 gender 한국어로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuKwanKon committed Jan 6, 2024
1 parent 45c7447 commit 22b7f93
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
@AllArgsConstructor(access = AccessLevel.PRIVATE)
@Getter
public enum GenderType implements EnumField {
MAN("1", "man"),
WOMAN("2", "woman");
MAN("1", "남자"),
WOMAN("2", "여자");

private final String code;
private final String desc;
Expand Down

0 comments on commit 22b7f93

Please sign in to comment.