python时区问题
部分接口返回的问题
This commit is contained in:
@ -66,6 +66,12 @@ class ProjectDetectLogIn(BaseModel):
|
||||
pt_type: Optional[str] = Field('best', description="权重文件类型")
|
||||
|
||||
|
||||
class ProjectDetectLogPager(BaseModel):
|
||||
detect_id: Optional[int] = Field(..., description="推理集合id")
|
||||
pagerNum: Optional[int] = Field(None, description="当前页码")
|
||||
pagerSize: Optional[int] = Field(None, description="每页数量")
|
||||
|
||||
|
||||
class ProjectDetectLogOut(BaseModel):
|
||||
id: Optional[int]
|
||||
detect_id: Optional[int]
|
||||
|
Reference in New Issue
Block a user