hospital-applets-api/app/Services/UserPatientService.php
2023-02-17 17:10:16 +08:00

10 lines
149 B
PHP

<?php
namespace App\Services;
use App\Model\PatientHistoryInquiry as PatientHistoryInquiryModel;
class UserPatientService extends BaseService
{
}