terminando la consulta get resource del modelo maquinaspapelimpresion

This commit is contained in:
Jaime Jimenez
2023-06-30 11:34:30 +02:00
parent 38dd7cdadf
commit d356974178
11 changed files with 269 additions and 110 deletions

View File

@ -11,7 +11,6 @@ class MaquinasTarifasImpresionEntity extends \CodeIgniter\Entity\Entity
"tipo" => null,
"precio" => null,
"uso" => null,
"predeterminado" => false,
"user_created_id" => 0,
"user_updated_id" => 0,
"is_deleted" => 0,
@ -21,7 +20,6 @@ class MaquinasTarifasImpresionEntity extends \CodeIgniter\Entity\Entity
protected $casts = [
"maquina_id" => "int",
"precio" => "float",
"predeterminado" => "boolean",
"user_created_id" => "int",
"user_updated_id" => "int",
"is_deleted" => "int",