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

10 lines
98 B
PHP

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