1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "msg": "200",
- "data": {
- "total": 1,
- "list": [
- {
- "id": "1",
- "code": "123",
- "name": "search1",
- "tldId": "123",
- "specificationAndModel": "123",
- "unitOfMeasurement": "123",
- "materialId": null,
- "num": null,
- "type": null,
- "tableName": null,
- "size": "1",
- "materialType": "546",
- "wllbClass": "456546",
- "isNotDisable": "1",
- "page": 0,
- "limit": 0
- },
- {
- "id": "3",
- "code": "123",
- "name": "材料1",
- "tldId": "123",
- "specificationAndModel": "123",
- "unitOfMeasurement": "123",
- "materialId": null,
- "num": null,
- "type": null,
- "tableName": null,
- "size": "1",
- "materialType": "546",
- "wllbClass": "456546",
- "isNotDisable": "1",
- "page": 0,
- "limit": 0
- },
- {
- "id": "2",
- "code": "123",
- "name": "材料1",
- "tldId": "123",
- "specificationAndModel": "123",
- "unitOfMeasurement": "123",
- "materialId": null,
- "num": null,
- "type": null,
- "tableName": null,
- "size": "1",
- "materialType": "546",
- "wllbClass": "456546",
- "isNotDisable": "1",
- "page": 0,
- "limit": 0
- }
- ],
- "pageNum": 1,
- "pageSize": 10,
- "size": 1,
- "startRow": 1,
- "endRow": 1,
- "pages": 1,
- "prePage": 0,
- "nextPage": 0,
- "isFirstPage": true,
- "isLastPage": true,
- "hasPreviousPage": false,
- "hasNextPage": false,
- "navigatePages": 8,
- "navigatepageNums": [
- 1
- ],
- "navigateFirstPage": 1,
- "navigateLastPage": 1
- }
- }
|