Browse Source

fix:导入客户管理模块

qingwudarao 6 months ago
parent
commit
46a987f7e4
3 changed files with 12 additions and 0 deletions
  1. 6 0
      pom.xml
  2. 5 0
      ruoyi-admin/pom.xml
  3. 1 0
      ruoyi-modules/pom.xml

+ 6 - 0
pom.xml

@@ -362,6 +362,12 @@
                 <version>${revision}</version>
             </dependency>
 
+            <dependency>
+                <groupId>org.dromara</groupId>
+                <artifactId>ruoyi-customerManagement</artifactId>
+                <version>${revision}</version>
+            </dependency>
+
             <!--  工作流模块  -->
             <dependency>
                 <groupId>org.dromara</groupId>

+ 5 - 0
ruoyi-admin/pom.xml

@@ -80,6 +80,11 @@
             <artifactId>ruoyi-commodityManagement</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.dromara</groupId>
+            <artifactId>ruoyi-customerManagement</artifactId>
+        </dependency>
+
         <!-- 代码生成-->
         <dependency>
             <groupId>org.dromara</groupId>

+ 1 - 0
ruoyi-modules/pom.xml

@@ -16,6 +16,7 @@
         <module>ruoyi-system</module>
         <module>ruoyi-workflow</module>
         <module>ruoyi-commodityManagement</module>
+        <module>ruoyi-customerManagement</module>
     </modules>
 
     <artifactId>ruoyi-modules</artifactId>