from sqlmodel import SQLModel class ClientCreate(SQLModel): tin_number: int names: str phone_number: str