Skip to content

Commit

Permalink
Merge pull request #60 from FinalDoubleTen/BE-66-Refactor-STOMP
Browse files Browse the repository at this point in the history
Be 66 refactor stomp
  • Loading branch information
kdjun99 authored Jan 16, 2024
2 parents 796fcc9 + aa823c5 commit 4a3dbb0
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 4a3dbb0

Please sign in to comment.