Se modifico el task de coves

This commit is contained in:
2025-09-01 15:55:09 -06:00
parent 879ce8d544
commit c572d4beed
39 changed files with 173 additions and 31 deletions

View File

@@ -1,8 +0,0 @@
from fastapi import FastAPI
from pydantic import BaseModel
from uuid import UUID
class AcuseSchema(BaseModel):
document_id: str

14
schemas/remesaSchema.py Normal file
View File

@@ -0,0 +1,14 @@
from fastapi import FastAPI
from pydantic import BaseModel
from uuid import UUID
# Aplica para Acuse y Acuse Cove
class Remesa(BaseModel):
numero_operacion: str
vu_user: str
password: str