feat:目录结构重大调整,谨慎更新到dev
This commit is contained in:
@ -59,6 +59,8 @@ class TransferInfo(BaseModel):
|
||||
fail_list: Optional[list] = []
|
||||
# 错误信息
|
||||
message: Optional[str] = None
|
||||
# 是否需要刮削
|
||||
need_scrape: Optional[bool] = False
|
||||
|
||||
def to_dict(self):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user