refs #6820 fix back #2480

Merged
carlossa merged 3 commits from 6820-fixMaxKmRoute into dev 2024-05-22 13:55:54 +00:00
2 changed files with 24 additions and 0 deletions
Showing only changes of commit 7f1210e712 - Show all commits

View File

@ -186,5 +186,8 @@
}, },
"AgencyWorkCenter": { "AgencyWorkCenter": {
"dataSource": "vn" "dataSource": "vn"
},
"RouteConfig": {
"dataSource": "vn"
} }
} }

View File

@ -0,0 +1,21 @@
{
"name": "RouteConfig",
"base": "VnModel",
"mixins": {
carlossa marked this conversation as resolved
Review

quitar

quitar
"Loggable": true
},
"options": {
"mysql": {
"table": "routeConfig"
}
},
"properties": {
"id": {
"type": "number",
"description": "Identifier"
},
"kmMax": {
"type": "number"
}
}
}