Skip to content

Commit 7b753f4

Browse files
authored
Merge pull request #214 from DevKor-github/feat/place-type
다회용컵 반납함 추가
2 parents 2587abc + 9d37ea8 commit 7b753f4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/devkor/com/teamcback/domain/place/entity/PlaceType.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ public enum PlaceType {
4040
BARRIER_FREE_ENTRANCE("배리어프리출입문", new String[] {}),
4141
CAFE_TEMP("임시용 외부 카페", new String[] {}),
4242
CONV_TEMP("임시용 외부 편의점", new String[] {}),
43-
CAFT_TEMP("임시용 외부 식당", new String[] {});
43+
CAFT_TEMP("임시용 외부 식당", new String[] {}),
44+
REUSABLE_CUP_RETURN("다회용컵 반납함", new String[] {"다회용컵반납함", "리필로드"}),;
4445

4546
private final String name;
4647
private final String[] nickname;

0 commit comments

Comments
 (0)