新增会员卡模块基础

This commit is contained in:
时舟年
2026-05-21 14:51:29 +08:00
parent 8b8920a53d
commit 0afd1cc865
33 changed files with 2646 additions and 16 deletions
+6
View File
@@ -133,6 +133,12 @@
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webflux-ui</artifactId>
</dependency>
<dependency>
<groupId>cn.novalon.gym.manage</groupId>
<artifactId>gym-member-card</artifactId>
<version>0.0.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>