We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 187cc78 commit 66fa2dfCopy full SHA for 66fa2df
src/main/java/ssu/eatssu/domain/restaurant/entity/Restaurant.java
@@ -14,7 +14,8 @@ public enum Restaurant {
14
DORMITORY("DORMITORY", 5500),
15
FOOD_COURT("FOOD_COURT", null),
16
SNACK_CORNER("SNACK_CORNER", null),
17
- HAKSIK("HAKSIK", 5000);
+ HAKSIK("HAKSIK", 5000),
18
+ FACULTY("FACULTY",null);
19
20
private final String restaurantName;
21
private final Integer restaurantPrice;
0 commit comments