后端更新

This commit is contained in:
BBIT-Kai
2026-03-26 17:48:20 +08:00
parent 4c2bcd7dce
commit 0c2859b0db
22 changed files with 1336 additions and 213 deletions
@@ -0,0 +1,7 @@
from pydantic import BaseModel
class SentinelRecordFrontRequest(BaseModel):
Id: str | None = None
DeviceId: str
VehicleImage: str | None = None