tdd 진행

This commit is contained in:
2025-08-09 03:09:17 +09:00
parent ed8c7eacba
commit 6033d59590
74 changed files with 17804 additions and 395 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class Club {
final DateTime? updatedAt;
Club({
required this.id,
this.id = '', // 기본값 빈 문자열로 설정
required this.name,
this.description,
this.logo,