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