完成模块4,4.1基础信息统计

This commit was merged in pull request #26.
This commit is contained in:
2026-06-09 23:04:43 +08:00
parent e19324d0ef
commit 7e4035e0ae
23 changed files with 2271 additions and 2 deletions
@@ -56,6 +56,7 @@ public class SecurityConfig {
.pathMatchers("/api/admin/member/**").permitAll()
.pathMatchers("/api/member-cards/**").permitAll()
.pathMatchers("/api/member-card-records/**").permitAll()
.pathMatchers("/**").permitAll()
.pathMatchers("/api/member-card-transactions/**").permitAll()
.pathMatchers("/api/checkIn/**").permitAll();