代码优化
This commit is contained in:
parent
9e76be1976
commit
9301a8814f
|
|
@ -59,4 +59,4 @@ class BackupItem(BaseModel):
|
||||||
account_id: str = Field(..., description="账号ID")
|
account_id: str = Field(..., description="账号ID")
|
||||||
script_name: str = Field(..., description="脚本名称")
|
script_name: str = Field(..., description="脚本名称")
|
||||||
is_restore: bool = Field(..., description="是否还原")
|
is_restore: bool = Field(..., description="是否还原")
|
||||||
country: bool = Field(..., description="国家")
|
country: str = Field(..., description="国家")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue