electiveStatus.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "year": 2021,
  3. "roundId": 1,
  4. "roundName": "第X次选科",
  5. "groupIds": "1,2,3,4,5,6",
  6. "roundGroups": [
  7. {
  8. "groupId": 1,
  9. "classCount": 2,
  10. "limitPerson": false,
  11. "rankOut": false,
  12. "personCount": 100
  13. },
  14. {
  15. "groupId": 2,
  16. "classCount": 5,
  17. "limitPerson": false,
  18. "rankOut": false,
  19. "personCount": 250
  20. },
  21. {
  22. "groupId": 3,
  23. "classCount": 3,
  24. "limitPerson": false,
  25. "rankOut": false,
  26. "personCount": 150
  27. },
  28. {
  29. "groupId": 4,
  30. "classCount": 3,
  31. "limitPerson": false,
  32. "rankOut": false,
  33. "personCount": 150
  34. },
  35. {
  36. "groupId": 5,
  37. "classCount": 5,
  38. "limitPerson": false,
  39. "rankOut": false,
  40. "personCount": 250
  41. },
  42. {
  43. "groupId": 6,
  44. "classCount": 5,
  45. "limitPerson": false,
  46. "rankOut": false,
  47. "personCount": 250
  48. }
  49. ],
  50. "allEnrolled": true,
  51. "currentGeneration": 7,
  52. "disenrollCount": 0,
  53. "enablePushNextDMGeneration": true,
  54. "allowDMAlgorithm": true,
  55. "doneDMAlgorithm": true,
  56. "allowForce": true
  57. }