新增 删除家庭成员病情记录
This commit is contained in:
@@ -502,6 +502,9 @@ Router::addGroup('/patient', function () {
|
||||
|
||||
// 获取家庭成员病情记录分组
|
||||
Router::get('/group', [PatientPathographyController::class, 'getFamilyPathographyGroup']);
|
||||
|
||||
// 删除家庭成员病情记录
|
||||
Router::delete('/{pathography_id:\d+}', [PatientPathographyController::class, 'deleteFamilyPathography']);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user