package com.moral.service; import java.text.ParseException; public interface RealWeatherService { int insertRealWeather() throws ParseException; }