jinpengyong
2020-07-24 da68adc69a8a925bc9eae153af0e9797b14ba409
1
2
3
4
5
6
7
8
9
package com.moral.service;
 
import java.text.ParseException;
 
public interface ForecastWeatherService {
 
    void insertForecastWeather() throws ParseException;
 
}