补全yolov5的代码
This commit is contained in:
@ -103,6 +103,7 @@ class ProjectDetect(DbCommon):
|
||||
detect_status: Mapped[int] = mapped_column(Integer)
|
||||
file_type: Mapped[str] = mapped_column(String(10))
|
||||
folder_url: Mapped[str] = mapped_column(String(255))
|
||||
rtsp_url: Mapped[str] = mapped_column(String(255))
|
||||
|
||||
|
||||
class ProjectDetectImg(DbCommon):
|
||||
|
@ -24,6 +24,7 @@ class ProjectDetectOut(BaseModel):
|
||||
detect_version: Optional[int]
|
||||
file_type: Optional[str]
|
||||
folder_url: Optional[str]
|
||||
rtsp_url: Optional[str]
|
||||
create_time: Optional[datetime]
|
||||
|
||||
class Config:
|
||||
|
Reference in New Issue
Block a user