remove seq

This commit is contained in:
mahdahar 2025-11-14 08:30:35 +07:00
parent 8af8fea0ba
commit a0dee0f351

View File

@ -6,7 +6,7 @@ use App\Models\BaseModel;
class PatVisitADTModel extends BaseModel {
protected $table = 'patvisitadt';
protected $primaryKey = 'PVADTID';
protected $allowedFields = ['InternalPVID', 'Sequence', 'ADTCode', 'LocationID', 'AttDoc', 'RefDoc', 'AdmDoc', 'CnsDoc',
protected $allowedFields = ['InternalPVID', 'ADTCode', 'LocationID', 'AttDoc', 'RefDoc', 'AdmDoc', 'CnsDoc',
'CreateDate', 'EndDate', 'ArchivedDate', 'DelDate'];
protected $visnum_prefix;