40 lines
836 B
JSON
40 lines
836 B
JSON
{
|
|
"summary": [
|
|
{
|
|
"name": "appcodes",
|
|
"title": "应用编码表",
|
|
"primary": [
|
|
"id"
|
|
]
|
|
}
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"title": "id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "name",
|
|
"title": "编码名称",
|
|
"type": "str",
|
|
"length": 255
|
|
},
|
|
{
|
|
"name": "hierarchy_flg",
|
|
"title": "多级标志",
|
|
"type": "str",
|
|
"length": 1
|
|
}
|
|
],
|
|
"codes": [
|
|
{
|
|
"field": "hierarchy_flg",
|
|
"table": "appcodes_kv",
|
|
"valuefield": "k",
|
|
"textfield": "v",
|
|
"cond": "parentid='code_hierarchy'"
|
|
}
|
|
]
|
|
} |