Se modifico el task de coves
This commit is contained in:
14
schemas/remesaSchema.py
Normal file
14
schemas/remesaSchema.py
Normal 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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user