From 1c9958b4088f9f90d397c890e575c72ef80dea54 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 16 十月 2025 15:51:34 +0800
Subject: [PATCH] fix: bug

---
 src/services/api/index.ts |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/services/api/index.ts b/src/services/api/index.ts
index ea6856d..e267aca 100644
--- a/src/services/api/index.ts
+++ b/src/services/api/index.ts
@@ -22,6 +22,7 @@
 import * as Consult from './Consult';
 import * as CooperationApply from './CooperationApply';
 import * as Customer from './Customer';
+import * as ElectronSign from './ElectronSign';
 import * as EnterpriseApplyFile from './EnterpriseApplyFile';
 import * as EnterpriseMaterial from './EnterpriseMaterial';
 import * as ExternalSystem from './ExternalSystem';
@@ -74,6 +75,7 @@
 import * as Resource from './Resource';
 import * as SearchSetting from './SearchSetting';
 import * as Setting from './Setting';
+import * as SmsUtils from './SmsUtils';
 import * as Statistics from './Statistics';
 import * as SysOrg from './SysOrg';
 import * as SystemNotice from './SystemNotice';
@@ -111,6 +113,7 @@
   Consult,
   CooperationApply,
   Customer,
+  ElectronSign,
   EnterpriseApplyFile,
   EnterpriseMaterial,
   ExternalSystem,
@@ -163,6 +166,7 @@
   Resource,
   SearchSetting,
   Setting,
+  SmsUtils,
   Statistics,
   SysOrg,
   SystemNotice,

--
Gitblit v1.9.1