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