12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "msg": "200",
- "data": {
- "total": 12,
- "list": [
- {
- "id": "2",
- "storageLocationCode": "0001",
- "wllbCode": "123",
- "wllbName": "材料1",
- "storageLocationName": "2号库位",
- "size": null,
- "tldId": null,
- "materialType": null,
- "isNotDisable": null,
- "page": 0,
- "limit": 0
- },
- {
- "id": "4",
- "storageLocationCode": "0001",
- "wllbCode": "123",
- "wllbName": "材料1",
- "storageLocationName": "1号库位",
- "size": null,
- "tldId": null,
- "materialType": null,
- "isNotDisable": null,
- "page": 0,
- "limit": 0
- }
- ],
- "pageNum": 1,
- "pageSize": 10,
- "size": 2,
- "startRow": 1,
- "endRow": 2,
- "pages": 1,
- "prePage": 0,
- "nextPage": 0,
- "isFirstPage": true,
- "isLastPage": true,
- "hasPreviousPage": false,
- "hasNextPage": false,
- "navigatePages": 8,
- "navigatepageNums": [
- 1
- ],
- "navigateFirstPage": 1,
- "navigateLastPage": 1
- }
- }
|