┌──────────────────────┐ │CuentaPagos │ ├──────────────────────┤ │Integer IdCuentaPago │ │Integer IdPlazaUso │ │Integer IdUsuario │ │DateTime FechaRegistra│ │Numeric Monto │ │SmallInt Estado │ └──────────────────────┘ ┌──────────────────────┐ │PlazasUso │ ├──────────────────────┤ │Integer IdPlazaUso │ │DateTime FechaRegistra│ │Integer IdPlaza │ │Integer IdUsuario │ │Integer IdCliente │ │Integer IdEmpleado │ │Integer IdAuto │ │Datetime InicioUso │ │Datetime FinUso │ │SmallInt Estado │ └──────────────────────┘ ┌──────────────────────┐ ┌─────────────────────┐ │Usuarios │ │Autos │ ┌───────────────┐ ├──────────────────────┤ ├─────────────────────┤ │Plazas │ │Integer IdUsuario │ │Integer IdAuto │ ├───────────────┤ │Integer IdCliente │ │Integer IdCliente │ │Integer IdPlaza│ │SmallInt IdTipoUsuario│ │String Marca │ │Integer IdPlaya│ │String Usuario │ │String Modelo │ │String Zona │ │String Password │ │SmallInt AñoModelo │ │String Codigo │ │String NombreCompleto │ │DateTime FechaIngreso│ │SmallInt Estado│ │SmallInt Estado │ │String Observacion │ └───────────────┘ └──────────────────────┘ └─────────────────────┘ | | | ┌───────────────────────┐ | │Empleados │ ┌──────────────────────┐ ┌────────────────┐ ├───────────────────────┤ │Clientes │ │Playas │ │Integer IdEmpleado │ ├──────────────────────┤ ├────────────────┤ │SmallInt IdTipoEmpleado│ │Integer IdCliente │ │Integer IdPlaya │ │String Nombre │ │String Nombre │ │String Ubigeo │ │String ApellidoPaterno │ │smallInt TipoDocumento│ │String Nombre │ │String ApellidoMaterno │ │String Documento │ │String Direccion│ │SmallInt TipoDocumento │ │Smallint Estado │ └────────────────┘ │String Documento │ └──────────────────────┘ └───────────────────────┘