43 lines
897 B
JSON
43 lines
897 B
JSON
{
|
|
"summary": [
|
|
{
|
|
"name": "org_roles",
|
|
"title": "机构角色",
|
|
"primary": [
|
|
"id"
|
|
]
|
|
}
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"title": "id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "orgid",
|
|
"title": "机构编码",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "roleid",
|
|
"title": "角色编码",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "del_flg",
|
|
"title": "删除标志",
|
|
"type": "str",
|
|
"length": 1,
|
|
"default": "0"
|
|
},
|
|
{
|
|
"name": "create_at",
|
|
"title": "创建时间戳",
|
|
"type": "timestamp"
|
|
}
|
|
]
|
|
} |