add:新增手持接口

This commit is contained in:
2024-04-03 14:13:26 +08:00
parent 73cdc561f1
commit 4592e16ddf
19 changed files with 542 additions and 10 deletions

View File

@@ -440,6 +440,11 @@
<artifactId>spring-retry</artifactId>
<version>1.2.5.RELEASE</version>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
<version>1.5.22</version>
</dependency>
<!--<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>