新增 获取家庭成员病情记录详情

This commit is contained in:
2023-11-21 10:40:23 +08:00
parent 7df80196c2
commit 45e4fa886b
4 changed files with 113 additions and 7 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class PatientPathographyRequest extends FormRequest
'existFamilyPathography' => [ // 检测家庭成员是否存在病情记录
'family_id',
],
'getFamilyPathographyList' => [ // 获取家庭成员病情记录列表-分页
'getFamilyPathographyPage' => [ // 获取家庭成员病情记录列表-分页
'family_id',
],
];