dashboard
repositories
filestore
activity
search
login
admin
/
screen_job
forked from
screen_job
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
删除打印
lizijie
2020-09-11
ee0737924fd917e47ec5468a7f8db5d77791793d
[~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);
}