完成签到模块功能

This commit is contained in:
future
2026-06-09 09:30:21 +08:00
parent 08cf82ac83
commit e47f28ec6c
14 changed files with 1535 additions and 129 deletions
+10
View File
@@ -27,6 +27,16 @@
<artifactId>manage-db</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>cn.novalon.gym.manage</groupId>
<artifactId>gym-member</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>cn.novalon.gym.manage</groupId>
<artifactId>gym-groupCourse</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>