{
	"name": "ProductionConfig",
	"base": "VnModel",
	"options": {
		"mysql": {
			"table": "productionConfig"
		}
	},
	"properties": {
		"id": {
			"type": "number",
			"required": true,
			"id": true
		},
		"sectorFromCode": {
			"type": "string"
		},
		"sectorToCode": {
			"type": "string"
		},
		"backupPrinterNotificationDelay": {
			"type": "string"
		},
		"itemOrderReviewHours": {
			"type": "number"
		}
	}
}