From a7eb20b8f5692171cc48babc24edffc3351a78ab Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 28 十一月 2025 13:45:25 +0800
Subject: [PATCH] fix: bug

---
 src/services/api/typings.d.ts |   73 ++++++++++++++++++++++++++++++++++--
 1 files changed, 69 insertions(+), 4 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 91185da..202b621 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 {
@@ -5851,6 +5863,8 @@
     applyAmount?: number;
     fileTypes?: CustomerUploadMonthApplyFileType[];
     enterpriseId?: string;
+    /** 濂栧姳閲戞ā鏉縄d */
+    bountyTemplateId?: string;
     /** 鏄惁鏄繍钀ョ浠d笂浼� */
     isAdminFileUpload?: boolean;
   }
@@ -5880,6 +5894,8 @@
     applyAmount?: number;
     fileTypes?: CustomerUploadMonthApplyFileType[];
     enterpriseId?: string;
+    /** 濂栧姳閲戞ā鏉縄d */
+    bountyTemplateId?: string;
     /** 鏄惁鏄繍钀ョ浠d笂浼� */
     isAdminFileUpload?: boolean;
     /** 姹囨�绘潗鏂� */
@@ -7492,6 +7508,11 @@
     endDate?: string;
   }
 
+  interface GetCurrentExternalSystemOutput {
+    /** 鏄惁绛剧害閽卞寘 */
+    isSignWallet?: boolean;
+  }
+
   interface GetCustomContractParamterListInput {
     pageModel?: Pagination;
     /** 瀹㈡埛Id */
@@ -7717,6 +7738,8 @@
   interface GetCustomerUploadApplyFilesInput {
     id?: string;
     enterpriseId?: string;
+    /** 濂栧姳閲戞ā鏉縄d */
+    bountyTemplateId?: string;
     userId?: string;
     withMonth?: string;
     parkBountyApplyId?: string;
@@ -7741,6 +7764,8 @@
   interface GetCustomerUploadApplyFilesResponse {
     /** 鎵�灞炴湀浠� */
     withMonth?: string;
+    /** 濂栧姳閲戞ā鏉縄d */
+    bountyTemplateId?: string;
     /** 浼佷笟鍚嶇О */
     enterpriseName?: string;
     /** 鐢虫姤閲戦 */
@@ -7754,6 +7779,8 @@
   interface GetCustomerUploadApplyFilesV2Response {
     /** 鎵�灞炴湀浠� */
     withMonth?: string;
+    /** 濂栧姳閲戞ā鏉縄d */
+    bountyTemplateId?: string;
     /** 浼佷笟鍚嶇О */
     enterpriseName?: string;
     /** 鐢虫姤閲戦 */
@@ -7770,6 +7797,8 @@
 
   interface GetCustomerUploadFileRecordInput {
     withMonth?: string;
+    /** 濂栧姳閲戞ā鏉縄d */
+    bountyTemplateId?: string;
     userId?: string;
   }
 
@@ -8210,6 +8239,21 @@
     categoryId?: string;
     /** 鏌ヨ鏉′欢锛氫骇鍝佸悕绉�/鏈嶅姟鍟嗗悕绉� */
     queryCondition?: string;
+  }
+
+  interface GetIndustrialPartBountyTemplatesInput {
+    /** 鍥尯Id */
+    id?: string;
+  }
+
+  interface GetIndustrialPartBountyTemplatesOutput {
+    /** 濂栧姳閲戞ā鏉垮悕绉� */
+    bountyTemplates?: GetIndustrialPartBountyTemplatesOutputItem[];
+  }
+
+  interface GetIndustrialPartBountyTemplatesOutputItem {
+    id?: string;
+    templateName?: string;
   }
 
   interface GetInformationAdvertiseByCategoryInput {
@@ -9600,6 +9644,8 @@
 
   interface GetParkCollectFileTypeListInput {
     parkId?: string;
+    /** 濂栧姳閲戞ā鏉縄d */
+    bountyTemplateId?: string;
     searchType?: number;
   }
 
@@ -11720,8 +11766,18 @@
     registerAddress?: string;
     /** 澶囨敞 */
     remark?: string;
-    industrialParkFileTypeList?: IndustrialParkFileTypeOutput[];
+    /** 濂栧姳閲戞ā鏉� */
+    bountyTemplates?: IndustrialParkDetailOutputFileTypeTemplate[];
     industrialParkCompanyList?: IndustrialParkCompanyOutput[];
+  }
+
+  interface IndustrialParkDetailOutputFileTypeTemplate {
+    /** 妯℃澘Id */
+    templateId?: string;
+    /** 妯℃澘鍚嶇О */
+    templateName?: string;
+    /** 鏉愭枡 */
+    items?: IndustrialParkFileTypeOutput[];
   }
 
   interface IndustrialParkDropDownOutput {
@@ -16654,6 +16710,10 @@
   interface OutCheckParkBountyApplyBaseInfo {
     /** 鐢宠鎵规鍙� */
     batchNo?: string;
+    /** 濂栧姳閲戞ā鏉� */
+    bountyTemplateId?: string;
+    /** 濂栧姳閲戞ā鏉垮悕绉� */
+    bountyTemplateName?: string;
     /** 鐢宠鍥尯Id */
     parkId?: string;
     /** 鐢宠鍥尯 */
@@ -16803,6 +16863,10 @@
   interface ParkBountyApplyBaseInfo {
     /** 鐢宠鎵规鍙� */
     batchNo?: string;
+    /** 妯℃澘Id */
+    bountyTemplateId?: string;
+    /** 妯℃澘鍚嶇О */
+    bountyTemplateName?: string;
     /** 鐢宠鍥尯Id */
     parkId?: string;
     /** 鐢宠鍥尯 */
@@ -22894,7 +22958,7 @@
     /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
     suportFinance?: boolean;
     /** 鏂囦欢 */
-    industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
+    bountTemplates?: AddIndustrialParkInputBountTemplate[];
     /** 鏃犻渶鏀垮姟绔鏍� */
     notNeedGovernmentAudit?: boolean;
     /** 鏃犻渶杩愯惀绔鏍� */
@@ -23172,7 +23236,6 @@
   }
 
   interface UpdateParkBountyApplyByEnterpriseInput {
-    batchNo?: string;
     enterpriseMonthApplyId?: string;
   }
 
@@ -23583,6 +23646,8 @@
     fileSearchTypeId?: string;
     listFiles?: CustomerUploadMonthApplyFileTypeDto[];
     enterpriseId?: string;
+    /** 濂栧姳閲戞ā鏉縄d */
+    bountyTemplateId?: string;
   }
 
   interface UploadParkApplyCustomerFilesInput {

--
Gitblit v1.9.1