Skip to content

Commit

Permalink
add: 지역 값 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dong2ast committed Jul 14, 2023
1 parent 241d464 commit fe5d946
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions src/main/java/org/sophy/sophy/domain/enumerate/City.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,29 @@

public enum City {
UIJEONGBU_SI,
GANEUNG_DONG,
GANEUNG_1DONG,
GOSAN_DONG,
GEUMO_DONG,
UIJEONGBU_DONG,
HOWON_DONG,
JANGAM_DONG,
SINGOK_DONG,
YOUNGHYUN_DONG,
MINRAK_DONG,
NAKYANG_DONG,
JAIL_DONG,
GEUMO_DONG,
GANEUNG_DONG,
NOKYANG_DONG,
MINRAK_DONG,
GOSAN_DONG,
SANGOK_DONG,
SINGOK_1DONG,
UIJEONGBU1_DONG,
HOWON1_DONG,
HOWON2_DONG,
SINGOK1_DONG,
SINGOK2_DONG,
SONGSAN1_DONG,
SONGSAN2_DONG,
SONGSAN3_DONG,
JAGEUM_DONG,
HEUNGSUN_DONG


}

0 comments on commit fe5d946

Please sign in to comment.