From be396e19af86f49cc2c966c73b5f59cd36c7402e Mon Sep 17 00:00:00 2001
From: wjli <591616088@qq.com>
Date: 星期二, 09 五月 2023 16:09:15 +0800
Subject: [PATCH] 1.增加手持客户端当天签收率接口 2.增加后端月签收率接口
---
xboot-modules/xboot-your/pom.xml | 30 ++++++++++++++++++++++++++++++
1 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/xboot-modules/xboot-your/pom.xml b/xboot-modules/xboot-your/pom.xml
index a8a42fd..54292c5 100644
--- a/xboot-modules/xboot-your/pom.xml
+++ b/xboot-modules/xboot-your/pom.xml
@@ -11,5 +11,35 @@
<artifactId>xboot-your</artifactId>
+ <dependencies>
+ <dependency>
+ <groupId>com.hikvision.ga</groupId>
+ <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>
+ <version>1.2.0</version>
+ </dependency>
+ <dependency>
+ <groupId>cn.exrick</groupId>
+ <artifactId>xboot-file</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
--
Gitblit v1.9.1