From aa624335b1ac67222c42eb8b5b81e73b6b96d32d Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期一, 17 八月 2026 15:38:36 +0800
Subject: [PATCH] 销售报价删除接口支持单个id参数
---
yudao-module-crm/pom.xml | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/yudao-module-crm/pom.xml b/yudao-module-crm/pom.xml
index 982d2b3..5bcc084 100644
--- a/yudao-module-crm/pom.xml
+++ b/yudao-module-crm/pom.xml
@@ -99,5 +99,19 @@
<version>2026.06-jdk25-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
+
+ <!-- AI 澶фā鍨� API -->
+ <dependency>
+ <groupId>cn.iocoder.boot</groupId>
+ <artifactId>yudao-module-ai-api</artifactId>
+ <version>${revision}</version>
+ </dependency>
+
+ <!-- PDF 瑙f瀽 -->
+ <dependency>
+ <groupId>org.apache.pdfbox</groupId>
+ <artifactId>pdfbox</artifactId>
+ <version>3.0.4</version>
+ </dependency>
</dependencies>
</project>
--
Gitblit v1.9.3