screen-api/src/main/java/com/moral/api/service/MonitorPointService.java
@@ -5,6 +5,7 @@ import com.moral.api.pojo.form.device.MonitorPointQueryForm; import java.util.List; import java.util.Map; /** * <p> @@ -34,6 +35,7 @@ */ List<MonitorPoint> queryAllMonitorPoints(Integer organizationId); List<Map<String, Object>> getHourlyDataByMonitorPoint(Map map); }