From e33bca52d26faa836a4db7436e85eb3a0a08adff Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期二, 19 八月 2025 17:26:02 +0800
Subject: [PATCH] 1、增加查询所有作物昨日蒸腾量功能; 2、增加查询一个作物一段时间内容所有蒸腾量功能。

---
 pipIrr-platform/pipIrr-web/pom.xml |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/pipIrr-platform/pipIrr-web/pom.xml b/pipIrr-platform/pipIrr-web/pom.xml
index 4998d97..d836310 100644
--- a/pipIrr-platform/pipIrr-web/pom.xml
+++ b/pipIrr-platform/pipIrr-web/pom.xml
@@ -24,7 +24,6 @@
         <module>pipIrr-web-base</module>
         <module>pipIrr-web-remote</module>
         <module>pipIrr-web-statistics</module>
-        <module>pipIrr-web-gis</module>
         <module>pipIrr-web-sell</module>
         <module>pipIrr-web-project</module>
         <module>pipIrr-web-irrigate</module>
@@ -32,6 +31,8 @@
         <module>pipIrr-web-app</module>
         <module>pipIrr-web-operation</module>
         <module>pipIrr-web-file</module>
+        <module>pipIrr-web-terminal</module>
+        <module>pipIrr-web-model</module>
         <module>pipIrr-web-temp</module>
     </modules>
 
@@ -76,6 +77,11 @@
             <artifactId>spring-boot-devtools</artifactId>
             <scope>runtime</scope>
         </dependency>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-websocket</artifactId>
+        </dependency>
+
         <!-- lombok -->
         <dependency>
             <groupId>org.projectlombok</groupId>
@@ -243,6 +249,13 @@
             <version>2.18.0</version>
         </dependency>
 
+        <!-- java鏁板鍏紡璁$畻 -->
+        <dependency>
+            <groupId>net.objecthunter</groupId>
+            <artifactId>exp4j</artifactId>
+            <version>0.4.8</version>
+        </dependency>
+
         <!-- 娴嬭瘯 -->
         <dependency>
             <groupId>org.springframework.boot</groupId>

--
Gitblit v1.8.0