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