Files
api_arrahn/app/Tebus.php
T
hafifierahman 8fe416181a add penebusan
2020-12-10 17:03:19 +08:00

71 lines
1.3 KiB
PHP

<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Tebus extends Model
{
protected $table = 'tebus';
public $timestamps = false;
/**
* The attributes that are mass assignable.
*
* @var array
*/
protected $fillable = [
'sirit',
'kodcaw',
'norujukan',
'nopelanggan',
'JenisByr',
'jenistebus',
'CajCek',
'glcode',
't_tebus',
'jbg',
'kadarupah',
'ansuran',
'nilaimarhun',
'addpinjaman',
'pinjaman',
'BakiPjm',
'bakiupah',
'terima',
'cetak',
'teller',
'pelulus',
'pelulust',
'F_Lulus',
'nowakil',
'prkod',
'cancelID',
'CancelTime',
'kodgl',
'UpahAsal',
'rebate',
'marhuntebus',
// 'Tiada',
// 'GantiRugi',
// 'TrkhUpah',
// 'tagterima',
'hubungan',
// 'upahpercuma',
'upahdibayar' ,
// 'bayaranpampasan',
'historygadaian',
'pinjamanterkini',
// 'byrnonline',
// 'byrnlebih',
// 'byrnkurang',
'tarikhbyrn',
];
/**
* The attributes excluded from the model's JSON form.
*
* @var array
*/
// protected $hidden = [];
}