Adding chtlawfirm to the api

This commit is contained in:
2025-04-10 22:43:00 +02:00
parent 72a8e7fb91
commit ef9ae99cb6
34 changed files with 1648 additions and 44 deletions

View File

@@ -2,7 +2,7 @@ from beanie import PydanticObjectId
from pydantic import Field, BaseModel
from pymongo import IndexModel
from hub import CrudDocument
from hub.core import CrudDocument
class Firm(CrudDocument):
name: str = Field()