yolo模型识别不到
This commit is contained in:
@ -28,7 +28,6 @@ class DeviceResponse(BaseModel):
|
||||
params: Optional[str] = Field(None, description="扩展参数(JSON字符串)")
|
||||
created_at: datetime = Field(..., description="记录创建时间")
|
||||
updated_at: datetime = Field(..., description="记录更新时间")
|
||||
|
||||
model_config = {"from_attributes": True} # 支持从数据库结果直接转换
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user