hospital-applets-api/app/Controller/UserPatientController.php

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