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