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