add new db

This commit is contained in:
Afiq
2021-01-11 17:59:46 +08:00
parent dad0e2a9a1
commit 27155b739c
21 changed files with 297 additions and 241 deletions
+17 -17
View File
@@ -15,23 +15,23 @@ class HapusKira extends Model
* @var array
*/
protected $fillable = [
'RECNO',
'KODCAW',
'BATCHNO',
'NORUJUKAN',
'TARIKH',
'KADARUPAH',
'AMAUN',
'N_MARHUN',
'SEMUA',
'NOTA' ,
'PRKOD',
'TELLER',
'PELULUS',
'TERIMA',
'BAKIPJM',
'BAKIUPAH',
'KODGL'
'recno',
'kodcaw',
'batchno',
'norujukan',
'tarikh',
'kadarupah',
'amaun',
'n_marhun',
'semua',
'nota' ,
'prkod',
'teller',
'pelulus',
'terima',
'bakipjm',
'bakiupah',
'kodgl'
];
/**