From 6d11286953b0832a8a9a14315f8784d0c025b380 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 15 五月 2025 15:42:16 +0800
Subject: [PATCH] fix: bug

---
 src/services/api/ParkBountyApply.ts |  864 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 850 insertions(+), 14 deletions(-)

diff --git a/src/services/api/ParkBountyApply.ts b/src/services/api/ParkBountyApply.ts
index 55d0e25..fbeb4ac 100644
--- a/src/services/api/ParkBountyApply.ts
+++ b/src/services/api/ParkBountyApply.ts
@@ -2,13 +2,133 @@
 // @ts-ignore
 import { request } from '@/utils/request';
 
-/** 鑾峰彇鐢虫姤璇︽儏 POST /api/ParkBountyApply/GetParkBountyApplyDetail */
-export async function getParkBountyApplyDetail(
-  body: API.GetParkBountyApplyInfoInput,
+/** 鏂板鐢虫姤(绗竴姝�) POST /api/ParkBountyApply/AddParkBountyApply */
+export async function addParkBountyApply(
+  body: API.AddParkBountyApplyStepOneInput,
   options?: API.RequestConfig
 ) {
-  return request<API.GetParkBountyApplyInfoOutput>(
-    '/api/ParkBountyApply/GetParkBountyApplyDetail',
+  return request<string>('/api/ParkBountyApply/AddParkBountyApply', {
+    method: 'POST',
+    headers: {
+      'Content-Type': 'application/json',
+    },
+    data: body,
+    ...(options || {}),
+  });
+}
+
+/** 鎾ゅ洖鐢虫姤 GET /api/ParkBountyApply/CancelParkBountyApply */
+export async function cancelParkBountyApply(
+  // 鍙犲姞鐢熸垚鐨凱aram绫诲瀷 (闈瀊ody鍙傛暟swagger榛樿娌℃湁鐢熸垚瀵硅薄)
+  params: API.APIcancelParkBountyApplyParams,
+  options?: API.RequestConfig
+) {
+  return request<number>('/api/ParkBountyApply/CancelParkBountyApply', {
+    method: 'GET',
+    params: {
+      ...params,
+    },
+    ...(options || {}),
+  });
+}
+
+/** 鎻愮幇瀹℃牳 POST /api/ParkBountyApply/CheckEnterpriseApplyDrawWith */
+export async function checkEnterpriseApplyDrawWith(
+  body: API.CheckEnterpriseApplyDrawWithInput,
+  options?: API.RequestConfig
+) {
+  return request<number>('/api/ParkBountyApply/CheckEnterpriseApplyDrawWith', {
+    method: 'POST',
+    headers: {
+      'Content-Type': 'application/json',
+    },
+    data: body,
+    ...(options || {}),
+  });
+}
+
+/** 棰勫厖鍊煎鏍� POST /api/ParkBountyApply/CheckUserEnterpriseRecharge */
+export async function checkUserEnterpriseRecharge(
+  body: API.CheckUserEnterpriseRechargeInput,
+  options?: API.RequestConfig
+) {
+  return request<number>('/api/ParkBountyApply/CheckUserEnterpriseRecharge', {
+    method: 'POST',
+    headers: {
+      'Content-Type': 'application/json',
+    },
+    data: body,
+    ...(options || {}),
+  });
+}
+
+/** 姝ゅ鍚庣娌℃湁鎻愪緵娉ㄩ噴 GET /api/ParkBountyApply/DeleteParkEnterpriseApplyFile */
+export async function deleteParkEnterpriseApplyFile(
+  // 鍙犲姞鐢熸垚鐨凱aram绫诲瀷 (闈瀊ody鍙傛暟swagger榛樿娌℃湁鐢熸垚瀵硅薄)
+  params: API.APIdeleteParkEnterpriseApplyFileParams,
+  options?: API.RequestConfig
+) {
+  return request<number>('/api/ParkBountyApply/DeleteParkEnterpriseApplyFile', {
+    method: 'GET',
+    params: {
+      ...params,
+    },
+    ...(options || {}),
+  });
+}
+
+/** 缁х画鐢虫姤 POST /api/ParkBountyApply/EditParkBountyApply */
+export async function editParkBountyApply(
+  body: API.EditParkBountyApplyStepOneInput,
+  options?: API.RequestConfig
+) {
+  return request<number>('/api/ParkBountyApply/EditParkBountyApply', {
+    method: 'POST',
+    headers: {
+      'Content-Type': 'application/json',
+    },
+    data: body,
+    ...(options || {}),
+  });
+}
+
+/** 瀹㈡埛绔�-鐢宠鎻愮幇 POST /api/ParkBountyApply/EnterpriseApplyDrawWith */
+export async function enterpriseApplyDrawWith(
+  body: API.EnterpriseApplyDrawWithInput,
+  options?: API.RequestConfig
+) {
+  return request<number>('/api/ParkBountyApply/EnterpriseApplyDrawWith', {
+    method: 'POST',
+    headers: {
+      'Content-Type': 'application/json',
+    },
+    data: body,
+    ...(options || {}),
+  });
+}
+
+/** 鑾峰彇鍙�夋嫨鍏徃鍜屽凡鍓旈櫎鍏徃 POST /api/ParkBountyApply/GetCompanyNameList */
+export async function getCompanyNameList(
+  body: API.GetCompanyNameListInput,
+  options?: API.RequestConfig
+) {
+  return request<API.GetBatchChooseCompanyOutput>('/api/ParkBountyApply/GetCompanyNameList', {
+    method: 'POST',
+    headers: {
+      'Content-Type': 'application/json',
+    },
+    data: body,
+    ...(options || {}),
+  });
+}
+
+/** 鑾峰彇杩愯惀绔� 濂栧姳閲戠敵鎶ュ垪琛� POST /api/ParkBountyApply/GetCustmoerParkBountyApplyList */
+export async function getCustmoerParkBountyApplyList(
+  body: API.GetCustomerParkBountyApplyListInput,
+  options?: API.RequestConfig
+) {
+  return request<API.GetParkBountyApplyListOutputPageOutput>(
+    '/api/ParkBountyApply/GetCustmoerParkBountyApplyList',
     {
       method: 'POST',
       headers: {
@@ -20,7 +140,348 @@
   );
 }
 
-/** 鑾峰彇濂栧姳閲戝彂鏀惧垪琛� POST /api/ParkBountyApply/GetParkBountyApplyList */
+/** 鑾峰彇鎻愮幇鐢宠璇︽儏 GET /api/ParkBountyApply/GetEnterpriseDrawWithDetail */
+export async function getEnterpriseDrawWithDetail(
+  // 鍙犲姞鐢熸垚鐨凱aram绫诲瀷 (闈瀊ody鍙傛暟swagger榛樿娌℃湁鐢熸垚瀵硅薄)
+  params: API.APIgetEnterpriseDrawWithDetailParams,
+  options?: API.RequestConfig
+) {
+  return request<API.GetEnterpriseDrawWithDetailOutput>(
+    '/api/ParkBountyApply/GetEnterpriseDrawWithDetail',
+    {
+      method: 'GET',
+      params: {
+        ...params,
+      },
+      ...(options || {}),
+    }
+  );
+}
+
+/** 鑾峰彇鎻愮幇鐢宠璁板綍鍒楄〃 POST /api/ParkBountyApply/GetEnterpriseDrawWithList */
+export async function getEnterpriseDrawWithList(
+  body: API.GetEnterpriseDrawWithListInput,
+  options?: API.RequestConfig
+) {
+  return request<API.GetEnterpriseDrawWithListOutputPageOutput>(
+    '/api/ParkBountyApply/GetEnterpriseDrawWithList',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
+      ...(options || {}),
+    }
+  );
+}
+
+/** 鑾峰彇浼佷笟鏈�鍚庝竴娆′笂浼犵殑鍥尯鍏ラ┗鍗忚鏂囦欢 GET /api/ParkBountyApply/GetEnterpriseLastUploadEnterPactFile */
+export async function getEnterpriseLastUploadEnterPactFile(
+  // 鍙犲姞鐢熸垚鐨凱aram绫诲瀷 (闈瀊ody鍙傛暟swagger榛樿娌℃湁鐢熸垚瀵硅薄)
+  params: API.APIgetEnterpriseLastUploadEnterPactFileParams,
+  options?: API.RequestConfig
+) {
+  return request<string>('/api/ParkBountyApply/GetEnterpriseLastUploadEnterPactFile', {
+    method: 'GET',
+    params: {
+      ...params,
+    },
+    ...(options || {}),
+  });
+}
+
+/** 鑾峰彇浼佷笟鏈�鍚庝竴娆′笂浼犵殑鍥尯鍏ラ┗鍗忚鏂囦欢 GET /api/ParkBountyApply/GetEnterpriseLastUploadEnterPactFileNew */
+export async function getEnterpriseLastUploadEnterPactFileNew(
+  // 鍙犲姞鐢熸垚鐨凱aram绫诲瀷 (闈瀊ody鍙傛暟swagger榛樿娌℃湁鐢熸垚瀵硅薄)
+  params: API.APIgetEnterpriseLastUploadEnterPactFileNewParams,
+  options?: API.RequestConfig
+) {
+  return request<API.CustomerUploadMonthApplyFileTypeDto[]>(
+    '/api/ParkBountyApply/GetEnterpriseLastUploadEnterPactFileNew',
+    {
+      method: 'GET',
+      params: {
+        ...params,
+      },
+      ...(options || {}),
+    }
+  );
+}
+
+/** 鑾峰彇鐢虫姤涓嬩紒涓氫笂浼犵殑鏂囦欢 POST /api/ParkBountyApply/GetEnterpriseParkApplyUploadFiles */
+export async function getEnterpriseParkApplyUploadFiles(
+  body: API.GetEnterpriseParkApplyUploadFilesInput,
+  options?: API.RequestConfig
+) {
+  return request<API.GetEnterpriseParkApplyUploadFileOutput[]>(
+    '/api/ParkBountyApply/GetEnterpriseParkApplyUploadFiles',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
+      ...(options || {}),
+    }
+  );
+}
+
+/** 鑾峰彇浼佷笟鍏呭�煎鏍稿垪琛� POST /api/ParkBountyApply/GetEnterprisePreChargeCheckList */
+export async function getEnterprisePreChargeCheckList(
+  body: API.GetEnterprisePreChargeCheckListInput,
+  options?: API.RequestConfig
+) {
+  return request<API.GetEnterprisePreChargeCheckListOutputPageOutput>(
+    '/api/ParkBountyApply/GetEnterprisePreChargeCheckList',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
+      ...(options || {}),
+    }
+  );
+}
+
+/** 鑾峰彇鍏呭�艰褰曞垪琛� POST /api/ParkBountyApply/GetEnterprisePrechargeList */
+export async function getEnterprisePrechargeList(body: API.PageInput, options?: API.RequestConfig) {
+  return request<API.GetEnterprisePrechargeListOutputPageOutput>(
+    '/api/ParkBountyApply/GetEnterprisePrechargeList',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
+      ...(options || {}),
+    }
+  );
+}
+
+/** 鑾峰彇棰勫厖鍊艰鎯� GET /api/ParkBountyApply/GetEnterpriseRechargeDetail */
+export async function getEnterpriseRechargeDetail(
+  // 鍙犲姞鐢熸垚鐨凱aram绫诲瀷 (闈瀊ody鍙傛暟swagger榛樿娌℃湁鐢熸垚瀵硅薄)
+  params: API.APIgetEnterpriseRechargeDetailParams,
+  options?: API.RequestConfig
+) {
+  return request<API.GetEnterpriseRechargeDetail>(
+    '/api/ParkBountyApply/GetEnterpriseRechargeDetail',
+    {
+      method: 'GET',
+      params: {
+        ...params,
+      },
+      ...(options || {}),
+    }
+  );
+}
+
+/** 鏀垮姟绔�斿伐浣滃彴鏁版嵁鐪嬫澘 GET /api/ParkBountyApply/GetGoverDataBoard */
+export async function getGoverDataBoard(options?: API.RequestConfig) {
+  return request<API.GetGoverDataBoardOutput>('/api/ParkBountyApply/GetGoverDataBoard', {
+    method: 'GET',
+    ...(options || {}),
+  });
+}
+
+/** 鑾峰彇宸茬敵鎶ヤ紒涓氬垪琛� 鍚彲閫夋嫨銆佸凡鍓旈櫎 POST /api/ParkBountyApply/GetHasApplyCompanyNameList */
+export async function getHasApplyCompanyNameList(
+  body: API.GetHasApplyCompanyNameListInput,
+  options?: API.RequestConfig
+) {
+  return request<API.GetBatchChooseCompanyOutput>(
+    '/api/ParkBountyApply/GetHasApplyCompanyNameList',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
+      ...(options || {}),
+    }
+  );
+}
+
+/** 鏀垮姟绔�-鏉愭枡瀹℃牳-鐢虫姤璇︽儏 POST /api/ParkBountyApply/GetOutCheckParkBountyApplyDetailBaseInfo */
+export async function getOutCheckParkBountyApplyDetailBaseInfo(
+  body: API.GetParkBountyApplyInfoInput,
+  options?: API.RequestConfig
+) {
+  return request<API.OutCheckParkBountyApplyBaseInfo>(
+    '/api/ParkBountyApply/GetOutCheckParkBountyApplyDetailBaseInfo',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
+      ...(options || {}),
+    }
+  );
+}
+
+/** 鏀垮姟绔�-鏉愭枡瀹℃牳-鐢虫姤浼佷笟鍚嶅崟 POST /api/ParkBountyApply/GetOutCheckParkBountyApplyDetailList */
+export async function getOutCheckParkBountyApplyDetailList(
+  body: API.GetParkBountyApplyInfoInput,
+  options?: API.RequestConfig
+) {
+  return request<API.ParkBountyApplyDetailInfoPageOutput>(
+    '/api/ParkBountyApply/GetOutCheckParkBountyApplyDetailList',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
+      ...(options || {}),
+    }
+  );
+}
+
+/** 鏀垮姟绔�-鏉愭枡瀹℃牳-鑾峰彇澶栭儴瀹℃牳鍒楄〃 POST /api/ParkBountyApply/GetOutcheckParkBountyList */
+export async function getOutcheckParkBountyList(
+  body: API.GetParkBountyApplyListInput,
+  options?: API.RequestConfig
+) {
+  return request<API.GetParkBountyApplyListOutputPageOutput>(
+    '/api/ParkBountyApply/GetOutcheckParkBountyList',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
+      ...(options || {}),
+    }
+  );
+}
+
+/** 璺熻繘鍥尯鏌ヨ鍏徃鍒嗛〉鍒楄〃 POST /api/ParkBountyApply/GetParkApplyCompanyList */
+export async function getParkApplyCompanyList(
+  body: API.GetApplyCompanyListInput,
+  options?: API.RequestConfig
+) {
+  return request<API.ParkBountyApplyDetailInfoPageOutput>(
+    '/api/ParkBountyApply/GetParkApplyCompanyList',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
+      ...(options || {}),
+    }
+  );
+}
+
+/** 鏌ヨ濂栧姳閲戠敵鎶ヤ紒涓氬叕鍙稿垪琛� POST /api/ParkBountyApply/GetParkApplyCompanyStepTwoList */
+export async function getParkApplyCompanyStepTwoList(
+  body: API.GetParkApplyCompanyStepTwoListInput,
+  options?: API.RequestConfig
+) {
+  return request<API.ParkBountyApplyDetailInfoPageOutput>(
+    '/api/ParkBountyApply/GetParkApplyCompanyStepTwoList',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
+      ...(options || {}),
+    }
+  );
+}
+
+/** 鑾峰彇鎵归噺鍏ヨ处涓湭璐㈡斂鎷ㄤ粯鐨勪紒涓� GET /api/ParkBountyApply/GetParkBountyApplyBatchFinanceEnterprise */
+export async function getParkBountyApplyBatchFinanceEnterprise(
+  // 鍙犲姞鐢熸垚鐨凱aram绫诲瀷 (闈瀊ody鍙傛暟swagger榛樿娌℃湁鐢熸垚瀵硅薄)
+  params: API.APIgetParkBountyApplyBatchFinanceEnterpriseParams,
+  options?: API.RequestConfig
+) {
+  return request<API.GetNotTransferCompanyNameListOutput[]>(
+    '/api/ParkBountyApply/GetParkBountyApplyBatchFinanceEnterprise',
+    {
+      method: 'GET',
+      params: {
+        ...params,
+      },
+      ...(options || {}),
+    }
+  );
+}
+
+/** 杩愯惀绔�-濂栧姳閲戝彂鏀�-鍏ヨ处-鑾峰彇鎵归噺鍏ヨ处涓湭鍏ヨ处鐨勪紒涓� GET /api/ParkBountyApply/GetParkBountyApplyBatchTransferEnterprise */
+export async function getParkBountyApplyBatchTransferEnterprise(
+  // 鍙犲姞鐢熸垚鐨凱aram绫诲瀷 (闈瀊ody鍙傛暟swagger榛樿娌℃湁鐢熸垚瀵硅薄)
+  params: API.APIgetParkBountyApplyBatchTransferEnterpriseParams,
+  options?: API.RequestConfig
+) {
+  return request<API.GetNotTransferCompanyNameListOutput[]>(
+    '/api/ParkBountyApply/GetParkBountyApplyBatchTransferEnterprise',
+    {
+      method: 'GET',
+      params: {
+        ...params,
+      },
+      ...(options || {}),
+    }
+  );
+}
+
+/** 杩愯惀绔�-鏀垮姟绔�旇幏鍙栫敵鎶ヨ鎯�-鐢虫姤璇︽儏鍩虹淇℃伅 POST /api/ParkBountyApply/GetParkBountyApplyDetailBaseInfo */
+export async function getParkBountyApplyDetailBaseInfo(
+  body: API.GetParkBountyApplyInfoInput,
+  options?: API.RequestConfig
+) {
+  return request<API.ParkBountyApplyBaseInfo>(
+    '/api/ParkBountyApply/GetParkBountyApplyDetailBaseInfo',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
+      ...(options || {}),
+    }
+  );
+}
+
+/** 杩愯惀绔�-鏀垮姟绔�旇幏鍙栫敵鎶ヨ鎯呪�旂敵鎶ヤ紒涓氬悕鍗曞垪琛� POST /api/ParkBountyApply/GetParkBountyApplyDetailList */
+export async function getParkBountyApplyDetailList(
+  body: API.GetParkBountyApplyInfoInput,
+  options?: API.RequestConfig
+) {
+  return request<API.ParkBountyApplyDetailInfoPageOutput>(
+    '/api/ParkBountyApply/GetParkBountyApplyDetailList',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
+      ...(options || {}),
+    }
+  );
+}
+
+/** 鑾峰彇鐢虫姤浼佷笟涓婁紶鐨勬枃浠� POST /api/ParkBountyApply/GetParkBountyApplyFile */
+export async function getParkBountyApplyFile(
+  body: API.GetParkBountyApplyFileInput,
+  options?: API.RequestConfig
+) {
+  return request<API.GetParkBountyApplyFileOutput>('/api/ParkBountyApply/GetParkBountyApplyFile', {
+    method: 'POST',
+    headers: {
+      'Content-Type': 'application/json',
+    },
+    data: body,
+    ...(options || {}),
+  });
+}
+
+/** 杩愯惀绔�-鏀垮姟绔�旇幏鍙栧鍔遍噾鍙戞斁鍒楄〃 POST /api/ParkBountyApply/GetParkBountyApplyList */
 export async function getParkBountyApplyList(
   body: API.GetParkBountyApplyListInput,
   options?: API.RequestConfig
@@ -38,13 +499,13 @@
   );
 }
 
