모델 코멘트 입력

This commit is contained in:
2025-04-26 08:04:04 +09:00
parent d1b22d4272
commit 283c8a7f4a
18 changed files with 293 additions and 140 deletions
+3 -3
View File
@@ -56,7 +56,7 @@ module.exports = {
visible: true,
parentId: clubMenuId,
featureCode: 'event_management',
requiredSubscriptionTier: 'standard',
createdAt: new Date(),
updatedAt: new Date()
},
@@ -69,7 +69,7 @@ module.exports = {
visible: true,
parentId: clubMenuId,
featureCode: 'event_calendar',
requiredSubscriptionTier: 'standard',
createdAt: new Date(),
updatedAt: new Date()
},
@@ -82,7 +82,7 @@ module.exports = {
visible: true,
parentId: clubMenuId,
featureCode: 'statistics',
requiredSubscriptionTier: 'premium',
createdAt: new Date(),
updatedAt: new Date()
}