Skip to content

Commit

Permalink
Refactor : Trip joinCode 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kdjun99 committed Jan 16, 2024
1 parent cc7ee13 commit a10afc2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public class Trip extends BaseTimeEntity {
private Boolean isDeleted;
private String tripName;
private Long budget;
private String joinCode;
@ColumnDefault("0")
private Long tripItemPriceSum;
@ColumnDefault("0")
Expand Down

0 comments on commit a10afc2

Please sign in to comment.