Skip to content

Commit

Permalink
[feature] #130 user coffeebean 초기값 46으로 세팅
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeesw committed May 4, 2024
1 parent 198e10a commit f03f522
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class User {
private Long kakaoId;
private String loginId;
private String password;
private double coffeeBean;
private double coffeeBean = 46.0;

@ManyToOne
@JoinColumn(name = "company_id")
Expand Down

0 comments on commit f03f522

Please sign in to comment.