Commit 4dfe9f3b authored by xianyang's avatar xianyang

优化账户列表

parent 9182d7c4
......@@ -10,7 +10,7 @@ class AccountCreate(BaseModel):
class AccountList(BaseModel):
name: str
name: Optional[str] = None
page: Optional[int] = None
size: Optional[int] = None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment