Skip to content

Commit cefe007

Browse files
JIWONKIMSclaude
andcommitted
feat(be): TemperatureAndLandForecastDto 수정
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent b1ad22e commit cefe007

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/main/kotlin/com/back/koreaTravelGuide/domain/ai/weather/client/WeatherApiClient.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package com.back.koreaTravelGuide.domain.ai.weather.client
33
// TODO: 기상청 API 클라이언트 - HTTP 요청으로 날씨 데이터 조회 및 JSON 파싱
44
import com.back.koreaTravelGuide.domain.ai.weather.client.parser.DataParser
55
import com.back.koreaTravelGuide.domain.ai.weather.client.tools.Tools
6+
import com.back.koreaTravelGuide.domain.ai.weather.dto.LandForecastData
67
import com.back.koreaTravelGuide.domain.ai.weather.dto.TemperatureData
78
import org.springframework.beans.factory.annotation.Value
89
import org.springframework.stereotype.Component
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
package com.back.koreaTravelGuide.domain.ai.weather.dto
22

3-
data class TemperatureAndLandForecastDto()
3+
data class TemperatureAndLandForecastDto(
4+
val a: String,
5+
)

0 commit comments

Comments
 (0)