dashboard
repositories
filestore
activity
search
login
admin
/
screen_api_v2
工业级后台API v2
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
大屏后台管理代码update
ZhuDongming
2019-10-09
578e49d67183d8d12a6af7e8244a9d152cb366d4
[~admin/screen_api_v2.git]
/
src
/
main
/
java
/
com
/
moral
/
service
/
HistoryHourlyService.java
1
2
3
4
5
6
7
8
9
10
11
package com.moral.service;
import java.util.Map;
import com.moral.entity.Point;
public interface HistoryHourlyService {
Map<String, Object> getPollutionSourceData(Map<String, Object> parameters) throws Exception;
Point getDirPoint(Map<String, Object> parameters) throws Exception;
}