From f849c87a07300020dbef300c79d1eacfc1439f84 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 06 三月 2024 15:41:58 +0800
Subject: [PATCH] 修改数据统计控制器

---
 src/main/java/com/lf/server/mapper/sys/ReportMapper.java |   91 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 91 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/lf/server/mapper/sys/ReportMapper.java b/src/main/java/com/lf/server/mapper/sys/ReportMapper.java
index 257eb42..a7a1093 100644
--- a/src/main/java/com/lf/server/mapper/sys/ReportMapper.java
+++ b/src/main/java/com/lf/server/mapper/sys/ReportMapper.java
@@ -147,4 +147,95 @@
      * @date
      */
     public List<CoordinateEntity> selectExplorationPoints(String code);
+
+    /**
+     * 鎸夐」鐩粺璁℃暟瀛楅珮绋嬫ā鍨嬮潰绉�
+     *
+     * @return
+     */
+    public List<CountEntity> countDemAreaByPrj();
+
+    /**
+     * 鎸夐」鐩粺璁′笁缁村湴褰㈡ā鍨嬮潰绉�
+     *
+     * @return
+     */
+    public List<CountEntity> countMptAreaByPrj();
+
+    /**
+     * 鎸夐」鐩粺璁″�炬枩鎽勫奖妯″瀷闈㈢Н
+     *
+     * @return
+     */
+    public List<CountEntity> countOsgbAreaByPrj();
+
+    /**
+     * 鎸夐」鐩粺璁℃縺鍏夌偣浜戞ā鍨嬮潰绉�
+     *
+     * @return
+     */
+    public List<CountEntity> countLasAreaByPrj();
+
+    /**
+     * 鎸夐」鐩粺璁″嫎瀵熷伐鐐逛釜鏁�
+     *
+     * @return
+     */
+    public List<CountEntity> countSurveyWorksiteByPrj();
+
+    /**
+     * 鎸夐」鐩粺璁″嫎瀵熸姤鍛婁釜鏁�
+     *
+     * @return
+     */
+    public List<CountEntity> countExplorationReportByPrj();
+
+    /**
+     * 鎸夐」鐩粺璁″穿濉屼釜鏁�
+     *
+     * @return
+     */
+    public List<CountEntity> countCollapseByPrj();
+
+    /**
+     * 鎸夐」鐩粺璁℃偿鐭虫祦涓暟
+     *
+     * @return
+     */
+    public List<CountEntity> countDebrisFlowByPrj();
+
+    /**
+     * 鎸夐」鐩粺璁″湴闈㈠闄蜂釜鏁�
+     *
+     * @return
+     */
+    public List<CountEntity> countGroundCollapseByPrj();
+
+    /**
+     * 鎸夐」鐩粺璁¢珮闄¤竟鍧′釜鏁�
+     *
+     * @return
+     */
+    public List<CountEntity> countHighSteepSlopeByPrj();
+
+    /**
+     * 鎸夐」鐩粺璁℃粦鍧′釜鏁�
+     *
+     * @return
+     */
+    public List<CountEntity> countLandSlideByPrj();
+
+    /**
+     * 鎸夐」鐩粺璁′笉绋冲畾鏂滃潯涓暟
+     *
+     * @return
+     */
+    public List<CountEntity> countUnstableSlopeByPrj();
+
+    /**
+     * 鎸夐」鐩粺璁℃按姣佷釜鏁�
+     *
+     * @return
+     */
+    public List<CountEntity> countWaterDamageByPrj();
 }

--
Gitblit v1.9.3