salix/modules/route/back/models/route-log.json

10 lines
98 B
JSON
Raw Normal View History

2019-03-27 07:56:25 +00:00
{
"name": "RouteLog",
2023-04-24 17:10:04 +00:00
"base": "Log",
2019-03-27 07:56:25 +00:00
"options": {
"mysql": {
"table": "routeLog"
}
}
}