salix/modules/zone/back/models/zone-exclusion-geo.json

21 lines
273 B
JSON
Raw Normal View History

2022-05-12 11:53:13 +00:00
{
"name": "ZoneExclusionGeo",
"base": "VnModel",
"options": {
"mysql": {
"table": "zoneExclusionGeo"
}
},
"properties": {
"id": {
2022-05-27 11:54:35 +00:00
"id": true,
"type": "number"
},
"zoneExclusionFk": {
"type": "number"
2022-05-12 11:53:13 +00:00
},
"geoFk": {
"type": "number"
2022-05-12 11:53:13 +00:00
}
}
}