Skip to content

Commit

Permalink
Merge pull request #248 from kookmin-sw/#247-bean
Browse files Browse the repository at this point in the history
  • Loading branch information
tmdtmdqorekf authored May 16, 2024
2 parents 3f0d199 + 6ce4711 commit 594efd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ public class ReceiverInfoDto {
private Company company;
private String position;
private String introduction;
private String rating;
private double coffeeBean;
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ public class SenderInfoDto {
private Company company;
private String position;
private String introduction;
private String rating;
private double coffeeBean;
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ public class UserDto {
private String userUUID;
private String introduction;
private String deviceToken;
private Double coffeeBean;
private double coffeeBean;
}

0 comments on commit 594efd7

Please sign in to comment.