falta botones exportar, etc

This commit is contained in:
Jaime Jimenez
2023-09-04 09:05:48 +02:00
parent 56b233af1f
commit 289d89851b
11 changed files with 112 additions and 76 deletions

View File

@ -8,6 +8,7 @@ class TarifaEnvioZonaEntity extends \CodeIgniter\Entity\Entity
protected $attributes = [
"id" => null,
"tarifa_envio_id" => null,
"nombre" => "",
"cp_inicial" => null,
"cp_final" => null,
"importe_fijo" => 0,