goods.json 431 B

1234567891011121314151617181920212223
  1. {
  2. "msg": "200",
  3. "data": [
  4. {
  5. "id": "1",
  6. "code": "123",
  7. "name": "材料1",
  8. "tldId": "123",
  9. "specificationAndModel": "123",
  10. "unitOfMeasurement": "123",
  11. "materialId": null,
  12. "num": null,
  13. "type": null,
  14. "tableName": null,
  15. "size": "1",
  16. "materialType": null,
  17. "wllbClass": "456546",
  18. "isNotDisable": "1",
  19. "page": 0,
  20. "limit": 0
  21. }
  22. ]
  23. }