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