Skip to content

Commit

Permalink
feat: response dto 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SunYerim committed Jul 3, 2024
1 parent 591412c commit d03bb71
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ public class DrinkResponse {
private String name;
private double dosu;
private int price;
private int volume;
private int sweetness;
private long capacity;
private double sugar;
private String image;
private String type;
}

0 comments on commit d03bb71

Please sign in to comment.