提交 pom.xml 模块修改

This commit is contained in:
Maxchen
2025-10-10 11:53:51 +08:00
parent a52529eefd
commit 584cead6bf
4 changed files with 21 additions and 4 deletions

View File

@@ -57,6 +57,12 @@
<artifactId>ruoyi-generator</artifactId>
</dependency>
<!-- 新添加的数字人模块 -->
<dependency>
<groupId>org.ruoyi</groupId>
<artifactId>ruoyi-aihuman</artifactId>
</dependency>
</dependencies>
<build>