dashboard
repositories
filestore
activity
search
login
main
/
screen_job
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
update
jinpengyong
2020-09-21
f694728af353dcf32e270c0b1b27d81ba76fecd8
[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 {
int insertForecastWeather() throws ParseException;
}