This commit is contained in:
jxxghp
2023-09-22 10:59:19 +08:00
parent bcb1fc1600
commit f74ffed3ae
4 changed files with 60 additions and 15 deletions

View File

@ -35,6 +35,8 @@ class TransferInfo(BaseModel):
"""
文件转移结果信息
"""
# 是否成功标志
success: bool = True
# 转移⼁路径
path: Optional[Path] = None
# 转移后路径