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