Skip to content

Commit

Permalink
[FEAT/#58] ERD 변경사항에 따른 엔티티 최신화
Browse files Browse the repository at this point in the history
rejectDetail (자세한 거절 이유)
  • Loading branch information
ckkim817 committed Jul 10, 2024
1 parent cb30459 commit 7f5450d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ public class Appointment {
@Column(name = "reject_reason")
private String rejectReason;

@Column(name = "reject_detail")
private String rejectDetail;

@Builder(access = AccessLevel.PRIVATE)
private Appointment(
Member member,
Expand Down

0 comments on commit 7f5450d

Please sign in to comment.