From f88e38dda262f8fb937ea4030e2bc8232d4126f2 Mon Sep 17 00:00:00 2001 From: wjli <591616088@qq.com> Date: 星期一, 15 五月 2023 14:27:10 +0800 Subject: [PATCH] 1.司机和配送员统计信息合一 2.修改签收率统计信息接口 3.修改签收数据导出接口 --- xboot-modules/xboot-your/pom.xml | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/xboot-modules/xboot-your/pom.xml b/xboot-modules/xboot-your/pom.xml index 24826c6..54292c5 100644 --- a/xboot-modules/xboot-your/pom.xml +++ b/xboot-modules/xboot-your/pom.xml @@ -17,7 +17,18 @@ <artifactId>artemis-http-client</artifactId> <version>1.1.2</version> </dependency> - + <!-- Excel瀵煎叆瀵煎嚭鎻掍欢--> + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>easyexcel</artifactId> + <version>2.2.2</version> + </dependency> + <!--<!– Excel瀵煎叆瀵煎嚭鎻掍欢 –>--> + <!--<dependency>--> + <!--<groupId>com.wuwenze</groupId>--> + <!--<artifactId>ExcelKit</artifactId>--> + <!--<version>2.0.72</version>--> + <!--</dependency>--> <dependency> <groupId>org.eclipse.paho</groupId> <artifactId>org.eclipse.paho.client.mqttv3</artifactId> -- Gitblit v1.9.1