From 5d2cfd4562f74496a5263db3451c1e78ff53aead Mon Sep 17 00:00:00 2001 From: heheng <475597332@qq.com> Date: 星期四, 27 三月 2025 08:44:16 +0800 Subject: [PATCH] 单据增加查询返回字段 --- pom.xml | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5fbb586..00cf479 100644 --- a/pom.xml +++ b/pom.xml @@ -37,10 +37,11 @@ <mybatis-plus.version>3.5.1</mybatis-plus.version> <mysql-connector.version>8.0.29</mysql-connector.version> <java-jwt.version>3.11.0</java-jwt.version> - <fastjson.version>1.2.76</fastjson.version> + <fastjson.version>1.2.83</fastjson.version> <caffeine.version>2.9.3</caffeine.version> <kaptcha.version>2.3.2</kaptcha.version> <commons.io.version>2.13.0</commons.io.version> + <easyexcel.version>4.0.1</easyexcel.version> </properties> <dependencyManagement> <dependencies> @@ -64,7 +65,6 @@ <artifactId>assess-admin</artifactId> <version>${assess.version}</version> </dependency> - <!--MyBatis分页插件--> <dependency> <groupId>com.github.pagehelper</groupId> @@ -159,6 +159,12 @@ <version>${commons.io.version}</version> </dependency> + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>easyexcel</artifactId> + <version>${easyexcel.version}</version> + </dependency> + </dependencies> </dependencyManagement> -- Gitblit v1.9.2