mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
añadido margen a tarifas impresion
This commit is contained in:
@ -11,6 +11,7 @@ class MaquinasTarifasImpresionEntity extends \CodeIgniter\Entity\Entity
|
||||
"tipo" => null,
|
||||
"precio" => null,
|
||||
"uso" => null,
|
||||
"margen" => null,
|
||||
"user_created_id" => 0,
|
||||
"user_updated_id" => 0,
|
||||
"is_deleted" => 0,
|
||||
@ -20,6 +21,7 @@ class MaquinasTarifasImpresionEntity extends \CodeIgniter\Entity\Entity
|
||||
protected $casts = [
|
||||
"maquina_id" => "int",
|
||||
"precio" => "float",
|
||||
"margen" => "float",
|
||||
"user_created_id" => "int",
|
||||
"user_updated_id" => "int",
|
||||
"is_deleted" => "int",
|
||||
|
||||
Reference in New Issue
Block a user