-/** 鑾峰彇鍏ヨ处璇︽儏 POST /api/ParkBountyApply/GetParkBountyApplyTransferDetail */
-export async function getParkBountyApplyTransferDetail(
+/** 杩愯惀绔�斿叆璐︹�斿鍔遍噾鍏ヨ处璇︽儏鍩虹淇℃伅 POST /api/ParkBountyApply/GetParkBountyApplyTransferDetailInfo */
+export async function getParkBountyApplyTransferDetailInfo(
   body: API.GetParkBountyApplyTransferInfoInput,
   options?: API.RequestConfig
 ) {
-  return request<API.GetParkBountyApplyTransferInfoOutput>(
-    '/api/ParkBountyApply/GetParkBountyApplyTransferDetail',
+  return request<API.ParkBountyApplyBaseInfo>(
+    '/api/ParkBountyApply/GetParkBountyApplyTransferDetailInfo',
     {
       method: 'POST',
       headers: {
@@ -56,7 +517,211 @@
   );
 }
 
-/** 鎵归噺鍏ヨ处 POST /api/ParkBountyApply/ParkBountyApplyBatchTransfer */
+/** 杩愯惀绔�斿叆璐︹�旂敵鎶ヤ紒涓氬悕鍗� POST /api/ParkBountyApply/GetParkBountyApplyTransferDetailList */
+export async function getParkBountyApplyTransferDetailList(
+  body: API.GetParkBountyApplyTransferInfoInput,
+  options?: API.RequestConfig
+) {
+  return request<API.ParkBountyApplyTransferDetailInfoPageOutput>(
+    '/api/ParkBountyApply/GetParkBountyApplyTransferDetailList',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
+      ...(options || {}),
+    }
+  );
+}
+
+/** 杩愯惀绔�-濂栧姳杩涘嚭璐﹁鎯� POST /api/ParkBountyApply/GetParkBountyTradeDetailList */
+export async function getParkBountyTradeDetailList(
+  body: API.GetParkBountyTradeDetailByIdInput,
+  options?: API.RequestConfig
+) {
+  return request<API.GetParkBountyTradeDetailOutputPageOutput>(
+    '/api/ParkBountyApply/GetParkBountyTradeDetailList',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
+      ...(options || {}),
+    }
+  );
+}
+
+/** 杩愯惀绔�-濂栧姳閲戜娇鐢ㄧ鐞嗗垪琛� POST /api/ParkBountyApply/GetParkBountyTradeList */
+export async function getParkBountyTradeList(
+  body: API.GetParkBountyTradeInput,
+  options?: API.RequestConfig
+) {
+  return request<API.GetParkBountyTradeOutputPageOutput>(
+    '/api/ParkBountyApply/GetParkBountyTradeList',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
+      ...(options || {}),
+    }
+  );
+}
+
+/** 杩愯惀绔�-鏀垮姟绔竴鍥尯瀹㈡埛绠$悊璇︽儏涓�浼佷笟鐢虫姤璁板綍 POST /api/ParkBountyApply/GetParkCustomerBountyApplyList */
+export async function getParkCustomerBountyApplyList(
+  body: API.QueryParkCustomerBountyApplyInput,
+  options?: API.RequestConfig
+) {
+  return request<API.GetParkCustomerBountyApplyOutputPageOutput>(
+    '/api/ParkBountyApply/GetParkCustomerBountyApplyList',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
+      ...(options || {}),
+    }
+  );
+}
+
+/** 鎷ㄤ粯璁板綍 POST /api/ParkBountyApply/GetParkCustomerBountyFinanceList */
+export async function getParkCustomerBountyFinanceList(
+  body: API.QueryParkCustomerBountyApplyInput,
+  options?: API.RequestConfig
+) {
+  return request<API.GetParkCustomerBountyFinanceOutputPageOutput>(
+    '/api/ParkBountyApply/GetParkCustomerBountyFinanceList',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
+      ...(options || {}),
+    }
+  );
+}
+
+/** 鍙戞斁璁板綍 POST /api/ParkBountyApply/GetParkCustomerBountyGrantList */
+export async function getParkCustomerBountyGrantList(
+  body: API.QueryParkCustomerBountyApplyInput,
+  options?: API.RequestConfig
+) {
+  return request<API.GetParkCustomerBountyGrantOutputPageOutput>(
+    '/api/ParkBountyApply/GetParkCustomerBountyGrantList',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
+      ...(options || {}),
+    }
+  );
+}
+
+/** 杩愯惀绔竴鍥尯瀹㈡埛绠$悊璇︽儏涓�濂栧姳閲戝彂鏀捐褰� POST /api/ParkBountyApply/GetParkCustomerBountySettleList */
+export async function getParkCustomerBountySettleList(
+  body: API.QueryParkCustomerBountyApplyInput,
+  options?: API.RequestConfig
+) {
+  return request<API.GetParkCustomerBountySettleOutputPageOutput>(
+    '/api/ParkBountyApply/GetParkCustomerBountySettleList',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
+      ...(options || {}),
+    }
+  );
+}
+
+/** 杩愯惀绔�-鏀垮姟绔竴鍥尯瀹㈡埛绠$悊鍒楄〃 POST /api/ParkBountyApply/GetParkCustomerManagePage */
+export async function getParkCustomerManagePage(
+  body: API.QueryParkCustomerManageInput,
+  options?: API.RequestConfig
+) {
+  return request<API.GetParkCustomerManageOutputPageOutput>(
+    '/api/ParkBountyApply/GetParkCustomerManagePage',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
+      ...(options || {}),
+    }
+  );
+}
+
+/** 瀵煎叆濂栧姳閲戝叆璐� POST /api/ParkBountyApply/ImportParkBountyData */
+export async function importParkBountyData(
+  body: API.ImportBountyApplyDataInput,
+  options?: API.RequestConfig
+) {
+  return request<API.ImportBountyApplyDataOutput>('/api/ParkBountyApply/ImportParkBountyData', {
+    method: 'POST',
+    headers: {
+      'Content-Type': 'application/json',
+    },
+    data: body,
+    ...(options || {}),
+  });
+}
+
+/** 鍐呴儴瀹℃牳 POST /api/ParkBountyApply/IncheckParkBountyApply */
+export async function incheckParkBountyApply(
+  body: API.IncheckParkBountyApplyInput,
+  options?: API.RequestConfig
+) {
+  return request<number>('/api/ParkBountyApply/IncheckParkBountyApply', {
+    method: 'POST',
+    headers: {
+      'Content-Type': 'application/json',
+    },
+    data: body,
+    ...(options || {}),
+  });
+}
+
+/** 鏀垮姟绔�-鏉愭枡瀹℃牳-澶栭儴瀹℃牳 POST /api/ParkBountyApply/OutcheckParkBountyApply */
+export async function outcheckParkBountyApply(
+  body: API.OutcheckParkBountyApplyInput,
+  options?: API.RequestConfig
+) {
+  return request<number>('/api/ParkBountyApply/OutcheckParkBountyApply', {
+    method: 'POST',
+    headers: {
+      'Content-Type': 'application/json',
+    },
+    data: body,
+    ...(options || {}),
+  });
+}
+
+/** 鎵归噺璐㈡斂鍏ヨ处 POST /api/ParkBountyApply/ParkBountyApplyBatchFinance */
+export async function parkBountyApplyBatchFinance(
+  body: API.ParkBountyApplyBatchFinanceInput,
+  options?: API.RequestConfig
+) {
+  return request<number>('/api/ParkBountyApply/ParkBountyApplyBatchFinance', {
+    method: 'POST',
+    headers: {
+      'Content-Type': 'application/json',
+    },
+    data: body,
+    ...(options || {}),
+  });
+}
+
+/** 杩愯惀绔�斿叆璐�-鎵归噺鍏ヨ处 POST /api/ParkBountyApply/ParkBountyApplyBatchTransfer */
 export async function parkBountyApplyBatchTransfer(
   body: API.ParkBountyApplyBatchTransferInput,
   options?: API.RequestConfig
@@ -71,7 +736,67 @@
   });
 }
 
