lpj/app/Models/HubunganPemilikJaminan.php

10 lines
226 B
PHP
Raw Normal View History

2024-08-14 09:49:56 +00:00
<?php
namespace Modules\Lpj\Models;
class HubunganPemilikJaminan extends Base
{
protected $table = 'hubungan_pemilik_jaminan';
protected $fillable = ['name','authorized_at','authorized_status','authorized_by'];
}