Skip to content

Commit

Permalink
[feat] BoardCode Enum 값 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
chahyunsoo committed Aug 18, 2024
1 parent c5ba17d commit 8abdfca
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ public enum BoardCode {
NOTICE("NOTICE"),
LOST("LOST"),
PARTNER("PARTNER"),
PETITION("PETITION");
PETITION("PETITION"),
DATA("DATA");

private final String stringBoardCode;
public static BoardCode getEnumBoardCodeFromStringBoardCode(String stringBoardCode) {
Expand Down

0 comments on commit 8abdfca

Please sign in to comment.