{
	"name": "ZoneExclusionGeo",
	"base": "VnModel",
	"options": {
		"mysql": {
			"table": "zoneExclusionGeo"
		}
	},
	"properties": {
		"id": {
			"id": true,
			"type": "number"
		},
		"zoneExclusionFk": {
			"type": "number"
		},
		"geoFk": {
			"type": "number"
		}
	}
}