feat: 排队叫号接口实现

This commit is contained in:
张松
2024-12-10 11:07:22 +08:00
parent c1cbdba2e3
commit 84971187ca
31 changed files with 1141 additions and 49 deletions

View File

@@ -21,7 +21,12 @@
</properties>
<dependencies>
<!-- zxing生成二维码 -->
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>core</artifactId>
<version>3.5.3</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>