增加了高新材料生成 , 集成了AI接口调用

This commit is contained in:
1215525055@qq.com 2025-09-10 15:05:56 +08:00
parent 7cc7c24d17
commit d9e3323f8d
2 changed files with 2 additions and 3 deletions

View File

@ -148,7 +148,7 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<!-- <dependency>
<groupId>e-iceblue</groupId>
<artifactId>spire.doc</artifactId>
<version>13.7.6</version>
@ -157,7 +157,7 @@
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.29</version>
</dependency>
</dependency>-->
</dependencies>

View File

@ -3,7 +3,6 @@ package cn.com.tenlion.aishop.controller.api.projectapply;
import cn.com.tenlion.aishop.util.PayUtil;
import cn.com.tenlion.freemarker.pojo.vos.templaterecord.TemplateRecordVO;
import com.alibaba.fastjson.JSONObject;
import com.spire.doc.*;
import cn.com.tenlion.freemarker.pojo.dtos.templateconfig.TemplateConfigDTO;
import cn.com.tenlion.freemarker.util.TemplateBuilderUtil;
import cn.com.tenlion.freemarker.util.TemplateCreateData;