[feat] 添加

This commit is contained in:
2024-11-25 21:35:03 +08:00
parent 9acf7237be
commit 46f43d25aa
30 changed files with 1147 additions and 8 deletions

View File

@ -113,12 +113,20 @@
<artifactId>yudao-module-cms-biz</artifactId>
<version>${revision}</version>
</dependency>
<!-- 新项目管理模块 -->
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-module-pm-biz</artifactId>
<version>${revision}</version>
</dependency>
<!-- AI 大模型相关模块。默认注释,保证编译速度 -->
<!-- <dependency>-->
<!-- <groupId>cn.iocoder.boot</groupId>-->
<!-- <artifactId>yudao-module-ai-biz</artifactId>-->
<!-- <version>${revision}</version>-->
<!-- </dependency>-->
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-module-ai-biz</artifactId>
<version>${revision}</version>
</dependency>
<!-- IoT 物联网相关模块。默认注释,保证编译速度 -->
<!-- <dependency>-->