jinpengyong
2020-10-23 2c42977a1a38e4f079c5c44fe51a46c27b865f80
src/main/java/com/moral/service/WeatherService.java
File was renamed from src/main/java/com/moral/service/ForecastWeatherService.java
@@ -2,10 +2,12 @@
import java.text.ParseException;
public interface ForecastWeatherService {
public interface WeatherService {
    int insertForecastWeatherNew() throws ParseException;
    int insertForecastWeather() throws ParseException;
    int insertRealWeather() throws ParseException;
}