dashboard
repositories
filestore
activity
search
login
admin
/
screen_job
forked from
screen_job
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
AQI数据插入任务update
于紫祥_1901
2020-12-15
88e4de4eabe790e97394fd020d96d045991d157e
[~admin/screen_job.git]
/
src
/
main
/
java
/
com
/
moral
/
mapper
/
RealWeatherDailyMapper.java
1
2
3
4
5
6
7
8
9
10
11
package com.moral.mapper;
import java.util.List;
import java.util.Map;
public interface RealWeatherDailyMapper {
int insertRealWeatherDaily(List<Map<String,Object>> list);
Map<String,Object> getTemp(Map<String,Object> params);
}