ubigeo.py
302 Bytes
from typing import List
from presupuestov1.schema import OrmBaseModel
from presupuestov1 import schemas
class UbigeoResumenes(OrmBaseModel):
gestion: int
ubigeo: str
desc_ubigeo: str
desc_departamento: str
monto: float
per_capita: float
ranking: int
n_entidades: int