Skip to content

Commit

Permalink
feat javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesecrust committed Jan 31, 2024
1 parent 22a30f3 commit b017121
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/eum/bank/common/PackageInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ public final class PackageInfo {
private PackageInfo() {
}

// 계좌 번호 길이
public static final int ACCOUNT_NUMBER_LENGTH = 12;
// 송금 타입 자유
public static final String FREE_TYPE = "free";


Expand Down

0 comments on commit b017121

Please sign in to comment.