feat: 重构模块

This commit is contained in:
ageerle
2025-04-10 17:25:23 +08:00
parent 3be9005f95
commit 2509099146
653 changed files with 1000 additions and 165766 deletions

View File

@@ -6,7 +6,8 @@
<parent>
<groupId>org.ruoyi</groupId>
<artifactId>ruoyi-modules-api</artifactId>
<version>1.0.0</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>ruoyi-chat-api</artifactId>
@@ -17,7 +18,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<!-- 聊天基础模块 -->
<!-- 对话基础模块 -->
<dependencies>
<dependency>
<groupId>org.ruoyi</groupId>
@@ -25,5 +26,4 @@
</dependency>
</dependencies>
</project>