检测是否可以接诊

This commit is contained in:
2023-02-27 18:02:41 +08:00
parent 9b137d16f5
commit 5825138b7f
12 changed files with 357 additions and 48 deletions
+3 -3
View File
@@ -2,9 +2,9 @@
namespace App\Services;
use App\Model\PatientHistoryInquiry as PatientHistoryInquiryModel;
/**
* 患者
*/
class UserPatientService extends BaseService
{
}