From 664acafa02cddbd86771ade63afb78db2de0109e Mon Sep 17 00:00:00 2001
From: shicf <shi_chongfu@163.com>
Date: 星期二, 13 五月 2025 16:37:57 +0800
Subject: [PATCH] 引入类

---
 pom.xml |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index 076aac3..0650014 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,5 +28,17 @@
             <groupId>com.lx</groupId>
             <artifactId>product-server-util</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.lx</groupId>
+            <artifactId>product-server-file</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.lx</groupId>
+            <artifactId>product-server-tool-table</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.lx</groupId>
+            <artifactId>product-server-admin</artifactId>
+        </dependency>
     </dependencies>
 </project>

--
Gitblit v1.9.2