2022-11-07 11:21:14 +00:00
|
|
|
{
|
|
|
|
"name": "WorkerTimeControlConfig",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
|
|
|
"table": "workerTimeControlConfig"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"id": true,
|
|
|
|
"type": "number"
|
|
|
|
},
|
2024-11-12 16:25:05 +00:00
|
|
|
"mailPass": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"mailHost": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"mailUser": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
2023-01-12 07:50:03 +00:00
|
|
|
"breakTime": {
|
|
|
|
"type": "number"
|
|
|
|
},
|
2022-11-07 11:21:14 +00:00
|
|
|
"timeToBreakTime": {
|
|
|
|
"type": "number"
|
2023-01-12 07:50:03 +00:00
|
|
|
},
|
|
|
|
"teleworkingStart": {
|
|
|
|
"type": "number"
|
|
|
|
},
|
|
|
|
"teleworkingStartBreakTime": {
|
|
|
|
"type": "number"
|
2022-11-07 11:21:14 +00:00
|
|
|
}
|
2024-11-15 13:30:32 +00:00
|
|
|
},
|
|
|
|
"acls": [
|
|
|
|
{
|
|
|
|
"accessType": "READ",
|
|
|
|
"principalType": "ROLE",
|
|
|
|
"principalId": "$everyone",
|
|
|
|
"permission": "ALLOW"
|
|
|
|
}
|
|
|
|
]
|
2023-01-12 07:50:03 +00:00
|
|
|
}
|