salix/modules/agency/back/models/zone-calc-ticket.json

22 lines
332 B
JSON
Raw Normal View History

2020-01-22 09:41:09 +00:00
{
2020-02-06 15:04:23 +00:00
"name": "ZoneCalcTicket",
2020-01-22 09:41:09 +00:00
"base": "VnModel",
"options": {
"mysql": {
2020-02-06 15:04:23 +00:00
"table": "zoneCalcTicket"
2020-01-22 09:41:09 +00:00
}
},
"properties": {
"zoneFk": {
"id": true,
"type": "Number"
}
},
"relations": {
"zone": {
"type": "belongsTo",
"model": "Zone",
"foreignKey": "zoneFk"
}
}
}