jinpengyong
2020-08-25 8a6dd43d9bd8a9720c0fad354135fd89cce575c3
src/main/java/com/moral/service/RealWeatherService.java
@@ -4,6 +4,6 @@
public interface RealWeatherService {
    void insertRealWeather() throws ParseException;
    int insertRealWeather() throws ParseException;
}