From 0aab114ff888094283b8197ef20d387906209a57 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期四, 24 七月 2025 17:53:24 +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