19 lines
320 B
JSON
19 lines
320 B
JSON
|
{
|
||
|
"name": "RouteConfig",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "routeConfig"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"type": "number",
|
||
|
"description": "Identifier"
|
||
|
},
|
||
|
"kmMax": {
|
||
|
"type": "number"
|
||
|
}
|
||
|
}
|
||
|
}
|