From 1fd34350ea68fe820c4b62881b13c9f01082e6c0 Mon Sep 17 00:00:00 2001
From: fuyongxin <110568259@qq.com>
Date: Wed, 03 Jun 2026 14:56:12 +0800
Subject: [PATCH] 修改ruoyi-改为sgd

---
 sgd-common/sgd-common-sensitive/pom.xml |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/ruoyi-common/ruoyi-common-sensitive/pom.xml b/sgd-common/sgd-common-sensitive/pom.xml
similarity index 61%
rename from ruoyi-common/ruoyi-common-sensitive/pom.xml
rename to sgd-common/sgd-common-sensitive/pom.xml
index 34b392d..e92b32d 100644
--- a/ruoyi-common/ruoyi-common-sensitive/pom.xml
+++ b/sgd-common/sgd-common-sensitive/pom.xml
@@ -3,24 +3,24 @@
          xmlns="http://maven.apache.org/POM/4.0.0"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
-        <groupId>com.ruoyi</groupId>
-        <artifactId>ruoyi-common</artifactId>
+        <groupId>com.sgd</groupId>
+        <artifactId>sgd-common</artifactId>
         <version>3.6.8</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     
-    <artifactId>ruoyi-common-sensitive</artifactId>
+    <artifactId>sgd-common-sensitive</artifactId>
 
     <description>
-        ruoyi-common-sensitive数据脱敏
+        sgd-common-sensitive数据脱敏
     </description>
 
     <dependencies>
 
-        <!-- RuoYi Common Core -->
+        <!-- sgd Common Core -->
         <dependency>
-            <groupId>com.ruoyi</groupId>
-            <artifactId>ruoyi-common-core</artifactId>
+            <groupId>com.sgd</groupId>
+            <artifactId>sgd-common-core</artifactId>
         </dependency>
 
     </dependencies>

--
Gitblit v1.9.3