增加移动考勤机

This commit is contained in:
2025-10-14 16:02:32 +08:00
parent d6263c6430
commit 87e58ca4af
8 changed files with 947 additions and 1 deletions

View File

@ -18,6 +18,14 @@
<dependencies>
<!-- Java WebSocket 标准API -->
<dependency>
<groupId>javax.websocket</groupId>
<artifactId>javax.websocket-api</artifactId>
<version>1.1</version>
<scope>provided</scope>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.drewnoakes</groupId>-->
<!-- <artifactId>metadata-extractor</artifactId>-->