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

10 lines
102 B
JSON
Raw Permalink Normal View History

2024-03-14 07:36:19 +00:00
{
"name": "ParkingLog",
"base": "Log",
"options": {
"mysql": {
"table": "parkingLog"
}
}
}