From 065acdf5fd02cab9ef1f7be460a5b0776d996532 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 17 十一月 2025 17:49:23 +0800
Subject: [PATCH] fix: s

---
 src/services/api/typings.d.ts |  217 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 217 insertions(+), 0 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index e8377f6..a324258 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -252,6 +252,12 @@
     industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
     /** 鏃犻渶鏀垮姟绔鏍� */
     notNeedGovernmentAudit?: boolean;
+    /** 鏃犻渶杩愯惀绔鏍� */
+    noNeedForOperationalReview?: boolean;
+    /** 鏀垮姟绔弻閲嶅鏍� */
+    dualReviewOfGovernmentAffairs?: boolean;
+    /** 鍏徃淇℃伅 */
+    industrialParkCompanyFile?: IndustrialParkCompanyFile[];
   }
 
   interface AddIndustryBodyAuditInput {
@@ -1379,6 +1385,15 @@
 
   interface APIgetCurrentSubModuleListParams {
     moduleId?: string;
+  }
+
+  interface APIgetCustomContractParamterSelectParams {
+    /** 瀹㈡埛Id */
+    customerId?: string;
+    /** 鏄惁榛樿 */
+    isDefault?: boolean;
+    /** 鍚堝悓妯℃澘Id */
+    templateId?: string;
   }
 
   interface APIgetCustomerFileTypeHeadParams {
@@ -2869,6 +2884,14 @@
     status?: EnumElectronSignContractParameterStatus;
   }
 
+  interface BatchUpdateCustomContractParamterStatusInput {
+    /** 瀹㈡埛Id */
+    customerId?: string;
+    /** 鍙傛暟Id */
+    ids?: string[];
+    status?: EnumElectronSignContractParameterStatus;
+  }
+
   interface BestSignDownloadImageDataResponse {
     /** 鍥剧墖鏂囦欢娴� */
     data?: any[];
@@ -4194,6 +4217,35 @@
     status?: CooperationApplyStatusEnum;
   }
 
+  interface CreateGovermentSubAccounts {
+    /** 鍚嶇О */
+    name?: string;
+    /** 鐢ㄦ埛鍚� */
+    userName?: string;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鎵嬫満鍙� */
+    phoneNumber?: string;
+    /** 鐢ㄦ埛绔疘d */
+    clientId?: string;
+    /** 鍥尯Ids */
+    industrialParkIds?: string[];
+    /** 瑙掕壊 */
+    roleNames?: string[];
+    /** 鏄惁鐞嗚禂鎻愰啋 */
+    sendClaimMessage?: boolean;
+    /** 鏄惁淇濆崟鍒版湡鎻愰啋 */
+    sendBillExpireMessage?: boolean;
+    /** 鏄惁鐭俊鎻愰啋 */
+    isSendMessage?: boolean;
+    /** 鏄惁浜哄憳鍙樻洿鎻愰啋 */
+    staffChangeMessage?: boolean;
+    /** 鏄惁鎵规敼鎻愰啋 */
+    batchUpdateMessage?: boolean;
+    /** 瀵嗙爜 */
+    password?: string;
+  }
+
   interface CreateGoverUserInput {
     /** 鍚嶇О */
     name?: string;
@@ -5046,6 +5098,8 @@
     isAutoSign?: boolean;
     /** 鑷姩绛炬巿鏉冧功 */
     autoSignPowerAttorneyUrl?: string;
+    /** 鑷畾涔夊唴瀹� */
+    customContents?: string[];
     /** 妯℃澘鍙橀噺 */
     values: CreateOrUpdateContractTemplateValueInput[];
   }
@@ -5263,6 +5317,8 @@
     incomeBankCardNumber?: string;
     /** 寮�鎴疯 */
     incomeBankName?: string;
+    /** 鎶曚繚浜烘暟 */
+    insurePeopleNum?: number;
     enterpriseId?: string;
     selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
     auditType?: EnumParkBountyTradeDetailAuditType;
@@ -5724,6 +5780,7 @@
     registTime?: string;
     /** 澶囨敞 */
     remark?: string;
+    industrialParkCompanyList?: IndustrialParkCompanyOutput[];
   }
 
   interface CustomerManageListOutputPageOutput {
@@ -5781,6 +5838,8 @@
     applyAmount?: number;
     fileTypes?: CustomerUploadMonthApplyFileType[];
     enterpriseId?: string;
+    /** 鏄惁鏄繍钀ョ浠d笂浼� */
+    isAdminFileUpload?: boolean;
   }
 
   interface CustomerUploadMonthApplyFileType {
@@ -5789,14 +5848,31 @@
   }
 
   interface CustomerUploadMonthApplyFileTypeDto {
+    parkBountyApplyId?: string;
     fileSearchTypeId?: string;
     id?: string;
+    enterpriseId?: string;
     fileSearchTypeName?: string;
     fileType?: string;
     fileSize?: number;
     fileUrl?: string;
     sort?: number;
     creationTime?: string;
+    searchType?: number;
+  }
+
+  interface CustomerUploadMonthApplyFileV2Input {
+    withMonth?: string;
+    /** 鐢虫姤閲戦 */
+    applyAmount?: number;
+    fileTypes?: CustomerUploadMonthApplyFileType[];
+    enterpriseId?: string;
+    /** 鏄惁鏄繍钀ョ浠d笂浼� */
+    isAdminFileUpload?: boolean;
+    /** 姹囨�绘潗鏂� */
+    bountyCollectFileTypeList?: CustomerUploadMonthApplyFileTypeDto[];
+    /** 姹囩畻鏉愭枡 */
+    bountyCollectCountFileTypeList?: CustomerUploadMonthApplyFileTypeDto[];
   }
 
   interface DataprepareCreateExtInfo {
@@ -6104,6 +6180,7 @@
   interface EnterpriseApplyDrawWithInput {
     amount?: number;
     invoiceUrl?: string;
+    enterpriseId?: string;
   }
 
   interface EnterpriseBatchRefundInput {
@@ -7283,6 +7360,17 @@
     data?: GetContractParamterListItem[];
   }
 
+  interface GetContractTemplateCustomContentDto {
+    /** 鍚堝悓妯℃澘Id */
+    templateId?: string;
+    /** 鍙橀噺鍚嶇О */
+    label?: string;
+    /** 鍙橀噺浠g爜 */
+    name?: string;
+    /** 鍊� */
+    value?: string;
+  }
+
   interface GetContractTemplateDto {
     /** Id */
     id?: string;
@@ -7299,6 +7387,8 @@
     isAutoSign?: boolean;
     /** 鑷姩绛炬巿鏉冧功 */
     autoSignPowerAttorneyUrl?: string;
+    /** 妯℃澘鍙橀噺 */
+    customContents?: GetContractTemplateCustomContentDto[];
     /** 妯℃澘鍙橀噺 */
     values?: GetContractTemplateValueDto[];
   }
@@ -7381,6 +7471,33 @@
     startDate?: string;
     /** 鎴鏃ユ湡 */
     endDate?: string;
+  }
+
+  interface GetCustomContractParamterListInput {
+    pageModel?: Pagination;
+    /** 瀹㈡埛Id */
+    customerId?: string;
+    /** 鍏抽敭瀛� */
+    keywords?: string;
+    status?: EnumElectronSignContractParameterStatus;
+  }
+
+  interface GetCustomContractParamterListItem {
+    /** 鍙傛暟Id */
+    id?: string;
+    /** 鍙橀噺鍚嶇О */
+    label?: string;
+    /** 鍙橀噺浠g爜 */
+    name?: string;
+    /** 鏄惁榛樿 */
+    isDefault?: boolean;
+    status?: EnumElectronSignContractParameterStatus;
+  }
+
+  interface GetCustomContractParamterListItemPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetCustomContractParamterListItem[];
   }
 
   interface GetCustomerDto {
@@ -7502,6 +7619,8 @@
     outCheckTimeEnd?: string;
     outCheckStatus?: BountyCheckStatusEnum;
     inCheckStatus?: BountyCheckStatusEnum;
+    /** 鎵�灞炲洯鍖� */
+    industrialParkId?: string;
   }
 
   interface GetCustomersExportInput {
@@ -7613,6 +7732,23 @@
     items?: GetCustomerUploadApplyFilesOutput[];
   }
 
+  interface GetCustomerUploadApplyFilesV2Response {
+    /** 鎵�灞炴湀浠� */
+    withMonth?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 鐢虫姤閲戦 */
+    applyAmount?: number;
+    /** 鎵�灞炲洯鍖� */
+    parkName?: string;
+    /** 闄勪欢 */
+    items?: GetCustomerUploadApplyFilesOutput[];
+    /** 姹囨�绘潗鏂� */
+    bountyCollectFileTypeList?: GetCustomerUploadApplyFilesOutput[];
+    /** 姹囩畻鏉愭枡 */
+    bountyCollectCountFileTypeList?: GetCustomerUploadApplyFilesOutput[];
+  }
+
   interface GetCustomerUploadFileRecordInput {
     withMonth?: string;
     userId?: string;
@@ -7690,6 +7826,8 @@
     endDateTime?: string;
     enterpriseId?: string;
     checkStatus?: EnterpriseRechargeStatusEnum;
+    /** 鎵�灞炲洯鍖� */
+    industrialParkId?: string;
   }
 
   interface GetEnterpriseDrawWithListOutput {
@@ -7699,6 +7837,7 @@
     societyCreditCode?: string;
     creationTime?: string;
     enterpriseType?: string;
+    parkId?: string;
     parkName?: string;
     parkType?: string;
     amount?: number;
@@ -7756,6 +7895,8 @@
     beginDateTime?: string;
     endDateTime?: string;
     checkStatus?: EnterpriseRechargeStatusEnum;
+    /** 鎵�灞炲洯鍖� */
+    industrialParkId?: string;
   }
 
   interface GetEnterprisePreChargeCheckListOutput {
@@ -7779,6 +7920,8 @@
     checkStatus?: EnterpriseRechargeStatusEnum;
     /** 瀹℃牳浜� */
     checkOperator?: string;
+    /** 浜т笟鍥尯id */
+    industrialParkId?: string;
   }
 
   interface GetEnterprisePreChargeCheckListOutputPageOutput {
@@ -9159,6 +9302,8 @@
     /** 澶栭儴澶嶅鏍哥粨鏉熸棩鏈� */
     outReCheckTimeEnd?: string;
     outReCheckStatus?: BountyCheckStatusEnum;
+    /** 鎵�灞炲洯鍖� */
+    industrialParkId?: string;
   }
 
   interface GetParkBountyApplyListOutput {
@@ -9262,6 +9407,8 @@
     auditTimeBegin?: string;
     /** 瀹℃牳缁撴潫鏃ユ湡 */
     auditTimeEnd?: string;
+    /** 鎵�灞炲洯鍖� */
+    industrialParkId?: string;
     /** 鍥尯Id */
     parkId?: string;
     enterpriseId?: string;
@@ -9328,6 +9475,8 @@
     incomeBankCardNumber?: string;
     /** 寮�鎴疯 */
     incomeBankName?: string;
+    /** 鎶曚繚浜烘暟 */
+    insurePeopleNum?: number;
     creationTime?: string;
     selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
     /** 浼佷笟鑷韩鍑鸿处瀹℃牳澶囨敞 */
@@ -9375,6 +9524,8 @@
     auditTimeBegin?: string;
     /** 瀹℃牳缁撴潫鏃ユ湡 */
     auditTimeEnd?: string;
+    /** 鎵�灞炲洯鍖� */
+    industrialParkId?: string;
   }
 
   interface GetParkBountyTradeOutput {
@@ -9396,6 +9547,8 @@
     remianAmount?: number;
     /** 鐢宠鍥尯 */
     parkName?: string;
+    /** 鎵�灞炲洯鍖� */
+    parkId?: string;
     /** 鐢宠鍥尯绫诲瀷 */
     parkTypeName?: string;
   }
