45 lines
855 B
JSON
45 lines
855 B
JSON
{
|
|
"name": "WorkerTimeControlMail",
|
|
"base": "VnModel",
|
|
"options": {
|
|
"mysql": {
|
|
"table": "workerTimeControlMail"
|
|
}
|
|
},
|
|
"properties": {
|
|
"id": {
|
|
"id": true,
|
|
"type": "number"
|
|
},
|
|
"workerFk": {
|
|
"type": "number"
|
|
},
|
|
"year": {
|
|
"type": "number"
|
|
},
|
|
"week": {
|
|
"type": "number"
|
|
},
|
|
"state": {
|
|
"type": "string"
|
|
},
|
|
"updated": {
|
|
"type": "date"
|
|
},
|
|
"reason": {
|
|
"type": "string"
|
|
},
|
|
"sendedCounter": {
|
|
"type": "number"
|
|
}
|
|
},
|
|
"acls": [
|
|
{
|
|
"accessType": "READ",
|
|
"principalType": "ROLE",
|
|
"principalId": "employee",
|
|
"permission": "ALLOW"
|
|
}
|
|
]
|
|
}
|