Skip to content

Commit

Permalink
[feat] CartItemInfo에도 getter 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyeon-Uk committed Aug 22, 2024
1 parent 99bae24 commit 7bb05e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public CartResponse(Long storId, String storeName, Integer minOrderPrice, List<C
this.menus = menus;
}

@Getter
public static class CartItemInfo {
private Long menuId;
private String menuName;
Expand Down

0 comments on commit 7bb05e5

Please sign in to comment.