From 6dffd3428d63e2f63ab883a9639b32c46fb6bc94 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 02 十二月 2025 16:59:17 +0800
Subject: [PATCH] fix: 四流 奖励金 文字改成 可用资金

---
 src/services/api/typings.d.ts |  211 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 208 insertions(+), 3 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 3e48d67..e6dfa4b 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -249,7 +249,7 @@
     /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
     suportFinance?: boolean;
     /** 鏂囦欢 */
-    industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
+    bountTemplates?: AddIndustrialParkInputBountTemplate[];
     /** 鏃犻渶鏀垮姟绔鏍� */
     notNeedGovernmentAudit?: boolean;
     /** 鏃犻渶杩愯惀绔鏍� */
@@ -258,6 +258,15 @@
     dualReviewOfGovernmentAffairs?: boolean;
     /** 鍏徃淇℃伅 */
     industrialParkCompanyFile?: IndustrialParkCompanyFile[];
+  }
+
+  interface AddIndustrialParkInputBountTemplate {
+    /** 妯℃澘Id */
+    templateId?: string;
+    /** 妯℃澘鍚嶇О */
+    templateName?: string;
+    /** 鏂囦欢 */
+    items?: IndustrialParkApplyFileFile[];
   }
 
   interface AddIndustryBodyAuditInput {
@@ -467,6 +476,8 @@
   interface AddParkBountyApplyStepOneInput {
     batchNo?: string;
     parkId?: string;
+    /** 濂栧姳閲戞ā鏉縄d */
+    bountyTemplateId?: string;
     applyMonth?: string;
     removeCompanyIds?: string[];
   }
@@ -1398,6 +1409,7 @@
 
   interface APIgetCustomerFileTypeHeadParams {
     enterpriseId?: string;
+    templateId?: string;
   }
 
   interface APIgetCustomerTemplateDetailParams {
@@ -1410,6 +1422,44 @@
 
   interface APIgetCustomerTemplateParamListByTemplateIdParams {
     templateId?: string;
+  }
+
+  interface APIgetDataBoardBountyUseAmountRankParams {
+    /** 鏌ヨ鏁伴噺 */
+    take?: number;
+  }
+
+  interface APIgetDataBoardInsurePeopleCountRankParams {
+    /** 鏌ヨ鏁伴噺 */
+    take?: number;
+  }
+
+  interface APIgetDataBoardNewBountyApplyCountParams {
+    input?: GetDataBoardNewBountyApplyCountInput;
+  }
+
+  interface APIgetDataBoardNewBountyReleaseAmountCountParams {
+    input?: GetDataBoardNewBountyReleaseAmountCountInput;
+  }
+
+  interface APIgetDataBoardNewBountyUseAmountCountParams {
+    input?: GetDataBoardNewBountyUseAmountCountInput;
+  }
+
+  interface APIgetDataBoardNewCustomerCountParams {
+    input?: GetDataBoardNewCustomerCountInput;
+  }
+
+  interface APIgetDataBoardNewInsurePeopleCountParams {
+    input?: GetDataBoardNewInsurePeopleCountInput;
+  }
+
+  interface APIgetDataBoardOverviewByParkParams {
+    industrialParkId?: string;
+  }
+
+  interface APIgetDataBoardOverviewParams {
+    input?: GetDataBoardOverviewInput;
   }
 
   interface APIgetDefaultConnectionStringParams {
@@ -5851,6 +5901,8 @@
     applyAmount?: number;
     fileTypes?: CustomerUploadMonthApplyFileType[];
     enterpriseId?: string;
+    /** 濂栧姳閲戞ā鏉縄d */
+    bountyTemplateId?: string;
     /** 鏄惁鏄繍钀ョ浠d笂浼� */
     isAdminFileUpload?: boolean;
   }
@@ -5880,6 +5932,8 @@
     applyAmount?: number;
     fileTypes?: CustomerUploadMonthApplyFileType[];
     enterpriseId?: string;
+    /** 濂栧姳閲戞ā鏉縄d */
+    bountyTemplateId?: string;
     /** 鏄惁鏄繍钀ョ浠d笂浼� */
     isAdminFileUpload?: boolean;
     /** 姹囨�绘潗鏂� */
@@ -7722,6 +7776,8 @@
   interface GetCustomerUploadApplyFilesInput {
     id?: string;
     enterpriseId?: string;
+    /** 濂栧姳閲戞ā鏉縄d */
+    bountyTemplateId?: string;
     userId?: string;
     withMonth?: string;
     parkBountyApplyId?: string;
@@ -7746,6 +7802,8 @@
   interface GetCustomerUploadApplyFilesResponse {
     /** 鎵�灞炴湀浠� */
     withMonth?: string;
+    /** 濂栧姳閲戞ā鏉縄d */
+    bountyTemplateId?: string;
     /** 浼佷笟鍚嶇О */
     enterpriseName?: string;
     /** 鐢虫姤閲戦 */
@@ -7759,6 +7817,8 @@
   interface GetCustomerUploadApplyFilesV2Response {
     /** 鎵�灞炴湀浠� */
     withMonth?: string;
+    /** 濂栧姳閲戞ā鏉縄d */
+    bountyTemplateId?: string;
     /** 浼佷笟鍚嶇О */
     enterpriseName?: string;
     /** 鐢虫姤閲戦 */
@@ -7775,11 +7835,119 @@
 
   interface GetCustomerUploadFileRecordInput {
     withMonth?: string;
+    /** 濂栧姳閲戞ā鏉縄d */
+    bountyTemplateId?: string;
     userId?: string;
+    isApply?: boolean;
   }
 
   interface GetCustomerUploadFileRecordOutput {
     id?: string;
+  }
+
+  interface GetDataBoardBountyUseAmountRankOutput {
+    items?: GetDataBoardBountyUseAmountRankOutputItem[];
+  }
+
+  interface GetDataBoardBountyUseAmountRankOutputItem {
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 閲戦 */
+    amount?: number;
+  }
+
+  interface GetDataBoardInsurePeopleCountRankOutput {
+    items?: GetDataBoardInsurePeopleCountRankOutputItem[];
+  }
+
+  interface GetDataBoardInsurePeopleCountRankOutputItem {
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 浜烘暟 */
+    count?: number;
+  }
+
+  type GetDataBoardNewBountyApplyCountInput = Record<string, any>;
+
+  interface GetDataBoardNewBountyApplyCountOutput {
+    /** X杞� */
+    x?: string[];
+    /** 褰撴湀鏁版嵁 */
+    currentMonthData?: number[];
+    /** 涓婃湀鏁版嵁 */
+    lastMonthData?: number[];
+  }
+
+  type GetDataBoardNewBountyReleaseAmountCountInput = Record<string, any>;
+
+  interface GetDataBoardNewBountyReleaseAmountCountOutput {
+    /** X杞� */
+    x?: string[];
+    /** 褰撴湀鏁版嵁 */
+    currentMonthData?: number[];
+    /** 涓婃湀鏁版嵁 */
+    lastMonthData?: number[];
+  }
+
+  type GetDataBoardNewBountyUseAmountCountInput = Record<string, any>;
+
+  interface GetDataBoardNewBountyUseAmountCountOutput {
+    /** X杞� */
+    x?: string[];
+    /** 褰撴湀鏁版嵁 */
+    currentMonthData?: number[];
+    /** 涓婃湀鏁版嵁 */
+    lastMonthData?: number[];
+  }
+
+  type GetDataBoardNewCustomerCountInput = Record<string, any>;
+
+  interface GetDataBoardNewCustomerCountOutput {
+    /** X杞� */
+    x?: string[];
+    /** 褰撴湀鏁版嵁 */
+    currentMonthData?: number[];
+    /** 涓婃湀鏁版嵁 */
+    lastMonthData?: number[];
+  }
+
+  type GetDataBoardNewInsurePeopleCountInput = Record<string, any>;
+
+  interface GetDataBoardNewInsurePeopleCountOutput {
+    /** X杞� */
+    x?: string[];
+    /** 鏁版嵁 */
+    data?: number[];
+  }
+
+  interface GetDataBoardOverviewByParkOutput {
+    /** 鎬诲叆椹讳紒涓� */
+    totalCustomerCount?: number;
+    /** 濂栧姳閲戝彂鏀炬�婚 */
+    sumBountyReleaseAmount?: number;
+    /** 濂栧姳閲戜娇鐢ㄦ�婚 */
+    sumBountyUseAmount?: number;
+    /** 鎶曚繚浜烘暟 */
+    insurePeopleCount?: number;
+  }
+
+  type GetDataBoardOverviewInput = Record<string, any>;
+
+  interface GetDataBoardOverviewOutput {
+    /** 鎬诲叆椹讳紒涓� */
+    totalCustomerCount?: number;
+    /** 鎬荤敵鎶ユ暟閲� */
+    totalBountyApplyCount?: number;
+    /** 濂栧姳閲戝彂鏀炬�婚 */
+    sumBountyReleaseAmount?: number;
+    /** 濂栧姳閲戜娇鐢ㄦ�婚 */
+    sumBountyUseAmount?: number;
+    /** 褰撴湀鍙戞斁棰� */
+    currentMonthSumBountyReleaseAmount?: number;
+    /** 褰撴湀浣跨敤棰� */
+    currentMonthSumBountyUseAmount?: number;
+    /** 褰撴湀鎶曚繚浜烘暟 */
+    currentMonthInsurePeopleCount?: number;
   }
 
   interface GetEnterpriseBuntyTradeDto {
@@ -8215,6 +8383,21 @@
     categoryId?: string;
     /** 鏌ヨ鏉′欢锛氫骇鍝佸悕绉�/鏈嶅姟鍟嗗悕绉� */
     queryCondition?: string;
+  }
+
+  interface GetIndustrialPartBountyTemplatesInput {
+    /** 鍥尯Id */
+    id?: string;
+  }
+
+  interface GetIndustrialPartBountyTemplatesOutput {
+    /** 濂栧姳閲戞ā鏉垮悕绉� */
+    bountyTemplates?: GetIndustrialPartBountyTemplatesOutputItem[];
+  }
+
+  interface GetIndustrialPartBountyTemplatesOutputItem {
+    id?: string;
+    templateName?: string;
   }
 
   interface GetInformationAdvertiseByCategoryInput {
@@ -9605,6 +9788,8 @@
 
   interface GetParkCollectFileTypeListInput {
     parkId?: string;
+    /** 濂栧姳閲戞ā鏉縄d */
+    bountyTemplateId?: string;
     searchType?: number;
   }
 
@@ -11725,8 +11910,18 @@
     registerAddress?: string;
     /** 澶囨敞 */
     remark?: string;
-    industrialParkFileTypeList?: IndustrialParkFileTypeOutput[];
+    /** 濂栧姳閲戞ā鏉� */
+    bountyTemplates?: IndustrialParkDetailOutputFileTypeTemplate[];
     industrialParkCompanyList?: IndustrialParkCompanyOutput[];
+  }
+
+  interface IndustrialParkDetailOutputFileTypeTemplate {
+    /** 妯℃澘Id */
+    templateId?: string;
+    /** 妯℃澘鍚嶇О */
+    templateName?: string;
+    /** 鏉愭枡 */
+    items?: IndustrialParkFileTypeOutput[];
   }
 
   interface IndustrialParkDropDownOutput {
@@ -16659,6 +16854,10 @@
   interface OutCheckParkBountyApplyBaseInfo {
     /** 鐢宠鎵规鍙� */
     batchNo?: string;
+    /** 濂栧姳閲戞ā鏉� */
+    bountyTemplateId?: string;
+    /** 濂栧姳閲戞ā鏉垮悕绉� */
+    bountyTemplateName?: string;
     /** 鐢宠鍥尯Id */
     parkId?: string;
     /** 鐢宠鍥尯 */
@@ -16808,6 +17007,10 @@
   interface ParkBountyApplyBaseInfo {
     /** 鐢宠鎵规鍙� */
     batchNo?: string;
+    /** 妯℃澘Id */
+    bountyTemplateId?: string;
+    /** 妯℃澘鍚嶇О */
+    bountyTemplateName?: string;
     /** 鐢宠鍥尯Id */
     parkId?: string;
     /** 鐢宠鍥尯 */
@@ -22899,7 +23102,7 @@
     /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
     suportFinance?: boolean;
     /** 鏂囦欢 */
-    industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
+    bountTemplates?: AddIndustrialParkInputBountTemplate[];
     /** 鏃犻渶鏀垮姟绔鏍� */
     notNeedGovernmentAudit?: boolean;
     /** 鏃犻渶杩愯惀绔鏍� */
@@ -23587,6 +23790,8 @@
     fileSearchTypeId?: string;
     listFiles?: CustomerUploadMonthApplyFileTypeDto[];
     enterpriseId?: string;
+    /** 濂栧姳閲戞ā鏉縄d */
+    bountyTemplateId?: string;
   }
 
   interface UploadParkApplyCustomerFilesInput {

--
Gitblit v1.9.1