26 lines
520 B
JSON
26 lines
520 B
JSON
{
|
|
"name": "DefaultViewConfig",
|
|
"base": "VnModel",
|
|
"options": {
|
|
"mysql": {
|
|
"table": "salix.defaultViewMultiConfig"
|
|
}
|
|
},
|
|
"properties": {
|
|
"tableCode": {
|
|
"id": true,
|
|
"type": "string",
|
|
"required": true
|
|
},
|
|
"columns": {
|
|
"type": "object"
|
|
}
|
|
},
|
|
"acls": [{
|
|
"accessType": "READ",
|
|
"principalType": "ROLE",
|
|
"principalId": "$everyone",
|
|
"permission": "ALLOW"
|
|
}]
|
|
}
|