list2.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "msg": "200",
  3. "data": {
  4. "total": 12,
  5. "list": [
  6. {
  7. "id": "1",
  8. "code": "123",
  9. "name": "材料1",
  10. "tldId": "123",
  11. "specificationAndModel": "123",
  12. "unitOfMeasurement": "123",
  13. "materialId": null,
  14. "num": null,
  15. "type": null,
  16. "tableName": null,
  17. "size": "1",
  18. "materialType": "546",
  19. "wllbClass": "456546",
  20. "isNotDisable": "1",
  21. "page": 0,
  22. "limit": 0
  23. },
  24. {
  25. "id": "2",
  26. "code": "123",
  27. "name": "材料1",
  28. "tldId": "123",
  29. "specificationAndModel": "123",
  30. "unitOfMeasurement": "123",
  31. "materialId": null,
  32. "num": null,
  33. "type": null,
  34. "tableName": null,
  35. "size": "1",
  36. "materialType": "546",
  37. "wllbClass": "456546",
  38. "isNotDisable": "1",
  39. "page": 0,
  40. "limit": 0
  41. }
  42. ],
  43. "pageNum": 1,
  44. "pageSize": 10,
  45. "size": 1,
  46. "startRow": 1,
  47. "endRow": 1,
  48. "pages": 1,
  49. "prePage": 0,
  50. "nextPage": 0,
  51. "isFirstPage": true,
  52. "isLastPage": true,
  53. "hasPreviousPage": false,
  54. "hasNextPage": false,
  55. "navigatePages": 8,
  56. "navigatepageNums": [
  57. 1
  58. ],
  59. "navigateFirstPage": 1,
  60. "navigateLastPage": 1
  61. }
  62. }