补全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):
|
||||
|
Reference in New Issue
Block a user