mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
terminando form de clientes direcciones
This commit is contained in:
7
ci4/app/Entities/Clientes/ClienteDireccionesEntity.php
Normal file → Executable file
7
ci4/app/Entities/Clientes/ClienteDireccionesEntity.php
Normal file → Executable file
@ -8,13 +8,14 @@ class ClienteDireccionesEntity extends \CodeIgniter\Entity\Entity
|
||||
protected $attributes = [
|
||||
"id" => null,
|
||||
"cliente_id" => null,
|
||||
"alias" => null,
|
||||
"att" => null,
|
||||
"email" => null,
|
||||
"direccion" => null,
|
||||
"pais_id" => null,
|
||||
"ccaa_id" => null,
|
||||
"provincia_id" => null,
|
||||
"municipio_id" => null,
|
||||
"provincia" => null,
|
||||
"municipio" => null,
|
||||
"cp" => null,
|
||||
"telefono" => null,
|
||||
];
|
||||
@ -22,8 +23,6 @@ class ClienteDireccionesEntity extends \CodeIgniter\Entity\Entity
|
||||
"cliente_id" => "int",
|
||||
"pais_id" => "int",
|
||||
"ccaa_id" => "int",
|
||||
"provincia_id" => "int",
|
||||
"municipio_id" => "int",
|
||||
"cp" => "int",
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user