Creado concepto de ISK

This commit is contained in:
unknown
2025-04-20 15:58:43 +02:00
parent 49f9fe4009
commit f93ecda648
8 changed files with 242 additions and 290 deletions

View File

@ -0,0 +1,10 @@
<?php
namespace App\Entities\Catalogo;
use CodeIgniter\Entity\Entity;
class IdentificadorIsk extends Entity
{
protected $dates = ['created_at', 'updated_at'];
}