종목별매출통계 오타수정

This commit is contained in:
이담 정 2022-08-10 12:05:33 +00:00
parent 4f0829e692
commit 05e0dc3ec9
3 changed files with 12 additions and 12 deletions

View File

@ -9,24 +9,24 @@ export interface CasinoStatistics {
casinoWinning?: number; // 카지노당첨 casinoWinning?: number; // 카지노당첨
casinoWinLoss?: number; // 카지노윈로스(A) casinoWinLoss?: number; // 카지노윈로스(A)
casinoCommission?: number; // 카지노수수료(B) casinoCommission?: number; // 카지노수수료(B)
casinoBetWinCalculate?: number; // 카지노윈정산 (A-B) casinoBetWinCalculate?: number; // 카지노윈정산 (A-B)
slotBetting?: number; // 슬롯배팅 slotBetting?: number; // 슬롯배팅
slotCancel?: number; // 슬롯취소 slotCancel?: number; // 슬롯취소
slotAvailable?: number; // 슬롯유효 slotAvailable?: number; // 슬롯유효
slotWinning?: number; // 슬롯당첨 slotWinning?: number; // 슬롯당첨
slotWinLoss?: number; // 슬롯윈로스(D) slotWinLoss?: number; // 슬롯윈로스(D)
slotTotalCommission?: number; // 슬롯전체수수료(E) slotTotalCommission?: number; // 슬롯전체수수료(E)
slotBetWinCalculate?: number; // 슬롯윈정산(D-E) slotBetWinCalculate?: number; // 슬롯윈정산(D-E)
powerballBetting?: number; // 파워볼배팅 powerballBetting?: number; // 파워볼배팅
powerballWinning?: number; // 파워볼당첨 powerballWinning?: number; // 파워볼당첨
powerballWinLoss?: number; // 파워볼윈로스(H) powerballWinLoss?: number; // 파워볼윈로스(H)
powerballCommission?: number; // 파워볼수수료(I) powerballCommission?: number; // 파워볼수수료(I)
powerballBetWinCalculate?: number; // 파워볼윈정산(H-I) powerballBetWinCalculate?: number; // 파워볼윈정산(H-I)
totalUse?: number; // 총이용회원 totalUse?: number; // 총이용회원
totalAvailable?: number; // 총유효배팅 totalAvailable?: number; // 총유효배팅
totalBetting?: number; // 총배팅 totalBetting?: number; // 총배팅
totalCancel?: number; // 총취소 totalCancel?: number; // 총취소
totalWinLoss?: number; // 총윈로스 totalWinLoss?: number; // 총윈로스
totalCommission?: number; // 총수수료 totalCommission?: number; // 총수수료
totalBetWinCalculate?: number; // 총윈정산 totalBetWinCalculate?: number; // 총윈정산
} }

View File

