Working on user log in

This commit is contained in:
Scott Idem
2021-04-07 15:09:18 -04:00
parent a3403109ae
commit 59417c6f91
3 changed files with 84 additions and 3 deletions

View File

@@ -24,6 +24,7 @@ class Account_Base(BaseModel):
code: Optional[str]
name: Optional[str]
short_name: Optional[str]
description: Optional[str]
enable: Optional[bool]