hospital-applets-api/app/Services/UserPatientService.php

10 lines
98 B
PHP

<?php
namespace App\Services;
/**
* 患者
*/
class UserPatientService extends BaseService
{
}