19 lines
289 B
JSON
19 lines
289 B
JSON
|
{
|
||
|
"name": "MachineWorkerConfig",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "vn.machineWorkerConfig"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"type": "number",
|
||
|
"id": true
|
||
|
},
|
||
|
"maxHours": {
|
||
|
"type": "number"
|
||
|
}
|
||
|
}
|
||
|
}
|