This commit is contained in:
2024-03-01 11:46:44 +08:00
parent caf1a6b922
commit 825eb7b859
2 changed files with 17 additions and 13 deletions
+14
View File
@@ -0,0 +1,14 @@
<?php
namespace App\Services;
/**
* 问诊配置
*/
class InquiryConfigService extends BaseService
{
public function get()
{
}
}