From 89436385a31b0f31c33bb4688ab7c3b549ecc125 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 10 十二月 2025 17:15:52 +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