Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. const data = [
  2. {
  3. document_id: 10095,
  4. detail_info: []
  5. },
  6. {
  7. document_id: 12221,
  8. detail_info: []
  9. },
  10. {
  11. document_id: 12226,
  12. detail_info: [
  13. {
  14. id: 738,
  15. lot_no: "B12345"
  16. },
  17. {
  18. id: 739,
  19. lot_no: "C12345"
  20. }
  21. ]
  22. },
  23. {
  24. document_id: 12229,
  25. detail_info: [
  26. {
  27. id: 740,
  28. lot_no: "D12345"
  29. },
  30. {
  31. id: 741,
  32. lot_no: "E12345"
  33. }
  34. ]
  35. }
  36. ];
  37. export default data;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement