lizijie
2020-09-10 9e95a732c62d7ebef9c8c48940ca12552a19b11d
src/main/java/com/moral/service/ForecastWeatherService.java
@@ -4,6 +4,6 @@
public interface ForecastWeatherService {
    void insertForecastWeather() throws ParseException;
    int insertForecastWeather() throws ParseException;
}