salix/back/models/route.json

19 lines
271 B
JSON
Raw Normal View History

2017-07-03 12:29:09 +00:00
{
"name": "Route",
2017-10-11 13:36:47 +00:00
"base": "VnModel",
"options": {
"mysql": {
"table": "route"
}
},
2017-07-03 12:29:09 +00:00
"properties": {
"id": {
"type": "Number",
"id": true,
"description": "Identifier"
},
"date": {
"type": "date"
}
}
2017-07-03 12:29:09 +00:00
}