user.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. [
  2. {
  3. "id": 1,
  4. "name": "张先生",
  5. "gender": "男",
  6. "phone": "13800138000",
  7. "address": "北京市朝阳区三里屯",
  8. "tags": ["优质客户"],
  9. "source": "三里屯店录入",
  10. "createTime": "2025-01-15 10:00:00",
  11. "orderCount": 12,
  12. "petCount": 2,
  13. "isActive": true,
  14. "note": "经常周末来",
  15. "avatar": "https://img.icons8.com/?size=256&id=23235&format=png"
  16. },
  17. {
  18. "id": 2,
  19. "name": "李小姐",
  20. "gender": "女",
  21. "phone": "13900139000",
  22. "address": "上海市浦东新区",
  23. "tags": [],
  24. "source": "浦东店录入",
  25. "createTime": "2025-02-01 14:30:00",
  26. "orderCount": 0,
  27. "petCount": 0,
  28. "isActive": true,
  29. "note": "",
  30. "avatar": "https://img.icons8.com/?size=256&id=13042&format=png"
  31. },
  32. {
  33. "id": 3,
  34. "name": "王先生",
  35. "gender": "男",
  36. "phone": "13612345678",
  37. "address": "北京市海淀区中关村",
  38. "tags": ["VIP"],
  39. "source": "国贸店录入",
  40. "createTime": "2025-01-20 09:00:00",
  41. "orderCount": 8,
  42. "petCount": 1,
  43. "isActive": true,
  44. "note": "宠物Cookie的主人",
  45. "avatar": "https://img.icons8.com/?size=256&id=23235&format=png"
  46. }
  47. ]