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