backup stok audit

This commit is contained in:
Afiq
2022-05-30 00:57:12 +08:00
parent 6dc24a2b56
commit 8f07abe21b
17 changed files with 2368 additions and 739 deletions
+25
View File
@@ -0,0 +1,25 @@
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class StokAudit8 extends Model
{
protected $table = 'stokaudit8';
/**
* 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 = [];
}