Files
2023-12-25 09:47:54 +08:00

114 lines
2.1 KiB
PHP

<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Lelong extends Model
{
protected $table = 'lelong';
public $timestamps = false;
/**
* The attributes that are mass assignable.
*
* @var array
*/
protected $fillable = [
'batchno',
'sirilel',
'kodcaw',
'norujukan',
't_lelong',
'hargaasas',
'hargajual',
'glcode',
't_jual',
'nopembeli',
'jbg',
'kadarupah',
'upahsimpan',
'ansuran',
'nilaimarhun',
'nilaimarhuns',
'pinjaman',
'bakipjmas',
'bakipjm',
'bakiupahas',
'bakiupah',
'cajlainas',
'cajlain',
'cajlelongas',
'cajlelong',
'baki',
'terima',
'cetak',
'teller',
'pelulus',
'pelulust',
'f_lulus',
'type',
'prkod',
'tagsurat',
'trkhtuntut',
'tellertb',
'pelulustb',
'terimatb',
't_hapuskira',
'hapuskira',
'hkpjm',
'cancelid',
'canceltime',
'kodgl',
't_update',
'berat',
'marhun',
'lebihkurang',
'tagaid',
'gst_hj',
'gst_cl',
't_lelong_sim',
'hargajual_sim',
'cajlelong_sim',
'gst_hj_sim',
'gst_cl_sim',
'bakiupah_sim',
'hargaasas_sim',
'mutu_terendah',
'harga_baru',
'turun',
'percent',
'baki_sim',
'hargalama',
'makan_pinj',
'baki_upah6',
'baki6',
'tag_gst',
'tagpelanggan',
'fasa',
'jbg_lelong',
'berat_plastik',
'lel1stop',
'nopelanggan',
'status_bida_online',
'tag_tbaki',
'pel_tbaki',
'pmt',
'tagpmt',
'hargaasasasal',
'beratasal',
'loopsemak',
'tagcall',
'ujrah',
'onepercent',
'tagujrah'
];
/**
* The attributes excluded from the model's JSON form.
*
* @var array
*/
// protected $hidden = [];
}