1234567891011121314151617181920212223 |
- {
- "msg": "200",
- "data": [
- {
- "id": "1",
- "code": "123",
- "name": "材料1",
- "tldId": "123",
- "specificationAndModel": "123",
- "unitOfMeasurement": "123",
- "materialId": null,
- "num": null,
- "type": null,
- "tableName": null,
- "size": "1",
- "materialType": null,
- "wllbClass": "456546",
- "isNotDisable": "1",
- "page": 0,
- "limit": 0
- }
- ]
- }
|