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