26 lines
406 B
JSON
26 lines
406 B
JSON
{
|
|
"name": "WorkerDisableExcluded",
|
|
"base": "VnModel",
|
|
"options": {
|
|
"mysql": {
|
|
"table": "workerDisableExcluded"
|
|
}
|
|
},
|
|
"properties": {
|
|
"workerFk": {
|
|
"id": true,
|
|
"type": "number"
|
|
},
|
|
"dated": {
|
|
"type": "date"
|
|
}
|
|
},
|
|
"acls": [
|
|
{
|
|
"accessType": "READ",
|
|
"principalType": "ROLE",
|
|
"principalId": "$everyone",
|
|
"permission": "ALLOW"
|
|
}
|
|
]
|
|
} |