dashboard
repositories
filestore
activity
search
login
main
/
screen_job
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
未来一天天气预报小时数据存入forecast_weather表
jinpengyong
2020-07-24
da68adc69a8a925bc9eae153af0e9797b14ba409
[screen_job.git]
/
src
/
main
/
java
/
com
/
moral
/
service
/
ForecastWeatherService.java
1
2
3
4
5
6
7
8
9
package com.moral.service;
import java.text.ParseException;
public interface ForecastWeatherService {
void insertForecastWeather() throws ParseException;
}