salix/back/models/machine-worker-config.json

19 lines
289 B
JSON
Raw Normal View History

2023-11-22 13:25:19 +00:00
{
"name": "MachineWorkerConfig",
"base": "VnModel",
"options": {
"mysql": {
"table": "vn.machineWorkerConfig"
}
},
"properties": {
"id": {
"type": "number",
"id": true
},
"maxHours": {
"type": "number"
}
}
}