mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
modificacion hecha
This commit is contained in:
@ -23,7 +23,7 @@ class Maquina extends \CodeIgniter\Entity\Entity
|
||||
"orden_planning" => 1,
|
||||
"is_rotativa" => false,
|
||||
"precio_tinta_negro" => 0.0,
|
||||
"is_tinta" => false,
|
||||
"is_inkjet" => false,
|
||||
"precio_tinta_color" => 0.0,
|
||||
"velocidad_corte" => 0.0,
|
||||
"precio_hora_corte" => 0.0,
|
||||
@ -52,7 +52,7 @@ class Maquina extends \CodeIgniter\Entity\Entity
|
||||
"orden_planning" => "int",
|
||||
"is_rotativa" => "boolean",
|
||||
"precio_tinta_negro" => "float",
|
||||
"is_tinta" => "boolean",
|
||||
"is_inkjet" => "boolean",
|
||||
"precio_tinta_color" => "float",
|
||||
"velocidad_corte" => "float",
|
||||
"precio_hora_corte" => "float",
|
||||
|
||||
@ -19,6 +19,7 @@ class PapelImpresion extends \CodeIgniter\Entity\Entity
|
||||
"color" => true,
|
||||
"cubierta" => false,
|
||||
"sobrecubierta" => false,
|
||||
"inkjet" => false,
|
||||
"rotativa" => false,
|
||||
"is_deleted" => 0,
|
||||
"created_at" => null,
|
||||
|
||||
Reference in New Issue
Block a user