Working on user login with membership for IDAA

This commit is contained in:
Scott Idem
2021-10-04 21:05:42 -04:00
parent b816d3dbb1
commit d6892c168c
2 changed files with 8 additions and 0 deletions

View File

@@ -91,6 +91,8 @@ class Person_Base(BaseModel):
enable: Optional[bool]
group: Optional[str]
notes: Optional[str]
created_on: Optional[datetime.datetime] = None