Primera version estable de microservicios
This commit is contained in:
15
schemas/vucemSchema.py
Normal file
15
schemas/vucemSchema.py
Normal file
@@ -0,0 +1,15 @@
|
||||
from fastapi import FastAPI
|
||||
from pydantic import BaseModel
|
||||
from uuid import UUID
|
||||
|
||||
class VucemSchema(BaseModel):
|
||||
id: str
|
||||
organization_id: str
|
||||
user: str
|
||||
password: str
|
||||
patente: str
|
||||
is_active: bool
|
||||
is_importer: bool
|
||||
acuseCove: bool
|
||||
acuseedocument: bool
|
||||
|
||||
Reference in New Issue
Block a user