list1.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "msg": "200",
  3. "data": {
  4. "total": 12,
  5. "list": [
  6. {
  7. "id": "2",
  8. "storageLocationCode": "0001",
  9. "wllbCode": "123",
  10. "wllbName": "材料1",
  11. "storageLocationName": "2号库位",
  12. "size": null,
  13. "tldId": null,
  14. "materialType": null,
  15. "isNotDisable": null,
  16. "page": 0,
  17. "limit": 0
  18. },
  19. {
  20. "id": "4",
  21. "storageLocationCode": "0001",
  22. "wllbCode": "123",
  23. "wllbName": "材料1",
  24. "storageLocationName": "1号库位",
  25. "size": null,
  26. "tldId": null,
  27. "materialType": null,
  28. "isNotDisable": null,
  29. "page": 0,
  30. "limit": 0
  31. }
  32. ],
  33. "pageNum": 1,
  34. "pageSize": 10,
  35. "size": 2,
  36. "startRow": 1,
  37. "endRow": 2,
  38. "pages": 1,
  39. "prePage": 0,
  40. "nextPage": 0,
  41. "isFirstPage": true,
  42. "isLastPage": true,
  43. "hasPreviousPage": false,
  44. "hasNextPage": false,
  45. "navigatePages": 8,
  46. "navigatepageNums": [
  47. 1
  48. ],
  49. "navigateFirstPage": 1,
  50. "navigateLastPage": 1
  51. }
  52. }