dashboard
repositories
filestore
activity
search
login
admin
/
screen_api_v2
工业级后台API v2
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
从history获取数据接口更新为从history日表获取
jinpengyong
2020-11-18
7e25fda3cfb8a7fc785cb6261a888671fb146fbe
[~admin/screen_api_v2.git]
/
src
/
main
/
java
/
com
/
moral
/
service
/
OrganizationSensorsService.java
1
2
3
4
5
6
7
package com.moral.service;
import java.util.Map;
public interface OrganizationSensorsService {
Map<String,Object> getSensorsByOrgId(String orgId);
}