Files
safekat/ci4/app/Entities/Produccion/OrdenTrabajoUserEntity.php
amazuecos d5719b70a1 ots
2024-12-15 16:07:54 +01:00

13 lines
250 B
PHP

<?php
namespace App\Entities\Produccion;
use CodeIgniter\Entity\Entity;
class OrdenTrabajoUserEntity extends Entity
{
protected $datamap = [];
protected $dates = ['created_at', 'updated_at', 'deleted_at'];
protected $casts = [];
}