File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
src/main/kotlin/com/back/koreaTravelGuide/domain/ai/tour/dto Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ package com.back.koreaTravelGuide.domain.ai.tour.dto
77 */
88
99data class InternalData (
10- // 한 페이지 데이터 수, 미 입력시 10
10+ // 한 페이지 데이터 수, 10으로 지정
1111 val numOfRows : Int = 10 ,
12- // 페이지 번호, 미 입력시 10
12+ // 페이지 번호, 1로 지정
1313 val pageNo : Int = 1 ,
14- // 관광타입 ID, 미 입력시 전체 조회 (12:관광지, 38 : 쇼핑...), 우선 관광지로 하드코딩
15- val contentTypeId : String = " 12 " ,
16- // 지역코드, 미 입력시 지역 전체 (1:서울, 2:인천...)
17- val areaCode : String ,
18- // 시군구코드, 미 입력시 전체
19- val sigunguCode : String ,
14+ // 관광타입 ID, 미 입력시 전체 조회 (12:관광지, 38 : 쇼핑...),
15+ val contentTypeId : String? = " " ,
16+ // 지역코드, 미 입력시 지역 전체 조회 (1:서울, 2:인천...)
17+ val areaCode : String? = " " ,
18+ // 시군구코드, 미 입력시 전체 조회
19+ val sigunguCode : String? = " " ,
2020)
You can’t perform that action at this time.
0 commit comments