dashboard
repositories
filestore
activity
search
login
main
/
screen_job
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
北京疾控中心设备掉线报警邮件发送
jinpengyong
2020-12-16
96d7cf8eb72810dfa5921a585d64b5ce9909d416
[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;
}