diff --git a/src/app/modules/admin/report/monthly/models/monthly.ts b/src/app/modules/admin/report/monthly/models/monthly.ts index 6aa7814..3e38683 100644 --- a/src/app/modules/admin/report/monthly/models/monthly.ts +++ b/src/app/modules/admin/report/monthly/models/monthly.ts @@ -8,5 +8,5 @@ export interface Monthly { monthlyPassiveMoney?: number; // 월별 수동머니 금액 monthlyPassiveComp?: number; // 월별 수동콤프 금액 monthlyBettingBalance?: number; // 월별 배팅수익액 - monthlyBetMembers?: number; // 월별 실벳인원 + monthlyBetMembers?: number; // 월별 실뱃인원 }