-/** 涓婁紶鍙戠エ鍑瘉 POST /api/ParkBountyApply/ParkBountyApplySettle */
+/** 璐㈡斂鍏ヨ处 POST /api/ParkBountyApply/ParkBountyApplyFinance */
+export async function parkBountyApplyFinance(
+  body: API.ParkBountyApplyRechargeInput,
+  options?: API.RequestConfig
+) {
+  return request<number>('/api/ParkBountyApply/ParkBountyApplyFinance', {
+    method: 'POST',
+    headers: {
+      'Content-Type': 'application/json',
+    },
+    data: body,
+    ...(options || {}),
+  });
+}
+
+/** 鏀垮姟绔�斿鍔遍噾鍙戞斁鈥斾笂浼犺储鏀挎嫧浠樺嚟璇� POST /api/ParkBountyApply/ParkBountyApplyFinanceBill */
+export async function parkBountyApplyFinanceBill(
+  body: API.ParkBountyApplyFinanceFileInput,
+  options?: API.RequestConfig
+) {
+  return request<number>('/api/ParkBountyApply/ParkBountyApplyFinanceBill', {
+    method: 'POST',
+    headers: {
+      'Content-Type': 'application/json',
+    },
+    data: body,
+    ...(options || {}),
+  });
+}
+
+/** 涓婁紶璐㈡斂鎷ㄤ粯鐧昏閲戦 POST /api/ParkBountyApply/ParkBountyApplyFinanceBillAmount */
+export async function parkBountyApplyFinanceBillAmount(
+  body: API.ParkBountyApplyFinanceFileInput,
+  options?: API.RequestConfig
+) {
+  return request<number>('/api/ParkBountyApply/ParkBountyApplyFinanceBillAmount', {
+    method: 'POST',
+    headers: {
+      'Content-Type': 'application/json',
+    },
+    data: body,
+    ...(options || {}),
+  });
+}
+
+/** 璐㈡斂鍏ヨ处涓婁紶鍑瘉 POST /api/ParkBountyApply/ParkBountyApplyFinanceFile */
+export async function parkBountyApplyFinanceFile(
+  body: API.ParkBountyApplyRechargeFileInput,
+  options?: API.RequestConfig
+) {
+  return request<number>('/api/ParkBountyApply/ParkBountyApplyFinanceFile', {
+    method: 'POST',
+    headers: {
+      'Content-Type': 'application/json',
+    },
+    data: body,
+    ...(options || {}),
+  });
+}
+
+/** 鏀垮姟绔�斿鍔遍噾鍙戞斁鈥斾笂浼犲厖鍊煎嚟璇� POST /api/ParkBountyApply/ParkBountyApplySettle */
 export async function parkBountyApplySettle(
   body: API.ParkBountyApplySettleInput,
   options?: API.RequestConfig
@@ -86,7 +811,37 @@
   });
 }
 
