salix/back/models/production-config.json

25 lines
363 B
JSON
Raw Permalink Normal View History

{
"name": "ProductionConfig",
"base": "VnModel",
"options": {
"mysql": {
2024-06-18 08:08:40 +00:00
"table": "productionConfig"
}
2024-06-18 08:08:40 +00:00
},
"properties": {
"id": {
"type": "number",
"required": true,
"id": true
},
2024-06-18 08:08:40 +00:00
"sectorFromCode": {
"type": "string"
},
"sectorToCode": {
"type": "string"
},
"backupPrinterNotificationDelay": {
"type": "string"
}
}
2024-06-18 08:08:40 +00:00
}