feat: 用户管理

This commit is contained in:
zy7y
2022-09-15 17:29:15 +08:00
parent fc8632b16e
commit 62c647c1f2
15 changed files with 356 additions and 71 deletions

View File

@@ -42,7 +42,7 @@ class QueryData(BaseModel):
"""分页查询基础数据"""
offset: int = 1
size: int = 10
limit: int = 10
class ListAll(GenericModel, Generic[T]):