25 lines
308 B
JSON
25 lines
308 B
JSON
|
{
|
||
|
"name": "FuncionalityAcl",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "salix.funcionalityAcl"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"type": "number",
|
||
|
"id": true
|
||
|
},
|
||
|
"model": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"property": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"role": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
}
|
||
|
}
|