feat(customers): add initial admin bootstrap and csv import
This commit is contained in:
parent
c816e9869d
commit
ecab0fe6b6
27 changed files with 1197 additions and 34 deletions
|
|
@ -68,6 +68,8 @@ class RoleResponse(BaseModel):
|
|||
|
||||
class CurrentUserResponse(BaseModel):
|
||||
id: int
|
||||
first_name: str
|
||||
last_name: str
|
||||
username: str
|
||||
email: str
|
||||
role: str
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue