Skip to content

Commit 4e5d5ef

Browse files
authored
Merge pull request #203 from DevKor-github/develop
main <- develop
2 parents 01aaf48 + e9e9851 commit 4e5d5ef

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ public enum PlaceType {
3737
ONESTOP_AUTO_MACHINE("원스탑무인발급기", new String[]{"원스톱무인발급기", "증명서", "ONE-STOP", "ONESTOP"}),
3838
HEALTH_OFFICE("건강센터", new String[]{"약받는곳", "보건실", "양호실", "응급약", "약받을수있는", "다쳤을때"}),
3939
DISABLED_PARKING("장애인주차장", new String[] {"장애인주차장", "베리어프리", "휠체어주차장"}),
40-
BARRIER_FREE_ENTRANCE("배리어프리출입문", new String[] {});
40+
BARRIER_FREE_ENTRANCE("배리어프리출입문", new String[] {}),
41+
CAFE_TEMP("임시용 외부 카페", new String[] {}),
42+
CONV_TEMP("임시용 외부 편의점", new String[] {}),
43+
CAFT_TEMP("임시용 외부 식당", new String[] {});
4144

4245
private final String name;
4346
private final String[] nickname;

0 commit comments

Comments
 (0)