lock_service.json 823 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "code": 200,
  3. "draw": null,
  4. "recordsTotal": 0,
  5. "recordsFiltered": 0,
  6. "data": [
  7. {
  8. "key":"0",
  9. "id":"0",
  10. "number":"1",
  11. "status": "销售",
  12. "client": "张三8",
  13. "category": "陈特",
  14. "product": "固化清单全功能",
  15. "createTime": "2019年5月6日 14:55",
  16. "updatetime": "2019年5月7日 14:55"
  17. },
  18. {
  19. "key":"1",
  20. "id":"1",
  21. "number":"2",
  22. "status": "借出",
  23. "client": "张三811",
  24. "category": "陈特11",
  25. "product": "固化清单全功能+全国专业+全国专业(新定额)",
  26. "createTime": "2019年5月6日 14:55",
  27. "updatetime": "2019年5月7日 14:55"
  28. }
  29. ]
  30. }