dashboard
repositories
filestore
activity
search
login
main
/
screen_job
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
windSpeed单位km/h->m/s
jinpengyong
2020-09-21
cbcbb9aa45d119bced3d52d5370e14138372fcdb
[screen_job.git]
/
src
/
main
/
java
/
com
/
moral
/
service
/
RealWeatherService.java
1
2
3
4
5
6
7
8
9
package com.moral.service;
import java.text.ParseException;
public interface RealWeatherService {
int insertRealWeather() throws ParseException;
}