tambah field invoice no dan billing no

This commit is contained in:
2024-04-25 17:05:00 +07:00
parent 0b7a8191bf
commit 60af8f21ce
6 changed files with 87 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ class RequestLog extends Model
public $fillable = [
'uuid',
'invoice_no',
'billing_no',
'submission_date',
'discharge_date',
'member_id',