From 4f0829e6926271679cce446c536cffdca8e2ccfe Mon Sep 17 00:00:00 2001 From: JUNG YI DAM Date: Wed, 10 Aug 2022 11:50:43 +0000 Subject: [PATCH] =?UTF-8?q?=EC=9B=94=ED=98=84=ED=99=A9=20=EC=98=A4?= =?UTF-8?q?=ED=83=80=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/modules/admin/report/monthly/models/monthly.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; // 월별 실뱃인원 }