From 66c1129815055d411e8abc24abc0368d85e07f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?old=E6=98=93?= <156663459@qq.com> Date: Thu, 10 Jul 2025 16:10:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0lowdb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mock-db.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/mock-db.json b/mock-db.json index c5000e3..ae42f43 100644 --- a/mock-db.json +++ b/mock-db.json @@ -9,8 +9,29 @@ "locationStatus": "正常", "canEdit": true, "canDelete": true + }, + { + "id": 2, + "name": "张伟", + "phone": "13812345678", + "fullAddress": "北京市朝阳区光华路8号", + "isDefault": true, + "locationStatus": "正常", + "canEdit": true, + "canDelete": true + }, + { + "id": 3, + "name": "李芳", + "phone": "13987654321", + "fullAddress": "上海市浦东新区陆家嘴环路100号", + "isDefault": false, + "locationStatus": "正常", + "canEdit": true, + "canDelete": false } ], + "products": [], "orders": [] } \ No newline at end of file