dashboard
repositories
filestore
activity
search
login
admin
/
screen_job
forked from
screen_job
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
update
jinpengyong
2020-09-09
a978b4279a12497d0b476b0df31b1c8409498676
[~admin/screen_job.git]
/
src
/
main
/
java
/
com
/
moral
/
service
/
RealWeatherDailyService.java
1
2
3
4
5
6
7
8
9
package com.moral.service;
import java.text.ParseException;
public interface RealWeatherDailyService {
int insertRealWeatherDaily() throws ParseException;
}