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