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

19 lines
289 B
JSON
Raw Permalink Normal View History

2024-03-14 07:36:19 +00:00
{
"name": "MachineWorkerConfig",
"base": "VnModel",
"options": {
"mysql": {
"table": "vn.machineWorkerConfig"
}
},
"properties": {
"id": {
"type": "number",
"id": true
},
"maxHours": {
"type": "number"
}
}
}