@@ -9580,6 +9733,7 @@
     bankBranchName?: string;
     /** 閾惰鍗″彿 */
     bankCardNumber?: string;
+    userCertificationStatus?: UserCertificationStatusEnum;
   }
 
   interface GetParkCustomerManageOutput {
@@ -11471,6 +11625,23 @@
     industrialParkFileTypeSetting?: string[];
   }
 
+  interface IndustrialParkCompanyFile {
+    /** 鍏徃ID */
+    companyOrgId?: string;
+    /** 閮ㄩ棬ID */
+    departmentOrgId?: string;
+  }
+
+  interface IndustrialParkCompanyOutput {
+    id?: string;
+    /** 宸ヤ笟鍥尯ID */
+    industrialParkId?: string;
+    /** 鍏徃ID */
+    companyOrgId?: string;
+    /** 閮ㄩ棬ID */
+    departmentOrgId?: string;
+  }
+
   interface IndustrialParkDetailOutput {
     id?: string;
     /** 鍥尯鍚嶇О */
@@ -11500,6 +11671,10 @@
     suportWithDraw?: boolean;
     /** 鏃犻渶鏀垮姟绔鏍� */
     notNeedGovernmentAudit?: boolean;
+    /** 鏃犻渶杩愯惀绔鏍� */
+    noNeedForOperationalReview?: boolean;
+    /** 鏀垮姟绔弻閲嶅鏍� */
+    dualReviewOfGovernmentAffairs?: boolean;
     /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
     suportFinance?: boolean;
     /** 娉ㄥ唽鍦板潃 */
@@ -11507,6 +11682,7 @@
     /** 澶囨敞 */
     remark?: string;
     industrialParkFileTypeList?: IndustrialParkFileTypeOutput[];
+    industrialParkCompanyList?: IndustrialParkCompanyOutput[];
   }
 
   interface IndustrialParkDropDownOutput {
@@ -11564,6 +11740,10 @@
     suportWithDraw?: boolean;
     /** 鏃犻渶鏀垮姟绔鏍� */
     notNeedGovernmentAudit?: boolean;
+    /** 鏃犻渶杩愯惀绔鏍� */
+    noNeedForOperationalReview?: boolean;
+    /** 鏀垮姟绔弻閲嶅鏍� */
+    dualReviewOfGovernmentAffairs?: boolean;
     /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
     suportFinance?: boolean;
   }
