feat: transType API

- 针对查询可用整理方式的API
This commit is contained in:
Aqr-K
2024-09-26 20:56:33 +08:00
parent ddfcdf9ce2
commit 35c68fe30d
4 changed files with 38 additions and 0 deletions
+5
View File
@@ -41,3 +41,8 @@ class StorageUsage(BaseModel):
total: float = 0.0
# 剩余空间
available: float = 0.0
class StorageTransType(BaseModel):
# 传输类型
transtype: Optional[dict] = {}