Skip to content

Commit

Permalink
Fix: Entity 생성 시 Default Value 지정
Browse files Browse the repository at this point in the history
Fix: Entity 생성 시 Default Value 지정
  • Loading branch information
YongsHub authored May 20, 2024
2 parents 4c2452c + 0e22f75 commit 6341681
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ public CakeShop(String shopName, String shopBio, String shopDescription, Double
this.shopDescription = shopDescription;
this.latitude = latitude;
this.longitude = longitude;
this.likeCount = 0;
this.linkedFlag = false;
}

public void ownedByUser() {
Expand Down

0 comments on commit 6341681

Please sign in to comment.