拆分医生详情接口,

This commit is contained in:
2024-01-03 11:57:14 +08:00
parent b53b0204cf
commit 6342f28467
6 changed files with 442 additions and 183 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ use App\Model\UserDoctor;
use Hyperf\DbConnection\Db;
/**
* 医生问诊
* 医生问诊配置
*/
class DoctorInquiryService extends BaseService
{