From 35a917ce148a495062add10677d819c4e760c9a2 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期一, 28 四月 2025 14:25:12 +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 ac84523..925c18e 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 EnterpriseApplyFile from './EnterpriseApplyFile';
 import * as EnterpriseMaterial from './EnterpriseMaterial';
 import * as Features from './Features';
 import * as FirstPartyCompany from './FirstPartyCompany';
@@ -108,6 +109,7 @@
   Consult,
   CooperationApply,
   Customer,
+  EnterpriseApplyFile,
   EnterpriseMaterial,
   Features,
   FirstPartyCompany,

--
Gitblit v1.9.1