dashboard
repositories
filestore
activity
search
login
main
/
screen_job
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
update
jinpengyong
2021-02-20
b20bcd51b7438ebda1cee3c5d4cc26271df44a46
[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;
}