From 0a6c9341f947ba8feddad8e5a25f86bce4540815 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 11 十二月 2025 13:59:30 +0800
Subject: [PATCH] fix: s
---
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