24 lines
412 B
Lua
24 lines
412 B
Lua
local DeValueShow = {
|
|
__count = 11,
|
|
__indexs = {1.11},
|
|
__values = {0},
|
|
__exVals = {11,'MainShopPanel','GrowthGiftPage','WeekCard','LifeMember','SuperLiftMember','ValuePackPanel','GiftView','RechargeView','GiftBuy','DiscountPanel','WeekMonthGiftPackPage'},
|
|
__fields = {
|
|
'ID',
|
|
'LuaName',
|
|
'IsShow'
|
|
},
|
|
__defaults = {
|
|
nil,
|
|
nil
|
|
},
|
|
__refs = {
|
|
{2,1.01},
|
|
{1,.01}
|
|
},
|
|
__refPoss = {
|
|
nil,
|
|
nil
|
|
},
|
|
}
|
|
return DeValueShow |