From c00af7e5bfa382528b3bef7ee2484d872fceda17 Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期六, 17 一月 2026 17:05:25 +0800
Subject: [PATCH] 样式修改,出库通知单流程查询纠正

---
 fzzy-igdss-core/pom.xml |   74 +++++++++++++++++++++++++++++++++++-
 1 files changed, 71 insertions(+), 3 deletions(-)

diff --git a/fzzy-igdss-core/pom.xml b/fzzy-igdss-core/pom.xml
index 5705f86..f2bb926 100644
--- a/fzzy-igdss-core/pom.xml
+++ b/fzzy-igdss-core/pom.xml
@@ -6,7 +6,7 @@
 
     <groupId>com.fzzy</groupId>
     <artifactId>fzzy-igdss-core</artifactId>
-    <version>${fzzy-igdss.version}</version>
+    <version>${fzzy.igdss.version}</version>
 
     <parent>
         <artifactId>fzzy-igdss-parent</artifactId>
@@ -26,16 +26,84 @@
         <dependency>
             <groupId>com.fzzy</groupId>
             <artifactId>fzzy-framework</artifactId>
-            <version>4.7.8</version>
+            <version>${fzzy.frame.version}</version>
         </dependency>
 
         <!--瀹氭椂浠诲姟-->
         <dependency>
             <groupId>com.fzzy</groupId>
             <artifactId>fzzy-quartz</artifactId>
-            <version>4.7.8</version>
+            <version>${fzzy.frame.version}</version>
         </dependency>
 
+        <dependency>
+            <groupId>net.sf.ehcache</groupId>
+            <artifactId>ehcache-core</artifactId>
+            <version>2.6.3</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.codehaus.jackson</groupId>
+            <artifactId>jackson-mapper-asl</artifactId>
+            <version>1.9.11</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.velocity</groupId>
+            <artifactId>velocity</artifactId>
+            <version>1.7</version>
+        </dependency>
+
+        <!--onvif鍗忚瀹炵幇-->
+        <dependency>
+            <groupId>com.ld.onvif</groupId>
+            <artifactId>ld-onvif</artifactId>
+            <version>1.0.0-RELEASE</version>
+        </dependency>
+
+
+        <!-- word瀵煎嚭  鏂瑰紡涓�锛歱oi-tl-->
+        <!-- poi-tl鏄熀浜嶢pache POI鐨刉ord妯℃澘寮曟搸銆俻oi-tl渚濊禆鐨勬槸poi3.16鐗堟湰 -->
+        <dependency>
+            <groupId>com.deepoove</groupId>
+            <artifactId>poi-tl</artifactId>
+            <version>1.7.3</version>
+        </dependency>
+        <!--  涓婇潰闇�瑕佺殑渚濊禆-->
+        <dependency>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>poi-ooxml</artifactId>
+            <version>4.1.2</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>poi-ooxml-schemas</artifactId>
+            <version>4.1.2</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>poi</artifactId>
+            <version>4.1.2</version>
+        </dependency>
+
+        <!--  -->
+        <dependency>
+            <groupId>com.aspose</groupId>
+            <artifactId>aspose-words</artifactId>
+            <version>15.8.0-jdk</version>
+            <scope>system</scope>
+            <systemPath>${project.basedir}/src/main/resources/lib/aspose-words-15.8.0-jdk16.jar</systemPath>
+        </dependency>
+
+        <!--  -->
+        <dependency>
+            <groupId>aspose.slides</groupId>
+            <artifactId>aspose-slides</artifactId>
+            <version>19.3</version>
+            <scope>system</scope>
+            <systemPath>${project.basedir}/src/main/resources/lib/aspose-slides-19.3.jar</systemPath>
+        </dependency>
     </dependencies>
 
 

--
Gitblit v1.9.3