34 lines
659 B
TypeScript
34 lines
659 B
TypeScript
/* eslint-disable */
|
|
|
|
export const sessioninAdmins = [
|
|
{
|
|
id: 'on00',
|
|
totalPartnerCount: '5',
|
|
totalHoldingMoney: 303675,
|
|
totalComp: 108933,
|
|
total: 412608,
|
|
branchCount: 1,
|
|
divisionCount: 1,
|
|
officeCount: 1,
|
|
storeCount: 1,
|
|
memberCount: 1,
|
|
nickname: 'on00',
|
|
accountHolder: '11',
|
|
phoneNumber: '010-1111-1111',
|
|
calculateType: '롤링',
|
|
ownCash: 50000,
|
|
ownComp: 1711,
|
|
ownCoupon: 50000,
|
|
gameMoney: 0,
|
|
todayComp: 0,
|
|
totalDeposit: 0,
|
|
totalWithdraw: 0,
|
|
balance: 0,
|
|
registDate: '2022-06-12 15:38',
|
|
finalSigninDate: '',
|
|
ip: '',
|
|
state: '정상',
|
|
note: '',
|
|
},
|
|
];
|