完善模块4,4.1基础数据统计

This commit is contained in:
2026-06-09 18:16:56 +08:00
parent 9446f66567
commit 54a65b2a74
15 changed files with 848 additions and 70 deletions
+7
View File
@@ -87,6 +87,13 @@
<artifactId>gym-groupCourse</artifactId>
<version>${project.version}</version>
</dependency>
<!-- 签到模块依赖 -->
<dependency>
<groupId>cn.novalon.gym.manage</groupId>
<artifactId>gym-checkIn</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<build>