46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"appcodes": [
|
|
{
|
|
"id": "customer_type",
|
|
"name": "客户类型编码",
|
|
"hierarchy_flg": "0"
|
|
},
|
|
{
|
|
"id": "customer_level",
|
|
"name": "客户分级编码",
|
|
"hierarchy_flg": "0"
|
|
}
|
|
],
|
|
"appcodes_kv": [
|
|
{
|
|
"id": "customer_type_individual",
|
|
"parentid": "customer_type",
|
|
"k": "individual",
|
|
"v": "个人"
|
|
},
|
|
{
|
|
"id": "customer_type_enterprise",
|
|
"parentid": "customer_type",
|
|
"k": "enterprise",
|
|
"v": "企业"
|
|
},
|
|
{
|
|
"id": "customer_level_important",
|
|
"parentid": "customer_level",
|
|
"k": "important",
|
|
"v": "重要"
|
|
},
|
|
{
|
|
"id": "customer_level_normal",
|
|
"parentid": "customer_level",
|
|
"k": "normal",
|
|
"v": "普通"
|
|
},
|
|
{
|
|
"id": "customer_level_potential",
|
|
"parentid": "customer_level",
|
|
"k": "potential",
|
|
"v": "潜在"
|
|
}
|
|
]
|
|
} |