-/** 濂栧姳閲戝叆璐� POST /api/ParkBountyApply/ParkBountyApplyTransfer */
+/** 涓婁紶鍏呭�肩櫥璁伴噾棰� POST /api/ParkBountyApply/ParkBountyApplySettleAmount */
+export async function parkBountyApplySettleAmount(
+  body: API.ParkBountyApplySettleInput,
+  options?: API.RequestConfig
+) {
+  return request<number>('/api/ParkBountyApply/ParkBountyApplySettleAmount', {
+    method: 'POST',
+    headers: {
+      'Content-Type': 'application/json',
+    },
+    data: body,
+    ...(options || {}),
+  });
+}
+
+/** 杩愯惀绔�斿鍔遍噾-鍑鸿处 POST /api/ParkBountyApply/ParkBountyApplyTrade */
+export async function parkBountyApplyTrade(
+  body: API.CreateParkBountyTradeInput,
+  options?: API.RequestConfig
+) {
+  return request<number>('/api/ParkBountyApply/ParkBountyApplyTrade', {
+    method: 'POST',
+    headers: {
+      'Content-Type': 'application/json',
+    },
+    data: body,
+    ...(options || {}),
+  });
+}
+
+/** 杩愯惀绔�斿叆璐︹�斿鍔遍噾鍏ヨ处 POST /api/ParkBountyApply/ParkBountyApplyTransfer */
 export async function parkBountyApplyTransfer(
   body: API.ParkBountyApplyTransferInput,
   options?: API.RequestConfig
@@ -101,7 +856,7 @@
   });
 }
 
