terminado edit

This commit is contained in:
Jaime Jiménez
2023-11-14 12:58:24 +01:00
parent e12913c2a0
commit 149e9f64eb
9 changed files with 415 additions and 257 deletions

View File

@ -176,6 +176,8 @@ class PresupuestoEntity extends \CodeIgniter\Entity\Entity
"deleted_at" => null,
"created_at" => null,
"updated_at" => null,
"comp_tipo_impresion" => null,
"comp_pos_paginas_color" => null,
];
protected $casts = [
"version" => "int",