From b5312ca8f8cea8218293053b1a0b5b232d321a0b Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 10 十二月 2025 17:27:29 +0800
Subject: [PATCH] feat: databoard

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

diff --git a/src/services/api/EnterpriseApplyFile.ts b/src/services/api/EnterpriseApplyFile.ts
index fe47c5f..e2686e5 100644
--- a/src/services/api/EnterpriseApplyFile.ts
+++ b/src/services/api/EnterpriseApplyFile.ts
@@ -203,6 +203,24 @@
   );
 }
 
+/** 鑾峰彇浼佷笟宸蹭笂浼犵敵鎶ユ潗鏂欐湀浠� POST /api/EnterpriseApplyFile/GetEnterpriseMonthApplyHasUploadFileList */
+export async function getEnterpriseMonthApplyHasUploadFileList(
+  body: API.GetEnterpriseMonthApplyHasUploadFileListInput,
+  options?: API.RequestConfig
+) {
+  return request<API.GetEnterpriseMonthApplyFileOutput[]>(
+    '/api/EnterpriseApplyFile/GetEnterpriseMonthApplyHasUploadFileList',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
+      ...(options || {}),
+    }
+  );
+}
+
 /** 鑾峰彇鍥尯姹囨�绘潗鏂欑被鍨� POST /api/EnterpriseApplyFile/GetParkCollectFileTypeList */
 export async function getParkCollectFileTypeList(
   body: API.GetParkCollectFileTypeListInput,

--
Gitblit v1.9.1