diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-09-03 17:28:59 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-09-03 17:29:07 +0800 |
commit | efa362157f4cfce894670772f2aec077dc794f7a (patch) | |
tree | dedd47ec3bbdbf1496db742ffc3063d378acf434 /usecaseui-portal/src/app/mock/json/uui-lcm_customers.json | |
parent | 3602cdf0c287459e907e8ce3dc63d271bf1e712b (diff) |
feat: add home service mock data
Change-Id: I3d63e5a2fd4a221beaddd7ce709e59d92a6991b5
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/mock/json/uui-lcm_customers.json')
-rwxr-xr-x | usecaseui-portal/src/app/mock/json/uui-lcm_customers.json | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/mock/json/uui-lcm_customers.json b/usecaseui-portal/src/app/mock/json/uui-lcm_customers.json new file mode 100755 index 00000000..9c66eff4 --- /dev/null +++ b/usecaseui-portal/src/app/mock/json/uui-lcm_customers.json @@ -0,0 +1,82 @@ + + +[ + { + "global-customer-id": "Democcy", + "subscriber-name": "Democcy", + "subscriber-type": "INFRA", + "resource-version": "1535601196964" + }, + { + "global-customer-id": "support", + "subscriber-name": "testccccccccsssssssssseeeeeeeeeee", + "subscriber-type": "CUST", + "resource-version": "1536069070995" + }, + { + "global-customer-id": "Demonstration", + "subscriber-name": "Demonstration", + "subscriber-type": "INFRA", + "resource-version": "1535080521665" + }, + { + "global-customer-id": "Orange", + "subscriber-name": "test", + "subscriber-type": "CUST", + "resource-version": "1535865156826" + }, + { + "global-customer-id": "Orange5", + "subscriber-name": "test", + "subscriber-type": "CUST", + "resource-version": "1529978907607" + }, + { + "global-customer-id": "wale", + "subscriber-name": "test", + "subscriber-type": "CUST", + "resource-version": "1536058660948" + }, + { + "global-customer-id": "kiwi", + "subscriber-name": "test", + "subscriber-type": "CUST", + "resource-version": "1536042103511" + }, + { + "global-customer-id": "Apple", + "subscriber-name": "test", + "subscriber-type": "CUST", + "resource-version": "1535971300786" + }, + { + "global-customer-id": "Tiger", + "subscriber-name": "test", + "subscriber-type": "CUST", + "resource-version": "1535977578133" + }, + { + "global-customer-id": "Deer", + "subscriber-name": "test", + "subscriber-type": "CUST", + "resource-version": "1535988232470" + }, + { + "global-customer-id": "Bear", + "subscriber-name": "test", + "subscriber-type": "CUST", + "resource-version": "1536041229105" + }, + { + "global-customer-id": "Panda", + "subscriber-name": "test", + "subscriber-type": "CUST", + "resource-version": "1536038628045" + }, + { + "global-customer-id": "Lion", + "subscriber-name": "test", + "subscriber-type": "CUST", + "resource-version": "1535986050695" + } +] |