This commit is contained in:
Dwi Swandhana
2026-03-06 12:58:40 +07:00
parent 9bd38a470e
commit 5f37ce8def
5 changed files with 333 additions and 85 deletions

No files matched your search

@@ -0,0 +1,11 @@
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class RekapPenerimaanSamplePrintHistory extends Model
{
protected $table = 'rekap_penerimaan_sample_print_histories';
protected $guarded = [];
}