2022-11-07 11:21:14 +00:00
|
|
|
{
|
|
|
|
"name": "WorkerTimeControlConfig",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
|
|
|
"table": "workerTimeControlConfig"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"id": true,
|
|
|
|
"type": "number"
|
|
|
|
},
|
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
|
|
|
}
|
|
|
|
}
|
2023-01-12 07:50:03 +00:00
|
|
|
}
|