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