From 8b3c422cc075f1083f8961663fb2e2f56f8b2e92 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 12 六月 2025 14:30:37 +0800
Subject: [PATCH] fix: s

---
 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