kaiyu
2020-10-21 5e9129373399e9cc3bdecf9b8365e1c6b6b0ecdd
src/main/java/com/moral/service/RealWeatherService.java
@@ -4,6 +4,6 @@
public interface RealWeatherService {
    void insertRealWeather() throws ParseException;
    int insertRealWeather() throws ParseException;
}