2024-12-24 09:40:17 +00:00
|
|
|
{
|
|
|
|
"name": "VehicleState",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
|
|
|
"table": "vehicleState"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"type": "number",
|
|
|
|
"id": true
|
|
|
|
},
|
|
|
|
"state": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"hasToNotify": {
|
|
|
|
"type": "number"
|
|
|
|
}
|
2025-01-20 16:29:18 +00:00
|
|
|
}
|
2024-12-24 09:40:17 +00:00
|
|
|
}
|