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