From b3fda48ba53b36f6770f399f58290ed4d95d04a6 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 30 四月 2025 09:19:52 +0800
Subject: [PATCH] feat: 接口

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

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 1a717fc..7df99f2 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -221,10 +221,22 @@
     leaderMobile?: string;
     /** 鍥尯绫诲瀷 */
     parkTypeId?: string;
-    /** 娉ㄥ唽鍦板潃 */
-    registerAddress: string;
     /** 澶囨敞 */
     remark?: string;
+    /** 鏄惁宸茬粡鍚敤濂栧姳閲戠敵鎶� */
+    rewardEnable?: boolean;
+    /** 濂栧姳閲戞ā鏉挎槸鍚﹂厤缃� */
+    rewardTemplateSetting?: boolean;
+    /** 缁存姢鐨勫叕鍙� */
+    companyOrgId?: string;
+    /** 缁存姢鐨勯儴闂� */
+    departmentOrgId?: string;
+    /** 鏄惁鏀寔浼佷笟鑷富涓婁紶 */
+    suportEnterpriseUpload?: boolean;
+    /** 鏄惁鏀寔骞冲彴鍏呭�� */
+    suportPlatRecharge?: boolean;
+    /** 鏂囦欢 */
+    industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
   }
 
   interface AddIndustryBodyAuditInput {
@@ -886,6 +898,10 @@
     isCache?: boolean;
   }
 
+  interface APIaddSearchSettingClickCountParams {
+    id?: string;
+  }
+
   interface APIadvertiseOffShelfParams {
     /** 璧勮骞垮憡Id */
     id?: string;
@@ -1306,6 +1322,10 @@
     moduleId?: string;
   }
 
+  interface APIgetCustomerFileTypeHeadParams {
+    enterpriseId?: string;
+  }
+
   interface APIgetCustomerTemplateDetailParams {
     id?: string;
   }
@@ -1316,6 +1336,10 @@
 
   interface APIgetCustomerTemplateParamListByTemplateIdParams {
     templateId?: string;
+  }
+
+  interface APIgetCustomerUploadFileRecordParams {
+    withMonth?: string;
   }
 
   interface APIgetDefaultConnectionStringParams {
@@ -3046,6 +3070,8 @@
   interface CheckUserEnterpriseRechargeInput {
     id?: string;
     checkStatus?: EnterpriseRechargeStatusEnum;
+    /** 鍏呭�煎嚟璇� */
+    rechargeVoucherFileUrl?: string;
     remark?: string;
   }
 
@@ -3918,6 +3944,10 @@
     remark?: string;
     /** 鎵嬫満鍙� */
     phoneNumber?: string;
+    /** 鐢ㄦ埛绔疘d */
+    clientId?: string;
+    /** 鍥尯Ids */
+    industrialParkIds?: string[];
     /** 瑙掕壊 */
     roleNames?: string[];
     /** 瀵嗙爜 */
@@ -5301,6 +5331,15 @@
     endTime?: string;
   }
 
+  interface CustomerApplyFileDetailDto {
+    id?: string;
+    fileType?: string;
+    fileSize?: number;
+    fileUrl?: string;
+    fileSearchTypeId?: string;
+    monthApplyId?: string;
+  }
+
   interface CustomerManageListOutput {
     id?: string;
     /** 浼佷笟鍚嶇О */
@@ -5371,6 +5410,24 @@
     templateParamExtraData?: string;
   }
 
+  interface CustomerUploadMonthApplyFileInput {
+    withMonth?: string;
+    fileTypes?: CustomerUploadMonthApplyFileType[];
+  }
+
+  interface CustomerUploadMonthApplyFileType {
+    fileSearchTypeId?: string;
+    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
+  }
+
+  interface CustomerUploadMonthApplyFileTypeDto {
+    fileSearchTypeId?: string;
+    id?: string;
+    fileType?: string;
+    fileSize?: number;
+    fileUrl?: string;
+  }
+
   interface DataprepareCreateExtInfo {
     contextParams?: string;
     shortUrl?: string;
@@ -5404,6 +5461,12 @@
   }
 
   type DecimalDecimalValueTuple = true;
+
+  interface DeleteMonthApplySingleFileInput {
+    monthApplyId?: string;
+    fileSearchTypeId?: string;
+    detaiFileId?: string;
+  }
 
   interface DistTemplateCreateContractInput {
     /** 璁㈠崟绛剧害Id */
@@ -5661,6 +5724,10 @@
   }
 
   type EnterpriseMaterialTypeEnum = 10 | 11 | 20;
+
+  type EnterpriseMonthApplyStatusEnum = 10 | 20;
+
+  type EnterpriseMonthUploadStatusEnum = 10 | 20 | 30;
 
   type EnterpriseRechargeStatusEnum = 10 | 20 | 30;
 
@@ -6666,6 +6733,43 @@
     operator?: string;
   }
 
