Propuesta presupuestos

This commit is contained in:
imnavajas
2023-07-07 12:36:33 +02:00
parent 461d3f1b8a
commit f67ba91b79
13 changed files with 1392 additions and 87 deletions

View File

@ -8,6 +8,8 @@ class TarifaacabadoEntity extends \CodeIgniter\Entity\Entity
protected $attributes = [
"id" => null,
"nombre" => null,
"precio_min" => 0,
"importe_fijo" => 0,
"user_created_id" => 0,
"user_update_id" => 0,
"is_deleted" => 0,