terminados albaranes

This commit is contained in:
2025-04-22 10:26:33 +02:00
parent 2050f0ae1e
commit 6450231b53
6 changed files with 56 additions and 4 deletions

View File

@ -14,6 +14,7 @@ class AlbaranEntity extends \CodeIgniter\Entity\Entity
'mostrar_precios' => null,
'direccion_albaran' => null,
'att_albaran' => null,
'fecha_albaran' => null,
'user_created_id' => null,
'user_updated_id' => null,
'created_at' => null,
@ -38,6 +39,7 @@ class AlbaranEntity extends \CodeIgniter\Entity\Entity
'att_albaran' => '?string',
'user_created_id' => 'integer',
'user_updated_id' => 'integer',
'fecha_albaran' => '?datetime',
];
// Agrega tus métodos personalizados aquí