DrawPlanConfig.lua 425 B

123456789101112131415161718192021222324
  1. local root = {
  2. {
  3. sConfigId = 1001,
  4. qa = 1,
  5. weight = 48,
  6. countLimits = {0,100},
  7. countConfigId = 1
  8. },
  9. {
  10. sConfigId = 1001,
  11. qa = 2,
  12. weight = 50,
  13. countLimits = {0,100},
  14. countConfigId = 1
  15. },
  16. {
  17. sConfigId = 1001,
  18. qa = 3,
  19. weight = 2,
  20. countLimits = {0,100},
  21. countConfigId = 1
  22. }
  23. }
  24. return root