department.json 825 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "msg": "200",
  3. "data": [
  4. {
  5. "id": "3",
  6. "code": "BH0003",
  7. "name": "仓储部门",
  8. "tldId": "3",
  9. "specificationAndModel": null,
  10. "unitOfMeasurement": null,
  11. "materialId": null,
  12. "num": null,
  13. "type": null,
  14. "tableName": null
  15. },
  16. {
  17. "id": "7",
  18. "code": "BH0007",
  19. "name": "物流部门",
  20. "tldId": "7",
  21. "specificationAndModel": null,
  22. "unitOfMeasurement": null,
  23. "materialId": null,
  24. "num": null,
  25. "type": null,
  26. "tableName": null
  27. },
  28. {
  29. "id": "8",
  30. "code": "BH000008",
  31. "name": "仓库部门",
  32. "tldId": "8",
  33. "specificationAndModel": null,
  34. "unitOfMeasurement": null,
  35. "materialId": null,
  36. "num": null,
  37. "type": null,
  38. "tableName": null
  39. }
  40. ]
  41. }