2025-03-25 14:16:49 -05:00

9 lines
119 B
Python

from pydantic import BaseModel
class Producto(BaseModel):
id: int
username: str
nombre: str
rol: str