Files
hospital-applets-api/app/Controller/UserPatientController.php
T
2023-02-27 18:02:41 +08:00

16 lines
281 B
PHP

<?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
{
}