-/** 涓婁紶鍑瘉 POST /api/ParkBountyApply/ParkBountyApplyTransferFile */
+/** 杩愯惀绔�斿鍔遍噾鍏ヨ处鈥斾笂浼犲嚟璇� POST /api/ParkBountyApply/ParkBountyApplyTransferFile */
 export async function parkBountyApplyTransferFile(
   body: API.ParkBountyApplyTransferFileInput,
   options?: API.RequestConfig
@@ -115,3 +870,84 @@
     ...(options || {}),
   });
 }
+
+/** 淇濆瓨濂栭噾鍒嗛厤琛ㄣ�佸鍔遍噾姹囨�昏〃銆佸鍔辨�婚 POST /api/ParkBountyApply/SaveParkBountyApplyCollectFile */
+export async function saveParkBountyApplyCollectFile(
+  body: API.SaveParkBountyApplyCollectFileInput,
+  options?: API.RequestConfig
+) {
+  return request<number>('/api/ParkBountyApply/SaveParkBountyApplyCollectFile', {
+    method: 'POST',
+    headers: {
+      'Content-Type': 'application/json',
+    },
+    data: body,
+    ...(options || {}),
+  });
+}
+
+/** 淇濆瓨浼佷笟缂寸◣鏄庣粏銆佽惀鏀舵眹鎬� POST /api/ParkBountyApply/SaveParkBountyApplyGatherFile */
+export async function saveParkBountyApplyGatherFile(
+  body: API.SaveParkBountyApplyGatherFileInput,
+  options?: API.RequestConfig
+) {
+  return request<number>('/api/ParkBountyApply/SaveParkBountyApplyGatherFile', {
+    method: 'POST',
+    headers: {
+      'Content-Type': 'application/json',
+    },
+    data: body,
+    ...(options || {}),
+  });
+}
+
+/** 涓婁紶浼佷笟鏉愭枡 POST /api/ParkBountyApply/UploadParkBountyApplyCompanyFile */
+export async function uploadParkBountyApplyCompanyFile(
+  body: API.UploadParkBountyApplyCompanyFileInput,
+  options?: API.RequestConfig
+) {
+  return request<API.UploadParkBountyApplyCompanyFileOutput>(
+    '/api/ParkBountyApply/UploadParkBountyApplyCompanyFile',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
+      ...(options || {}),
+    }
+  );
+}
+
+/** 涓婁紶浼佷笟鏉愭枡 POST /api/ParkBountyApply/UploadParkBountyApplyCompanyFileNew */
+export async function uploadParkBountyApplyCompanyFileNew(
+  body: API.UploadParkApplyCustomerFilesInput,
+  options?: API.RequestConfig
+) {
+  return request<API.UploadParkBountyApplyCompanyFileOutput>(
+    '/api/ParkBountyApply/UploadParkBountyApplyCompanyFileNew',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
+      ...(options || {}),
+    }
+  );
+}
+
+/** 鐢ㄦ埛鍏呭�� POST /api/ParkBountyApply/UserEnterpiseRecharge */
+export async function userEnterpiseRecharge(
+  body: API.UserEnterpiseRechargeInput,
+  options?: API.RequestConfig
+) {
+  return request<number>('/api/ParkBountyApply/UserEnterpiseRecharge', {
+    method: 'POST',
+    headers: {
+      'Content-Type': 'application/json',
+    },
+    data: body,
+    ...(options || {}),
+  });
+}

--
Gitblit v1.9.1