| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- [
- {
- "id": 1,
- "name": "张先生",
- "gender": "男",
- "phone": "13800138000",
- "address": "北京市朝阳区三里屯",
- "tags": ["优质客户"],
- "source": "三里屯店录入",
- "createTime": "2025-01-15 10:00:00",
- "orderCount": 12,
- "petCount": 2,
- "isActive": true,
- "note": "经常周末来",
- "avatar": "https://img.icons8.com/?size=256&id=23235&format=png"
- },
- {
- "id": 2,
- "name": "李小姐",
- "gender": "女",
- "phone": "13900139000",
- "address": "上海市浦东新区",
- "tags": [],
- "source": "浦东店录入",
- "createTime": "2025-02-01 14:30:00",
- "orderCount": 0,
- "petCount": 0,
- "isActive": true,
- "note": "",
- "avatar": "https://img.icons8.com/?size=256&id=13042&format=png"
- },
- {
- "id": 3,
- "name": "王先生",
- "gender": "男",
- "phone": "13612345678",
- "address": "北京市海淀区中关村",
- "tags": ["VIP"],
- "source": "国贸店录入",
- "createTime": "2025-01-20 09:00:00",
- "orderCount": 8,
- "petCount": 1,
- "isActive": true,
- "note": "宠物Cookie的主人",
- "avatar": "https://img.icons8.com/?size=256&id=23235&format=png"
- }
- ]
|