edit : ward_id 적용 (정의된 상수값 사용)

This commit is contained in:
2026-03-04 16:54:28 +09:00
parent 0b446eed54
commit d2a84c1da0
4 changed files with 60 additions and 16 deletions

View File

@@ -7,8 +7,8 @@ from datetime import datetime
#=========================================
class Header(BaseModel):
camera_id: str
ward_id: str
timestamp: datetime
ward_id: str | None
timestamp: str
frame_id: int
#=========================================