Files
inventorym/Ui/src/resources/db/customers.json
T

23 lines
505 B
JSON
Raw Normal View History

2026-01-28 18:24:13 -05:00
[
{
"email": "kate@museum.com",
"id": "2020281777",
"nameFirst": "Kate",
"nameLast": "Demsey",
"phone": "310-676-4844"
},
{
"email": "jim@homedeco.com",
"id": "5261329301",
"nameFirst": "Jim",
"nameLast": "Gumbly",
"phone": "203-676-4844"
},
{
"email": "evan@homedeco.com",
"id": "4961460829",
"nameFirst": "Evan",
"nameLast": "Hao",
"phone": "203-676-8943"
}
]