mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Avance en Servicios de acabado
This commit is contained in:
@ -9,18 +9,15 @@ class PresupuestoAcabadosEntity extends \CodeIgniter\Entity\Entity
|
||||
"id" => null,
|
||||
"presupuesto_id" => null,
|
||||
"tarifa_acabado_id" => null,
|
||||
"nombre" => null,
|
||||
"precio" => null,
|
||||
"precio_unidad" => null,
|
||||
"tirada" => null,
|
||||
"precio_total" => null,
|
||||
"created_at" => null,
|
||||
"updated_at" => null,
|
||||
];
|
||||
protected $casts = [
|
||||
"presupuesto_id" => "int",
|
||||
"tarifa_acabado_id" => "int",
|
||||
"precio" => "float",
|
||||
"precio_unidad" => "float",
|
||||
"tirada" => "int",
|
||||
"precio_total" => "float",
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user