Skip to content

Commit

Permalink
Merge pull request #59 from FinalDoubleTen/BE-74-Exception-Handling-T…
Browse files Browse the repository at this point in the history
…ripItem

Refactor : Trip joinCode 추가
  • Loading branch information
kdjun99 authored Jan 16, 2024
2 parents ecbd6aa + a10afc2 commit aa823c5
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 aa823c5

Please sign in to comment.