list1.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. "isProduct": "1",
  15. "page": 0,
  16. "limit": 0
  17. },
  18. {
  19. "id": "5",
  20. "storageLocationCode": "0001",
  21. "storageLocationName": "1号库位",
  22. "warehouseWhere": "1号仓库",
  23. "storageLocationType": "原材料库位",
  24. "isNotDisable": "1",
  25. "createTime": "2023-02-04",
  26. "isProduct": "1",
  27. "page": 0,
  28. "limit": 0
  29. },
  30. {
  31. "id": "6",
  32. "storageLocationCode": "0001",
  33. "storageLocationName": "1号库位",
  34. "warehouseWhere": "1号仓库",
  35. "storageLocationType": "原材料库位",
  36. "isNotDisable": "1",
  37. "createTime": "2023-02-04",
  38. "isProduct": "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. }