2
0

feat: integrated omada api

This commit is contained in:
caiyuchao
2024-11-21 18:23:14 +08:00
parent e9c35d9ac1
commit 64abc8d59a
14 changed files with 481 additions and 0 deletions

View File

@@ -113,6 +113,18 @@
<artifactId>swagger-annotations</artifactId>
</dependency>
<!-- hutool工具 -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
</dependency>
<!-- lombok工具 -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
</project>