date.txt 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "Items": [
  3. {
  4. "ID": 1,
  5. "title": "会议标题会议标题会议标题",
  6. "date_star": "2018-08-06 10:00",
  7. "date_end": "2018-08-06 12:00",
  8. "address": "会议地点会议地点会议地点会议地点",
  9. "person": [
  10. "张亚楠",
  11. "张小宇",
  12. "刘亚东",
  13. "薛定界"
  14. ],
  15. "type": "本局会议",
  16. "remind": "",
  17. "note": ""
  18. },
  19. {
  20. "ID": 2,
  21. "title": "会议标题会议标题会议标题",
  22. "date_star": "2018-08-10 10:00",
  23. "date_end": "2018-08-12 12:00",
  24. "address": "会议地点会议地点会议地点会议地点",
  25. "person": [
  26. "王杰",
  27. "小张",
  28. "张小宇",
  29. "黄栓"
  30. ],
  31. "type": "本局会议",
  32. "remind": "",
  33. "note": ""
  34. },
  35. {
  36. "ID": 3,
  37. "title": "会议标题会议标题会议标题",
  38. "date_star": "2018-07-06 10:00",
  39. "date_end": "2018-07-10 12:00",
  40. "address": "会议地点会议地点会议地点会议地点",
  41. "person": [
  42. "赵冲",
  43. "小李",
  44. "小赵",
  45. "刘亚东"
  46. ],
  47. "type": "本局会议",
  48. "remind": "",
  49. "note": ""
  50. },
  51. {
  52. "ID": 4,
  53. "title": "会议标题会议标题会议标题",
  54. "date_star": "2018-12-06 10:00",
  55. "date_end": "2018-12-07 12:00",
  56. "address": "会议地点会议地点会议地点会议地点",
  57. "person": [
  58. "赵冲",
  59. "小李",
  60. "小赵",
  61. "刘亚东"
  62. ],
  63. "type": "本局会议",
  64. "remind": "",
  65. "note": ""
  66. }
  67. ]
  68. }