Sheet1.json 446 B

12345678910111213141516171819202122232425262728293031323334353637
  1. [
  2. {
  3. "id": 1,
  4. "colour": "白",
  5. "listCost": 0
  6. },
  7. {
  8. "id": 2,
  9. "colour": "绿",
  10. "listCost": 200
  11. },
  12. {
  13. "id": 3,
  14. "colour": "蓝",
  15. "listCost": 500
  16. },
  17. {
  18. "id": 4,
  19. "colour": "紫",
  20. "listCost": 1000
  21. },
  22. {
  23. "id": 5,
  24. "colour": "粉",
  25. "listCost": 2000
  26. },
  27. {
  28. "id": 6,
  29. "colour": "红",
  30. "listCost": 5000
  31. },
  32. {
  33. "id": 7,
  34. "colour": "金",
  35. "listCost": 10000
  36. }
  37. ]