feat: 补充enabled_flg编码字典到init/data.json
This commit is contained in:
parent
82b494ecd9
commit
e3df4132cb
@ -24,6 +24,11 @@
|
||||
"id": "product_type",
|
||||
"name": "产品类型标识",
|
||||
"hierarchy_flg": "0"
|
||||
},
|
||||
{
|
||||
"id": "enabled_flg",
|
||||
"name": "是否启用",
|
||||
"hierarchy_flg": "0"
|
||||
}
|
||||
],
|
||||
"appcodes_kv": [
|
||||
@ -44,7 +49,10 @@
|
||||
{"id": "product_type", "parentid": "", "k": "cloud", "v": "云服务"},
|
||||
{"id": "product_type", "parentid": "", "k": "data", "v": "数据服务"},
|
||||
{"id": "product_type", "parentid": "", "k": "api", "v": "API服务"},
|
||||
{"id": "product_type", "parentid": "", "k": "custom", "v": "自定义"}
|
||||
{"id": "product_type", "parentid": "", "k": "custom", "v": "自定义"},
|
||||
|
||||
{"id": "enabled_flg", "parentid": "", "k": "1", "v": "启用"},
|
||||
{"id": "enabled_flg", "parentid": "", "k": "0", "v": "禁用"}
|
||||
],
|
||||
"_note_product_category": "产品类别树由每个 reseller (org_id) 自行管理,不在 init/data.json 中预设全局数据。新机构注册时自动创建根类别。"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user