From 861721f14e4a43d851003e5166542bd2cc75be6a Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Wed, 1 Jul 2026 04:55:47 +0000 Subject: [PATCH] Add seed customer data (Wang Xiaoming) --- seed/customers.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 seed/customers.json diff --git a/seed/customers.json b/seed/customers.json new file mode 100644 index 0000000..be8aae9 --- /dev/null +++ b/seed/customers.json @@ -0,0 +1,12 @@ +[ + { + "customer_id": "cust-0001", + "name": "\u738b\u5c0f\u660e", + "national_id": "A123456789", + "activity_summary": "high-frequency financial activity, 90 days", + "amount_band": "above 3 million", + "product_type": "funds, income-generating products", + "risk_profile": "conservative", + "sales_constraints": "avoid high-volatility products" + } +]