Skip to content

Commit 16b496a

Browse files
committed
update: Added food name
1 parent 18f25b3 commit 16b496a

File tree

1 file changed

+2
-0
lines changed
  • core/src/main/java/com/f_lab/la_planete/core/domain

1 file changed

+2
-0
lines changed

core/src/main/java/com/f_lab/la_planete/core/domain/Food.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ public class Food extends BaseEntity {
3131
@GeneratedValue(strategy = IDENTITY)
3232
private Long id;
3333

34+
private String foodName;
35+
3436
private BigDecimal price;
3537

3638
private int totalQuantity;

0 commit comments

Comments
 (0)