jinpengyong
2020-08-27 4e318439d8f5c8020c6cf25afb55b3a4e98de40e
1
2
3
4
5
6
7
8
9
package com.moral.service;
 
import java.text.ParseException;
 
public interface ForecastWeatherService {
 
    int insertForecastWeather() throws ParseException;
 
}