Files
lis/app/SIMBHPJenis.php
Duidev Software House f2c4fb19eb SIM Barang Habis Pakai
2025-01-30 19:10:26 +07:00

12 lines
171 B
PHP

<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class SIMBHPJenis extends Model
{
protected $table = "simbhpjenis";
protected $guarded = [];
}