修改医生问诊配置

This commit is contained in:
2024-04-10 08:55:44 +08:00
parent ccd5817faf
commit 6ff6ba2851
5 changed files with 100 additions and 18 deletions
+3
View File
@@ -578,6 +578,9 @@ Router::addGroup('/patient', function () {
// 删除家庭成员病情记录
Router::delete('/{pathography_id:\d+}', [PatientPathographyController::class, 'deleteFamilyPathography']);
});
// 获取用户购买的服务包
});
// 药师端api