41 lines
846 B
JSON
41 lines
846 B
JSON
{
|
|
"summary": [
|
|
{
|
|
"name": "role",
|
|
"title": " 角色",
|
|
"primary": [
|
|
"id"
|
|
]
|
|
}
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"title": "角色id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "orgtypeid",
|
|
"title": "机构类型",
|
|
"type": "str",
|
|
"length": 32,
|
|
"default": "0"
|
|
},
|
|
{
|
|
"name": "name",
|
|
"title": "角色名称",
|
|
"type": "str",
|
|
"length": 100
|
|
}
|
|
],
|
|
"codes": [
|
|
{
|
|
"field": "orgtypeid",
|
|
"table": "appcodes_kv",
|
|
"valuefield": "k",
|
|
"textfield": "v",
|
|
"cond": "parentid='org_type'"
|
|
}
|
|
]
|
|
} |