|
@@ -44,6 +44,18 @@ public interface RemoteEventBaseService {
|
|
|
@PostMapping("/eventapp/getEventCountGroupByEventStatus")
|
|
|
public R getEventCountGroupByEventStatus(@RequestBody VisuForestCloudMapVO visuForestCloudMapVO);
|
|
|
|
|
|
+ /**
|
|
|
+ * 设备上报事件数量
|
|
|
+ */
|
|
|
+ @PostMapping("/eventapp/getAIEventNum")
|
|
|
+ public R getAIEventNum(@RequestBody VisuForestCloudMapVO visuForestCloudMapVO);
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 事件各状态数、各来源数,入参需传日期 day = 2025-01-01
|
|
|
+ */
|
|
|
+ @PostMapping("/eventapp/selectTodayEvents")
|
|
|
+ public R selectTodayEvents(@RequestBody VisuForestCloudMapVO visuForestCloudMapVO);
|
|
|
+
|
|
|
|
|
|
/***
|
|
|
*乡村振兴事件类型--远端调用
|