jinpengyong
2020-10-09 c60311f48e7ec07c56a4df31536f795ba62751ce
src/main/java/com/moral/service/ForecastWeatherService.java
@@ -4,6 +4,8 @@
public interface ForecastWeatherService {
    int insertForecastWeatherNew() throws ParseException;
    int insertForecastWeather() throws ParseException;
}