terminada revision de pedidos

This commit is contained in:
2025-03-28 00:52:49 +01:00
parent 0e91105f68
commit 33ce64df0f
20 changed files with 960 additions and 806 deletions

View File

@ -9,7 +9,7 @@ use CodeIgniter\Model;
class TarifaExtraMaquinaModel extends Model
{
protected $table = 'tarifa_acabado_maquinas';
protected $table = 'tarifa_extra_maquinas';
protected $primaryKey = 'id';
protected $useAutoIncrement = true;
protected $returnType = TarifaExtraMaquinaEntity::class;