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

This commit is contained in:
2026-06-09 18:28:39 +08:00
parent a2d6e36c46
commit 50a5da1df9
14 changed files with 768 additions and 51 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>