jinpengyong
2020-07-20 3508a0975f50ea277f59cc034d41d282ab82623c
1
2
3
4
5
6
7
8
9
package com.moral.service;
 
import java.text.ParseException;
 
public interface RealTimeWeatherService {
 
    void insertRealTimeWeather() throws ParseException;
 
}