Files
api_arrahn/app/StokAudit11.php
T
2022-05-30 00:57:12 +08:00

26 lines
564 B
PHP

<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class StokAudit11 extends Model
{
protected $table = 'stokaudit11';
/**
* The attributes that are mass assignable.
*
* @var array
*/
protected $fillable = ['tahun','bulan','norujukan','tempoh','nokp','berat','nilaimarhun','pinjaman','bakipjm','kadarupdah','tempohblmbyar','upahblmbyar','lanjutan'];
public $timestamps = false;
/**
* The attributes excluded from the model's JSON form.
*
* @var array
*/
// protected $hidden = [];
}