From 8c7c68d21beaeb02b2141c7279f817ee95ff7449 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 25 七月 2025 13:12:30 +0800
Subject: [PATCH] fix: bug

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

diff --git a/src/services/api/ParkBountyApply.ts b/src/services/api/ParkBountyApply.ts
index 39dd756..daa29dd 100644
--- a/src/services/api/ParkBountyApply.ts
+++ b/src/services/api/ParkBountyApply.ts
@@ -457,6 +457,24 @@
   );
 }
 
+/** 鑾峰彇鎵归噺鐧昏涓湭璐㈡斂鎷ㄤ粯鐨勪紒涓� GET /api/ParkBountyApply/GetParkBountyApplyBatchFinanceRegEnterprise */
+export async function getParkBountyApplyBatchFinanceRegEnterprise(
+  // 鍙犲姞鐢熸垚鐨凱aram绫诲瀷 (闈瀊ody鍙傛暟swagger榛樿娌℃湁鐢熸垚瀵硅薄)
+  params: API.APIgetParkBountyApplyBatchFinanceRegEnterpriseParams,
+  options?: API.RequestConfig
+) {
+  return request<API.GetNotTransferCompanyNameListOutput[]>(
+    '/api/ParkBountyApply/GetParkBountyApplyBatchFinanceRegEnterprise',
+    {
+      method: 'GET',
+      params: {
+        ...params,
+      },
+      ...(options || {}),
+    }
+  );
+}
+
 /** 杩愯惀绔�-濂栧姳閲戝彂鏀�-鍏ヨ处-鑾峰彇鎵归噺鍏ヨ处涓湭鍏ヨ处鐨勪紒涓� GET /api/ParkBountyApply/GetParkBountyApplyBatchTransferEnterprise */
 export async function getParkBountyApplyBatchTransferEnterprise(
   // 鍙犲姞鐢熸垚鐨凱aram绫诲瀷 (闈瀊ody鍙傛暟swagger榛樿娌℃湁鐢熸垚瀵硅薄)
@@ -465,6 +483,24 @@
 ) {
   return request<API.GetNotTransferCompanyNameListOutput[]>(
     '/api/ParkBountyApply/GetParkBountyApplyBatchTransferEnterprise',
+    {
+      method: 'GET',
+      params: {
+        ...params,
+      },
+      ...(options || {}),
+    }
+  );
+}
+
+/** 鑾峰彇鎵归噺鐧昏涓湭鐧昏鐨勪紒涓� GET /api/ParkBountyApply/GetParkBountyApplyBatchTransferRegEnterprise */
+export async function getParkBountyApplyBatchTransferRegEnterprise(
+  // 鍙犲姞鐢熸垚鐨凱aram绫诲瀷 (闈瀊ody鍙傛暟swagger榛樿娌℃湁鐢熸垚瀵硅薄)
+  params: API.APIgetParkBountyApplyBatchTransferRegEnterpriseParams,
+  options?: API.RequestConfig
+) {
+  return request<API.GetNotTransferCompanyNameListOutput[]>(
+    '/api/ParkBountyApply/GetParkBountyApplyBatchTransferRegEnterprise',
     {
       method: 'GET',
       params: {
@@ -1042,6 +1078,14 @@
   });
 }
 
+/** 淇鏁版嵁3.4.2.6 POST /api/ParkBountyApply/RepairData3_4_2_6 */
+export async function repairData3426(options?: API.RequestConfig) {
+  return request<any>('/api/ParkBountyApply/RepairData3_4_2_6', {
+    method: 'POST',
+    ...(options || {}),
+  });
+}
+
 /** 淇濆瓨濂栭噾鍒嗛厤琛ㄣ�佸鍔遍噾姹囨�昏〃銆佸鍔辨�婚 POST /api/ParkBountyApply/SaveParkBountyApplyCollectFile */
 export async function saveParkBountyApplyCollectFile(
   body: API.SaveParkBountyApplyCollectFileInput,

--
Gitblit v1.9.1