deviceGroup.json 342 B

12345678910111213141516171819202122
  1. [ {
  2. "id" : "g3",
  3. "name" : "组3",
  4. "uid" : "1",
  5. "remark" : "2223333",
  6. "deviceQty" : 7,
  7. "createAt" : 0
  8. }, {
  9. "id" : "g2",
  10. "name" : "组2",
  11. "uid" : "1",
  12. "remark" : "222",
  13. "deviceQty" : 12,
  14. "createAt" : 0
  15. }, {
  16. "id" : "g1",
  17. "name" : "分组1",
  18. "uid" : "1",
  19. "remark" : "1111",
  20. "deviceQty" : 10,
  21. "createAt" : 0
  22. } ]