From 598d868e59daae4502c4f8fe4b4d3833a7e371be Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 23 七月 2025 16:45:13 +0800
Subject: [PATCH] feat: 接口

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

diff --git a/src/services/api/index.ts b/src/services/api/index.ts
index ea6856d..c79d3c6 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';
@@ -111,6 +112,7 @@
   Consult,
   CooperationApply,
   Customer,
+  ElectronSign,
   EnterpriseApplyFile,
   EnterpriseMaterial,
   ExternalSystem,

--
Gitblit v1.9.1