add member link document

This commit is contained in:
2024-02-12 12:14:53 +07:00
parent 98f5d04b4d
commit ef1b3d1301
3 changed files with 23 additions and 6 deletions

View File

@@ -17,6 +17,7 @@ class MemberAlarmCenterResources extends JsonResource
'id' => $this->id,
'personId' => $this->person_id,
'memberId' => $this->member_id,
'link_document' => $this->link_document,
'fullName' => $this->full_name,
'service' => $this->service_code,
'start_date' => $this->members_effective_date,