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

18 lines
278 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",
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
}