DrawCountConfig.lua 348 B

123456789101112131415161718192021
  1. local root = {
  2. {
  3. countConfigId = 1,
  4. qa = 1,
  5. countLimit = {1,100},
  6. result = 100
  7. },
  8. {
  9. countConfigId = 1,
  10. qa = 2,
  11. countLimit = {1,100},
  12. result = 100
  13. },
  14. {
  15. countConfigId = 1,
  16. qa = 3,
  17. countLimit = {1,100},
  18. result = 100
  19. }
  20. }
  21. return root