Skip to content

Commit

Permalink
tmp: tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
2Jin1031 committed Jan 12, 2025
1 parent b3aea57 commit fbfcf88
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public class Reservation extends BaseEntity {
@Column(name = "password")
private String password;


public boolean isPasswordMatch(String inputPassword) {
return this.password.equals(inputPassword);
}
Expand Down

0 comments on commit fbfcf88

Please sign in to comment.