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

10 lines
102 B
JSON
Raw Permalink Normal View History

2024-02-29 15:27:42 +00:00
{
"name": "ParkingLog",
"base": "Log",
"options": {
"mysql": {
"table": "parkingLog"
}
}
}