lizijie
2020-09-11 c6b230f416028d95a206fd7cd0166b49d5ef26eb
src/main/java/com/moral/service/RealWeatherService.java
@@ -4,6 +4,6 @@
public interface RealWeatherService {
    void insertRealWeather() throws ParseException;
    int insertRealWeather() throws ParseException;
}