31 lines
604 B
JSON
31 lines
604 B
JSON
{
|
|
"summary": [
|
|
{
|
|
"name": "rolepermission",
|
|
"title": "角色权限表",
|
|
"primary": [
|
|
"id"
|
|
]
|
|
}
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"title": "id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "roleid",
|
|
"title": "角色id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "permid",
|
|
"title": "权限id",
|
|
"type": "str",
|
|
"length": 32
|
|
}
|
|
]
|
|
} |