检测是否可以接诊

This commit is contained in:
2023-02-27 18:02:41 +08:00
parent 9b137d16f5
commit 5825138b7f
12 changed files with 357 additions and 48 deletions
+16
View File
@@ -0,0 +1,16 @@
<?php
namespace App\Controller;
use App\Request\UserPatientRequest;
use Psr\Container\ContainerExceptionInterface;
use Psr\Container\NotFoundExceptionInterface;
use Psr\Http\Message\ResponseInterface;
/**
* 患者
*/
class UserPatientController extends AbstractController
{
}