From 5d2cfd4562f74496a5263db3451c1e78ff53aead Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: Thu, 27 Mar 2025 08:44:16 +0800
Subject: [PATCH] 单据增加查询返回字段
---
assess-common/pom.xml | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/assess-common/pom.xml b/assess-common/pom.xml
index 1da62fb..f22f60d 100644
--- a/assess-common/pom.xml
+++ b/assess-common/pom.xml
@@ -107,6 +107,20 @@
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.github.penggle</groupId>
+ <artifactId>kaptcha</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>com.alibaba</groupId>
+ <artifactId>easyexcel</artifactId>
+ </dependency>
</dependencies>
</project>
\ No newline at end of file
--
Gitblit v1.9.2