generated from pricelees/issue-pr-template
feat: 지역 코드 + 이름이 담긴 새로운 DTO 추가
This commit is contained in:
parent
bb6981666f
commit
2d138ff325
@ -21,3 +21,9 @@ data class SigunguListResponse(
|
||||
data class RegionCodeResponse(
|
||||
val code: String
|
||||
)
|
||||
|
||||
data class RegionInfoResponse(
|
||||
val code: String,
|
||||
val sidoName: String,
|
||||
val sigunguName: String,
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user