This commit is contained in:
2024-08-05 14:57:03 +08:00
parent 146d828c0e
commit 0ad13dc162
3 changed files with 20 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ use wanghua\general_utility_tools_php\tool\Tools;
* Class Reporttt
* @package app\api\controller
*/
class Reporttt
class Reporttt extends BaseHttpApi
{
/**

View File

@@ -21,7 +21,7 @@ use wanghua\general_utility_tools_php\tool\Tools;
* Class Reportty
* @package app\api\controller
*/
class Reportty
class Reportty extends BaseHttpApi
{
/**

View File

@@ -167,6 +167,18 @@ class TabConf
static $fa_hdruserbaseinfo = 'fa_hdruserbaseinfo';
/**
* 智语医助-设备关联表
*/
static $fa_healdevicerelation = 'fa_healdevicerelation';
/**
* 医生新消息
*/
static $fa_message = 'fa_message';
/**
* 短信验证码表
*/
@@ -239,6 +251,12 @@ class TabConf
static $fa_ty_medical_report = 'fa_ty_medical_report';
/**
* 听译-用户基本信息
*/
static $fa_ty_userbaseinfo = 'fa_ty_userbaseinfo';
/**
* 听译问诊-患者病历信息
*/