jinpengyong
2020-08-25 8a6dd43d9bd8a9720c0fad354135fd89cce575c3
src/main/java/com/moral/service/ForecastWeatherService.java
@@ -4,6 +4,6 @@
public interface ForecastWeatherService {
    void insertForecastWeather() throws ParseException;
    int insertForecastWeather() throws ParseException;
}