dashboard
repositories
filestore
activity
search
login
main
/
screen_job
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
设备掉线,小时和昨日邮件发送
jinpengyong
2021-11-23
4108fd24ac888934a23e9b9129c4392baa2ffb94
[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;
}