salix/modules/route/back/models/deliveryPoint.json

23 lines
409 B
JSON
Raw Normal View History

{
"name": "DeliveryPoint",
"base": "VnModel",
"options": {
"mysql": {
"table": "deliveryPoint"
}
},
"properties": {
"id": {
2022-05-12 07:47:47 +00:00
"type": "number",
"id": true,
"description": "Identifier"
},
"name": {
2022-05-12 07:47:47 +00:00
"type": "string"
},
"ubication": {
2022-05-12 07:47:47 +00:00
"type": "string"
}
}
}