list1.json 1.3 KB

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