Penambahan FrontEnd All-New-Manufacture

This commit is contained in:
pand03
2026-01-31 14:23:04 +07:00
parent 1b2e320b2b
commit 4feb21dcbc
2891 changed files with 426849 additions and 135 deletions

View File

@@ -8,4 +8,16 @@
class DetailTransaksiStiker extends Model
{
use HasFactory;
protected $table = 'detail_transaksi_stiker';
protected $fillable = [
'notrans','nopol','jenis_mobil','adm','kategori','jenis_member','akses','akses_out','status','merk','tipe','tahun','warna','keterangan'
];
public function transaksi()
{
return $this->belongsTo(TransaksiStiker::class, 'notrans', 'notrans');
}
}