Skip to content

Commit

Permalink
chore: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanna committed Jan 23, 2024
1 parent cbbb87a commit 4173bba
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ public class BookingCancel extends BaseEntity {
private Booking booking;

@Enumerated(EnumType.STRING)
@Column(name = "refund_ bank_code")
@Column(name = "refund_bank_code")
private BankCode refundBankCode;

@Column(name = "refund_ account_number")
@Column(name = "refund_account_number")
private String refundAccountNumber;

@Column(name = "refund_ holder_name")
@Column(name = "refund_holder_name")
private String refundHolderName;

@Builder
Expand Down

0 comments on commit 4173bba

Please sign in to comment.