Skip to content

Commit

Permalink
[#128] fix(BankName): bankname enum 추가 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyerinhwang-sailin authored Jul 18, 2024
1 parent ac08b45 commit 0d8f1ef
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ public enum BankName {
SINHYEOP("신협"),
WOOCHAEGUK("우체국"),
SCJEIL("SC제일"),
SUHYEOP("수협");
SUHYEOP("수협"),
NONE("");

private final String displayName;
}

0 comments on commit 0d8f1ef

Please sign in to comment.