remove seq
This commit is contained in:
parent
8af8fea0ba
commit
a0dee0f351
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user