• This project
    • Loading...
  • Sign in

Gabriel Weisse / presupuestov1

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • presupuestov1
  • schemas
  • ubigeo.py
  • root's avatar
    da fak fixes · 54d1e2d3
    54d1e2d3 Browse Files
    root authored 2026-07-29 09:51:35 -0400
ubigeo.py 302 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
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