salix/modules/worker/back/models/workerDisableExcluded.json

26 lines
406 B
JSON
Raw Normal View History

2022-10-05 09:52:14 +00:00
{
2022-10-18 08:38:40 +00:00
"name": "WorkerDisableExcluded",
2022-10-05 09:52:14 +00:00
"base": "VnModel",
"options": {
"mysql": {
"table": "workerDisableExcluded"
}
},
"properties": {
"workerFk": {
2022-10-05 09:52:14 +00:00
"id": true,
"type": "number"
},
"dated": {
"type": "date"
2022-10-05 09:52:14 +00:00
}
},
"acls": [
{
"accessType": "READ",
"principalType": "ROLE",
"principalId": "$everyone",
"permission": "ALLOW"
}
]
}