generated from Luis/nextjs-python-web-template
Trying to fix attach entity
This commit is contained in:
@@ -41,6 +41,7 @@ class EntityCreate(EntityBase):
|
||||
|
||||
class Entity(EntityCreate):
|
||||
attached: bool = Field(...)
|
||||
stop_health_task: bool = Field(...)
|
||||
|
||||
class Config:
|
||||
orm_mode = True
|
||||
|
||||
Reference in New Issue
Block a user