salix/services/route/common/models/zone.json

23 lines
351 B
JSON
Raw Normal View History

2017-10-11 10:47:02 +00:00
{
"name": "Zone",
2017-10-11 13:36:47 +00:00
"base": "VnModel",
"options": {
"mysql": {
"table": "zone"
}
},
2017-10-11 10:47:02 +00:00
"properties": {
"id": {
"id": true,
"type": "Number",
"forceId": false
},
"name": {
"type": "String"
},
"printingOrder":{
"type": "Number"
}
2017-10-11 13:36:47 +00:00
}
2017-10-11 10:47:02 +00:00
}