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