完成模块4,4.1基础数据统计的部分功能

This commit is contained in:
2026-06-06 15:19:40 +08:00
parent 8af444b7ee
commit 8958ffaa9e
20 changed files with 2723 additions and 200 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();