mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
ya funcionando la consulta de papel_impresion/maquinas
This commit is contained in:
@ -8,8 +8,7 @@ class MaquinasCallesEntity extends \CodeIgniter\Entity\Entity
|
||||
protected $attributes = [
|
||||
"id" => null,
|
||||
"maquina_id" => null,
|
||||
"formas_min" => null,
|
||||
"formas_max" => null,
|
||||
"formas" => null,
|
||||
"internas" => 3.32,
|
||||
"externas" => 1.66,
|
||||
"user_created_id" => 0,
|
||||
@ -20,8 +19,7 @@ class MaquinasCallesEntity extends \CodeIgniter\Entity\Entity
|
||||
];
|
||||
protected $casts = [
|
||||
"maquina_id" => "int",
|
||||
"formas_min" => "int",
|
||||
"formas_max" => "int",
|
||||
"formas" => "int",
|
||||
"internas" => "float",
|
||||
"externas" => "float",
|
||||
"user_created_id" => "int",
|
||||
|
||||
Reference in New Issue
Block a user