+  interface GetCustomerUploadApplyFilesByTypeInput {
+    fileSearchTypeId?: string;
+    monthApplyId?: string;
+  }
+
+  interface GetCustomerUploadApplyFilesByTypeOutput {
+    id?: string;
+    fileType?: string;
+    fileSize?: number;
+    fileUrl?: string;
+  }
+
+  interface GetCustomerUploadApplyFilesInput {
+    id?: string;
+    enterpriseId?: string;
+    withMonth?: string;
+  }
+
+  interface GetCustomerUploadApplyFilesOutput {
+    id?: string;
+    fileSearchTypeId?: string;
+    fileCount?: number;
+    isUpload?: boolean;
+    lastUpdateTime?: string;
+    monthApplyId?: string;
+    withMonth?: string;
+    enterpriseName?: string;
+    parkName?: string;
+    fileTypeName?: string;
+    sort?: number;
+    listFiles?: CustomerApplyFileDetailDto[];
+  }
+
+  interface GetCustomerUploadFileRecordOutput {
+    id?: string;
+  }
+
   interface GetEnterpriseBuntyTradeDto {
     id?: string;
     payDateTime?: string;
@@ -6705,6 +6809,21 @@
     errmsg?: string;
     cost?: string;
     data?: GetEnterpriseCredentialDataResponse;
+  }
+
+  interface GetEnterpriseMonthApplyFileOutput {
+    id?: string;
+    enterpriseId?: string;
+    withMonth?: string;
+    creationTime?: string;
+    uploadStatus?: EnterpriseMonthUploadStatusEnum;
+    applyStatus?: EnterpriseMonthApplyStatusEnum;
+  }
+
+  interface GetEnterpriseMonthApplyFileOutputPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetEnterpriseMonthApplyFileOutput[];
   }
 
   interface GetEnterprisePreChargeCheckListInput {
@@ -6760,6 +6879,8 @@
     outBankResumeName?: string;
     /** 鍑鸿处鍥炲崟 */
     outReceiptFileUrl?: string;
+    /** 鍏呭�煎嚟璇� */
+    rechargeVoucherFileUrl?: string;
     /** 瀹℃牳澶囨敞 */
     checkRemark?: string;
     checkStatus?: EnterpriseRechargeStatusEnum;
@@ -8052,6 +8173,14 @@
     settleSumAmount?: number;
     /** 璐㈡斂鍙戞斁閲戦 */
     financeSumAmount?: number;
+    /** 鏄惁宸茬粡鍚敤濂栧姳閲戠敵鎶� */
+    rewardEnable?: boolean;
+    /** 濂栧姳閲戞ā鏉挎槸鍚﹂厤缃� */
+    rewardTemplateSetting?: boolean;
+    /** 鏄惁鏀寔浼佷笟鑷富涓婁紶 */
+    suportEnterpriseUpload?: boolean;
+    /** 鏄惁鏀寔骞冲彴鍏呭�� */
+    suportPlatRecharge?: boolean;
   }
 
   interface GetParkBountyApplyListOutputPageOutput {
@@ -8193,6 +8322,8 @@
     id?: string;
     /** 鐢宠鎵规鍙� */
     batchNo?: string;
+    /** 鐢虫姤鏈堜唤 */
+    applyMonth?: string;
     /** 鐢虫姤鎬婚 */
     applySumAmount?: number;
     /** 骞冲彴鍏呭�煎叆璐︽椂闂� */
@@ -8391,6 +8522,7 @@
     bankName?: string;
     bankBranchName?: string;
     bankAccountName?: string;
+    incomeCompany?: string;
   }
 
   interface GetProductAdvertiseByCategoryInput {
@@ -9766,6 +9898,13 @@
 
   type IncomeStatusEnum = 1 | 2;
 
+  interface IndustrialParkApplyFileFile {
+    /** 210 浼佷笟鏉愭枡 220 姹囨�绘潗鏂� */
+    applyFileType?: number;
+    /** 鍥尯鏉愭枡 */
+    industrialParkFileTypeSetting?: string[];
+  }
+
   interface IndustrialParkDetailOutput {
     id?: string;
     /** 鍥尯鍚嶇О */
@@ -9777,10 +9916,25 @@
     /** 鍥尯绫诲瀷 */
     parkTypeId?: string;
     status?: IndustrialParkStatusEnum;
+    /** 鏄惁宸茬粡鍚敤濂栧姳閲戠敵鎶� */
+    rewardEnable?: boolean;
+    /** 濂栧姳閲戞ā鏉挎槸鍚﹂厤缃� */
+    rewardTemplateSetting?: boolean;
+    /** 缁存姢鐨勫叕鍙� */
+    companyOrgId?: string;
+    /** 缁存姢鐨勫叕鍙� */
+    companyOrgName?: string;
+    /** 缁存姢鐨勯儴闂� */
+    departmentOrgId?: string;
+    /** 鏄惁鏀寔浼佷笟鑷富涓婁紶 */
+    suportEnterpriseUpload?: boolean;
+    /** 鏄惁鏀寔骞冲彴鍏呭�� */
+    suportPlatRecharge?: boolean;
     /** 娉ㄥ唽鍦板潃 */
     registerAddress?: string;
     /** 澶囨敞 */
     remark?: string;
+    industrialParkFileTypeList?: IndustrialParkFileTypeOutput[];
   }
 
   interface IndustrialParkDropDownOutput {
@@ -9791,6 +9945,13 @@
     parkTypeId?: string;
     /** 鍥尯绫诲瀷鍚嶇О */
     parkTypeName?: string;
+  }
+
+  interface IndustrialParkFileTypeOutput {
+    /** 210 浼佷笟鏉愭枡 220 姹囨�绘潗鏂� */
+    applyFileType?: number;
+    /** 鍥尯鏉愭枡 */
+    fileSearchTypeId?: string;
   }
 
   interface IndustrialParkListOutput {
@@ -9804,6 +9965,20 @@
     /** 鍥尯绫诲瀷 */
     parkTypeId?: string;
     status?: IndustrialParkStatusEnum;
+    /** 鏄惁宸茬粡鍚敤濂栧姳閲戠敵鎶� */
+    rewardEnable?: boolean;
+    /** 濂栧姳閲戞ā鏉挎槸鍚﹂厤缃� */
+    rewardTemplateSetting?: boolean;
+    /** 缁存姢鐨勫叕鍙� */
+    companyOrgId?: string;
+    /** 缁存姢鐨勫叕鍙� */
+    companyOrgName?: string;
+    /** 缁存姢鐨勯儴闂� */
+    departmentOrgId?: string;
+    /** 鏄惁鏀寔浼佷笟鑷富涓婁紶 */
+    suportEnterpriseUpload?: boolean;
+    /** 鏄惁鏀寔骞冲彴鍏呭�� */
+    suportPlatRecharge?: boolean;
   }
 
   interface IndustrialParkListOutputPageOutput {
@@ -18159,6 +18334,11 @@
     auditNote?: string;
   }
 
+  interface SetIndustrialParkRewardEnableInput {
+    id?: string;
+    rewardEnable?: boolean;
+  }
+
   interface SetIndustrialParkStatusInput {
     id?: string;
     opStatus?: IndustrialParkStatusEnum;
@@ -19477,6 +19657,10 @@
     remark?: string;
     /** 鎵嬫満鍙� */
     phoneNumber?: string;
+    /** 鐢ㄦ埛绔疘d */
+    clientId?: string;
+    /** 鍥尯Ids */
+    industrialParkIds?: string[];
     /** 瑙掕壊 */
     roleNames?: string[];
     /** 瀵嗙爜 */
@@ -19494,10 +19678,22 @@
     leaderMobile?: string;
     /** 鍥尯绫诲瀷 */
     parkTypeId?: string;
-    /** 娉ㄥ唽鍦板潃 */
-    registerAddress: string;
     /** 澶囨敞 */
     remark?: string;
+    /** 鏄惁宸茬粡鍚敤濂栧姳閲戠敵鎶� */
+    rewardEnable?: boolean;
+    /** 濂栧姳閲戞ā鏉挎槸鍚﹂厤缃� */
+    rewardTemplateSetting?: boolean;
+    /** 缁存姢鐨勫叕鍙� */
+    companyOrgId?: string;
+    /** 缁存姢鐨勯儴闂� */
+    departmentOrgId?: string;
+    /** 鏄惁鏀寔浼佷笟鑷富涓婁紶 */
+    suportEnterpriseUpload?: boolean;
+    /** 鏄惁鏀寔骞冲彴鍏呭�� */
+    suportPlatRecharge?: boolean;
+    /** 鏂囦欢 */
+    industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
     id?: string;
   }
 
@@ -20102,6 +20298,12 @@
     insurePolicyId?: string;
     /** 鎶曚繚鍗� */
     insureBillUrl?: string;
+  }
+
+  interface UploadMonthApplySingleFilesInput {
+    monthApplyId?: string;
+    fileSearchTypeId?: string;
+    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
   }
 
   interface UploadParkBountyApplyCompanyFileInput {
@@ -20748,6 +20950,8 @@
     companyOrgId?: string;
     /** 缁勭粐鏋舵瀯閮ㄩ棬id */
     departmentOrgId?: string;
+    /** 鍥尯Ids */
+    industrialParkIds?: string[];
   }
 
   interface UserDtoPageOutput {
@@ -21034,6 +21238,9 @@
     /** 鐢靛瓙绛惧嵃绔犲浘鐗囩敓鎴愮姸鎬� 0鏈敓鎴� 1宸茬敓鎴� */
     signatureImageStatus?: number;
     certificationChannel?: UserCertificationChannelEnum;
+    industrialParkId?: string;
+    suportEnterpriseUpload?: boolean;
+    suportPlatRecharge?: boolean;
   }
 
   interface UserMessageInfo {

--
Gitblit v1.9.1