新增 获取家庭成员病情记录列表-分页

This commit is contained in:
2023-11-20 16:26:18 +08:00
parent 65a5f6bc4d
commit 7df80196c2
6 changed files with 81 additions and 37 deletions
+4 -1
View File
@@ -8,7 +8,10 @@ use Hyperf\Validation\Request\FormRequest;
class PatientPathographyRequest extends FormRequest
{
protected array $scenes = [
'existFamilyPathography' => [ // 获取患者优惠卷列表
'existFamilyPathography' => [ // 检测家庭成员是否存在病情记录
'family_id',
],
'getFamilyPathographyList' => [ // 获取家庭成员病情记录列表-分页
'family_id',
],
];