@ -9,24 +9,24 @@ export interface PowerballStatistics {
casinoWinning?: number; // 카지노당첨 casinoWinning?: number; // 카지노당첨
casinoWinLoss?: number; // 카지노윈로스(A) casinoWinLoss?: number; // 카지노윈로스(A)
casinoCommission?: number; // 카지노수수료(B) casinoCommission?: number; // 카지노수수료(B)
casinoBetWinCalculate?: number; // 카지노윈정산 (A-B) casinoBetWinCalculate?: number; // 카지노윈정산 (A-B)
slotBetting?: number; // 슬롯배팅 slotBetting?: number; // 슬롯배팅
slotCancel?: number; // 슬롯취소 slotCancel?: number; // 슬롯취소
slotAvailable?: number; // 슬롯유효 slotAvailable?: number; // 슬롯유효
slotWinning?: number; // 슬롯당첨 slotWinning?: number; // 슬롯당첨
slotWinLoss?: number; // 슬롯윈로스(D) slotWinLoss?: number; // 슬롯윈로스(D)
slotTotalCommission?: number; // 슬롯전체수수료(E) slotTotalCommission?: number; // 슬롯전체수수료(E)
slotBetWinCalculate?: number; // 슬롯윈정산(D-E) slotBetWinCalculate?: number; // 슬롯윈정산(D-E)
powerballBetting?: number; // 파워볼배팅 powerballBetting?: number; // 파워볼배팅
powerballWinning?: number; // 파워볼당첨 powerballWinning?: number; // 파워볼당첨
powerballWinLoss?: number; // 파워볼윈로스(H) powerballWinLoss?: number; // 파워볼윈로스(H)
powerballCommission?: number; // 파워볼수수료(I) powerballCommission?: number; // 파워볼수수료(I)
powerballBetWinCalculate?: number; // 파워볼윈정산(H-I) powerballBetWinCalculate?: number; // 파워볼윈정산(H-I)
totalUse?: number; // 총이용회원 totalUse?: number; // 총이용회원
totalAvailable?: number; // 총유효배팅 totalAvailable?: number; // 총유효배팅
totalBetting?: number; // 총배팅 totalBetting?: number; // 총배팅
totalCancel?: number; // 총취소 totalCancel?: number; // 총취소
totalWinLoss?: number; // 총윈로스 totalWinLoss?: number; // 총윈로스
totalCommission?: number; // 총수수료 totalCommission?: number; // 총수수료
totalBetWinCalculate?: number; // 총윈정산 totalBetWinCalculate?: number; // 총윈정산
} }

View File

@ -9,24 +9,24 @@ export interface SlotStatistics {
casinoWinning?: number; // 카지노당첨 casinoWinning?: number; // 카지노당첨
casinoWinLoss?: number; // 카지노윈로스(A) casinoWinLoss?: number; // 카지노윈로스(A)
casinoCommission?: number; // 카지노수수료(B) casinoCommission?: number; // 카지노수수료(B)
casinoBetWinCalculate?: number; // 카지노윈정산 (A-B) casinoBetWinCalculate?: number; // 카지노윈정산 (A-B)
slotBetting?: number; // 슬롯배팅 slotBetting?: number; // 슬롯배팅
slotCancel?: number; // 슬롯취소 slotCancel?: number; // 슬롯취소
slotAvailable?: number; // 슬롯유효 slotAvailable?: number; // 슬롯유효
slotWinning?: number; // 슬롯당첨 slotWinning?: number; // 슬롯당첨
slotWinLoss?: number; // 슬롯윈로스(D) slotWinLoss?: number; // 슬롯윈로스(D)
slotTotalCommission?: number; // 슬롯전체수수료(E) slotTotalCommission?: number; // 슬롯전체수수료(E)
slotBetWinCalculate?: number; // 슬롯윈정산(D-E) slotBetWinCalculate?: number; // 슬롯윈정산(D-E)
powerballBetting?: number; // 파워볼배팅 powerballBetting?: number; // 파워볼배팅
powerballWinning?: number; // 파워볼당첨 powerballWinning?: number; // 파워볼당첨
powerballWinLoss?: number; // 파워볼윈로스(H) powerballWinLoss?: number; // 파워볼윈로스(H)
powerballCommission?: number; // 파워볼수수료(I) powerballCommission?: number; // 파워볼수수료(I)
powerballBetWinCalculate?: number; // 파워볼윈정산(H-I) powerballBetWinCalculate?: number; // 파워볼윈정산(H-I)
totalUse?: number; // 총이용회원 totalUse?: number; // 총이용회원
totalAvailable?: number; // 총유효배팅 totalAvailable?: number; // 총유효배팅
totalBetting?: number; // 총배팅 totalBetting?: number; // 총배팅
totalCancel?: number; // 총취소 totalCancel?: number; // 총취소
totalWinLoss?: number; // 총윈로스 totalWinLoss?: number; // 총윈로스
totalCommission?: number; // 총수수료 totalCommission?: number; // 총수수료
totalBetWinCalculate?: number; // 총윈정산 totalBetWinCalculate?: number; // 총윈정산
} }