From 24c4699005da96f45562d7057d80c103b8e428a2 Mon Sep 17 00:00:00 2001
From: WangHan <wwh_work@126,com>
Date: 星期五, 03 一月 2025 10:32:34 +0800
Subject: [PATCH] 子级分类在用删除

---
 pom.xml |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5466153..7e7008d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,6 +7,7 @@
     <module>deploy-jar-single</module>
     <module>consum-base</module>
     <module>consum-model-pojo</module>
+    <module>iplatform-base-security-consum</module>
   </modules>
 
   <parent>
@@ -32,18 +33,24 @@
 
       <!-- 2023-06-07 杩愮淮绯荤粺鍩虹妯″潡 -->
       <dependency>
-        <groupId>com.low.consum</groupId>
+        <groupId>com.consum</groupId>
         <artifactId>low-consum-manage</artifactId>
         <version>${consum-base.version}</version>
       </dependency>
 
       <!-- 2023-06-15 鏁版嵁搴撳璞″畾涔夋ā鍧� -->
       <dependency>
-        <groupId>com.low.consum</groupId>
+        <groupId>com.consum</groupId>
         <artifactId>consum-model-pojo</artifactId>
         <version>${consum-model-pojo.version}</version>
       </dependency>
 
+      <dependency>
+        <groupId>com.iplatform</groupId>
+        <artifactId>iplatform-base-security-consum</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+      </dependency>
+
     </dependencies>
   </dependencyManagement>
 

--
Gitblit v1.9.1