package com.moral.service; import java.text.ParseException; public interface ForecastWeatherService { int insertForecastWeatherNew() throws ParseException; int insertForecastWeather() throws ParseException; }