From 3e9c71e2940d675e030ee29dbb70194c6e1102e4 Mon Sep 17 00:00:00 2001
From: 康鲁杰 <60095866+KangLujie@users.noreply.github.com>
Date: 星期一, 23 六月 2025 14:39:08 +0800
Subject: [PATCH] 页面设计器后端模块创建

---
 ruoyi-modules/sc-page-designer/pom.xml |   24 ++++++++++++++++++++++++
 ruoyi-admin/pom.xml                    |    6 ++++++
 pom.xml                                |    5 +++++
 ruoyi-modules/pom.xml                  |    1 +
 4 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7d2a1ea..bcb9603 100644
--- a/pom.xml
+++ b/pom.xml
@@ -315,6 +315,11 @@
             </dependency>
             <dependency>
                 <groupId>org.ruoyi</groupId>
+                <artifactId>sc-page-designer</artifactId>
+                <version>${revision}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.ruoyi</groupId>
                 <artifactId>ruoyi-knowledge-api</artifactId>
                 <version>${revision}</version>
             </dependency>
diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml
index 53d79df..3b8d957 100644
--- a/ruoyi-admin/pom.xml
+++ b/ruoyi-admin/pom.xml
@@ -63,6 +63,12 @@
             <groupId>org.ruoyi</groupId>
             <artifactId>sc-services</artifactId>
         </dependency>
+
+        <dependency>
+            <groupId>org.ruoyi</groupId>
+            <artifactId>sc-page-designer</artifactId>
+        </dependency>
+
         <dependency>
             <groupId>org.ruoyi</groupId>
             <artifactId>ruoyi-generator</artifactId>
diff --git a/ruoyi-modules/pom.xml b/ruoyi-modules/pom.xml
index 0dd80d3..9b11922 100644
--- a/ruoyi-modules/pom.xml
+++ b/ruoyi-modules/pom.xml
@@ -22,6 +22,7 @@
         <module>ruoyi-system</module>
         <module>ruoyi-generator</module>
         <module>sc-services</module>
+        <module>sc-page-designer</module>
     </modules>
 
     <properties>
diff --git a/ruoyi-modules/sc-page-designer/pom.xml b/ruoyi-modules/sc-page-designer/pom.xml
new file mode 100644
index 0000000..c77f98f
--- /dev/null
+++ b/ruoyi-modules/sc-page-designer/pom.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.ruoyi</groupId>
+        <artifactId>ruoyi-modules</artifactId>
+        <version>${revision}</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <artifactId>sc-page-designer</artifactId>
+    <description>
+        school-ai椤甸潰璁捐鍣ㄦā鍧�
+    </description>
+
+    <dependencies>
+        <!-- 閫氱敤宸ュ叿-->
+        <dependency>
+            <groupId>org.ruoyi</groupId>
+            <artifactId>ruoyi-common-core</artifactId>
+        </dependency>
+    </dependencies>
+</project>

--
Gitblit v1.9.3