This commit is contained in:
hackrobot
2024-07-15 19:36:57 +08:00
parent 77a79360bc
commit 7f8d4f55f1

View File

@@ -20,4 +20,5 @@ class User(UserBase):
id: int id: int
class Config: class Config:
orm_mode = True # orm_mode = True
from_attributes = True