123456789101112131415161718192021222324 |
- local root = {
- {
- sConfigId = 1001,
- qa = 1,
- weight = 48,
- countLimits = {0,100},
- countConfigId = 1
- },
- {
- sConfigId = 1001,
- qa = 2,
- weight = 50,
- countLimits = {0,100},
- countConfigId = 1
- },
- {
- sConfigId = 1001,
- qa = 3,
- weight = 2,
- countLimits = {0,100},
- countConfigId = 1
- }
- }
- return root
|