28 lines
552 B
JSON
28 lines
552 B
JSON
{
|
|
"name": "WorkerTimeControlConfig",
|
|
"base": "VnModel",
|
|
"options": {
|
|
"mysql": {
|
|
"table": "workerTimeControlConfig"
|
|
}
|
|
},
|
|
"properties": {
|
|
"id": {
|
|
"id": true,
|
|
"type": "number"
|
|
},
|
|
"breakTime": {
|
|
"type": "number"
|
|
},
|
|
"timeToBreakTime": {
|
|
"type": "number"
|
|
},
|
|
"teleworkingStart": {
|
|
"type": "number"
|
|
},
|
|
"teleworkingStartBreakTime": {
|
|
"type": "number"
|
|
}
|
|
}
|
|
}
|