| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- [
- {
- "id": 1,
- "name": "旺财",
- "gender": "公",
- "breed": "金毛寻回犬",
- "age": "3岁",
- "weight": "30",
- "ownerName": "张先生",
- "ownerPhone": "13800138000",
- "health": "健康",
- "vaccine": "已接种 (3/3)",
- "neutered": "已绝育",
- "personality": "活泼好动,喜欢球类玩具",
- "note": "喜欢在草地上奔跑",
- "avatar": "https://images.unsplash.com/photo-1552053831-71594a27632d?q=80&w=400&auto=format&fit=crop"
- },
- {
- "id": 2,
- "name": "团团",
- "gender": "母",
- "breed": "布偶猫",
- "age": "1.5岁",
- "weight": "5",
- "ownerName": "李小姐",
- "ownerPhone": "13911223344",
- "health": "健康",
- "vaccine": "已完成接种",
- "neutered": "未绝育",
- "personality": "粘人,不爱叫",
- "note": "是一个安静的小公举",
- "avatar": "https://images.unsplash.com/photo-1533738363-b7f9aef128ce?q=80&w=400&auto=format&fit=crop"
- },
- {
- "id": 3,
- "name": "二哈",
- "gender": "公",
- "breed": "西伯利亚雪橇犬",
- "age": "2岁",
- "weight": "25",
- "ownerName": "赵先生",
- "ownerPhone": "13700001111",
- "health": "健康",
- "vaccine": "正在接种中",
- "neutered": "已绝育",
- "personality": "精力旺盛,调皮",
- "note": "拆家小能手,需多运动",
- "avatar": "https://images.unsplash.com/photo-1533238691181-a110de9bd171?q=80&w=400&auto=format&fit=crop"
- }
- ]
|