SIM Barang Habis Pakai

This commit is contained in:
Duidev Software House
2025-01-30 19:10:26 +07:00
parent 1fd881750d
commit f2c4fb19eb
9 changed files with 1265 additions and 44 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class SIMBHPReport extends Model
{
protected $table = "simbhpreport";
protected $guarded = [];
}