@@ -15250,6 +15430,25 @@
     viewAddress?: string;
     levelNum?: number;
     enCode?: string;
+    icon?: string;
+    hasCheck?: boolean;
+    isMenu?: number;
+    parentModuleName?: string;
+  }
+
+  interface ModuleDtoV2 {
+    id?: string;
+    description?: string;
+    sortCode?: number;
+    enabledMark?: number;
+    parentId?: string;
+    name?: string;
+    isCache?: boolean;
+    path?: string;
+    viewAddress?: string;
+    levelNum?: number;
+    enCode?: string;
+    menuSource?: EnumMenuScene;
     icon?: string;
     hasCheck?: boolean;
     isMenu?: number;
@@ -20392,6 +20591,18 @@
     status?: EnumElectronSignContractParameterStatus;
   }
 
+  interface SaveCustomContractTemplateParamterInput {
+    /** 瀹㈡埛Id */
+    customerId?: string;
+    /** 鍙傛暟Id */
+    id?: string;
+    /** 鍙橀噺鍚嶇О */
+    label?: string;
+    /** 鍙橀噺浠g爜 */
+    name?: string;
+    status?: EnumElectronSignContractParameterStatus;
+  }
+
   interface SaveCustomerTemplateParamInput {
     /** 妯℃澘id */
     lgGigWorkerCustomerTemplateId?: string;
@@ -22613,6 +22824,12 @@
     industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
     /** 鏃犻渶鏀垮姟绔鏍� */
     notNeedGovernmentAudit?: boolean;
+    /** 鏃犻渶杩愯惀绔鏍� */
+    noNeedForOperationalReview?: boolean;
+    /** 鏀垮姟绔弻閲嶅鏍� */
+    dualReviewOfGovernmentAffairs?: boolean;
+    /** 鍏徃淇℃伅 */
+    industrialParkCompanyFile?: IndustrialParkCompanyFile[];
     id?: string;
   }
 

--
Gitblit v1.9.1