• 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
  • pr0nstar's avatar
    ubigeo total · 27a9950d
    27a9950d Browse Files
    pr0nstar authored 2026-04-29 17:31:05 -0400
ubigeo.py 299 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
    mont: float
    per_capita: str
    ranking: int
    n_entidades: int