From dbebb8c83128e379bb24d8d7c1bf0838d7c5ebdc Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 20 十一月 2025 15:03:42 +0800
Subject: [PATCH] fix: s

---
 src/services/api/typings.d.ts |  601 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 596 insertions(+), 5 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 7e5461e..91185da 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 {
@@ -453,6 +459,11 @@
     userId?: string;
   }
 
+  interface AddParkBountyApplyByEnterpriseInput {
+    batchNo?: string;
+    enterpriseMonthApplyId?: string;
+  }
+
   interface AddParkBountyApplyStepOneInput {
     batchNo?: string;
     parkId?: string;
@@ -510,6 +521,12 @@
     signChannel?: SignChannelEnum;
     /** 妯℃澘缂栬緫鏁版嵁 */
     templateEditData?: string;
+    /** 鏄惁鑷姩绛� */
+    isAutoSign?: boolean;
+    /** 鑷姩绛炬巿鏉冧功 */
+    autoSignPowerAttorneyUrl?: string;
+    /** 鑷畾涔夊唴瀹� */
+    customContentIds?: string[];
   }
 
   interface AddUpdateCustomerInput {
@@ -1284,8 +1301,19 @@
     parentId?: string;
   }
 
+  interface APIgetAllModuleListParams {
+    menuScene?: EnumMenuScene;
+  }
+
   interface APIgetAllSubModuleParams {
     moduleId?: string;
+  }
+
+  interface APIgetAllSystemTemplateDataParamSettingListParams {
+    /** 鏄惁榛樿 */
+    isDefault?: boolean;
+    /** 妯℃澘Id */
+    lgGigWorkerCustomerTemplateId?: string;
   }
 
   interface APIgetBatchBillStaffListParams {
@@ -1359,6 +1387,15 @@
     moduleId?: string;
   }
 
+  interface APIgetCustomContractParamterSelectParams {
+    /** 瀹㈡埛Id */
+    customerId?: string;
+    /** 鏄惁榛樿 */
+    isDefault?: boolean;
+    /** 鍚堝悓妯℃澘Id */
+    templateId?: string;
+  }
+
   interface APIgetCustomerFileTypeHeadParams {
     enterpriseId?: string;
   }
@@ -1373,10 +1410,6 @@
 
   interface APIgetCustomerTemplateParamListByTemplateIdParams {
     templateId?: string;
-  }
-
-  interface APIgetCustomerUploadFileRecordParams {
-    withMonth?: string;
   }
 
   interface APIgetDefaultConnectionStringParams {
@@ -1407,6 +1440,11 @@
 
   interface APIgetEnterpriseRechargeDetailParams {
     id?: string;
+  }
+
+  interface APIgetExternalSystemPingAnPayWalletParams {
+    /** 澶栭儴绯荤粺Id */
+    externalSystemId?: string;
   }
 
   interface APIgetFirstCurrentUserModuleListCacheByModuleIdParams {
@@ -1741,6 +1779,11 @@
     id?: string;
   }
 
+  interface APIgetRewardStatisticsMonthsParams {
+    /** 鎵�灞炲洯鍖篒d */
+    industrialParkId?: string;
+  }
+
   interface APIgetRolesIdRolesParams {
     id: string;
   }
@@ -1833,6 +1876,12 @@
 
   interface APIgetUserOrRoleModuleListParams {
     id?: string;
+    objectType?: number;
+  }
+
+  interface APIgetUserOrRoleModuleListParams {
+    id?: string;
+    menuScene?: EnumMenuScene;
     objectType?: number;
   }
 
@@ -2492,6 +2541,12 @@
 
   type BatchBillCheckStatus = 4 | 6 | 10 | 15 | 20 | 30 | -20 | -10;
 
+  interface BatchCreateCompanyUserV3Input {
+    list?: AddCertifiedUserInput[];
+    /** 鏄惁闇�瑕佽璇� */
+    needCertification?: boolean;
+  }
+
   interface BatchInquiriesItem {
     /** 鍗曠瑪浜ゆ槗娴佹按鍙� 鎵瑰唴鍞竴 */
     sThirdVoucher?: string;
@@ -2814,6 +2869,40 @@
     serviceStaffId?: string;
   }
 
+  interface BatchSignContractInput {
+    /** 瀵瑰鐢ㄦ埛Id */
+    outUserId?: string;
+    /** 瀵瑰鍚堝悓Id */
+    outContractIds?: string[];
+  }
+
+  interface BatchSignContractOutput {
+    /** 鎴愬姛鍚堝悓Id */
+    successIds?: string[];
+    errors?: BatchSignContractOutputError[];
+  }
+
+  interface BatchSignContractOutputError {
+    /** 瀵瑰鍚堝悓Id */
+    outContractId?: string;
+    /** 閿欒娑堟伅 */
+    errorMessages?: string;
+  }
+
+  interface BatchUpdateContractParamterStatusInput {
+    /** 鍙傛暟Id */
+    ids?: string[];
+    status?: EnumElectronSignContractParameterStatus;
+  }
+
+  interface BatchUpdateCustomContractParamterStatusInput {
+    /** 瀹㈡埛Id */
+    customerId?: string;
+    /** 鍙傛暟Id */
+    ids?: string[];
+    status?: EnumElectronSignContractParameterStatus;
+  }
+
   interface BestSignDownloadImageDataResponse {
     /** 鍥剧墖鏂囦欢娴� */
     data?: any[];
@@ -2890,13 +2979,15 @@
     userId?: string;
   }
 
-  type BountyCheckStatusEnum = 10 | 20 | 30 | -10;
+  type BountyCheckStatusEnum = 10 | 20 | 30 | -20 | -10;
 
   interface BuildRewardStatisticsInput {
     /** 寮�濮嬬粺璁℃湀浠� */
     startMonth?: string;
     /** 鎴缁熻鏈堜唤 */
     endMonth?: string;
+    /** 浼佷笟Id */
+    enterpriseIds?: string[];
   }
 
   type BusinessSettingTypeEnum = 10;
@@ -4046,6 +4137,8 @@
     password?: string;
     /** 浜т笟鍥尯id */
     industrialParkId?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
   }
 
   interface CreateBackClientUserInput {
@@ -4066,6 +4159,7 @@
   }
 
   interface CreateBaseRoleInput {
+    menuScene?: EnumMenuScene;
     /** 鍚嶇О */
     name?: string;
     /** 鎺掑簭 */
@@ -4134,6 +4228,35 @@
     /** 璺熻繘澶囨敞 */
     remark?: string;
     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 {
@@ -4984,6 +5107,12 @@
     name: string;
     /** 妯℃澘缂栧彿 */
     templateCode: string;
+    /** 鏄惁鑷姩绛� */
+    isAutoSign?: boolean;
+    /** 鑷姩绛炬巿鏉冧功 */
+    autoSignPowerAttorneyUrl?: string;
+    /** 鑷畾涔夊唴瀹� */
+    customContents?: string[];
     /** 妯℃澘鍙橀噺 */
     values: CreateOrUpdateContractTemplateValueInput[];
   }
@@ -4998,6 +5127,12 @@
     name?: string;
     /** 鏄惁蹇呭~ */
     required?: boolean;
+    /** 鍧愭爣X */
+    x?: number;
+    /** 鍧愭爣Y */
+    y?: number;
+    /** 椤电爜 */
+    page?: number;
   }
 
   interface CreateOrUpdateCooperationApplyInput {
@@ -5147,6 +5282,7 @@
   }
 
   interface CreateOrUpdateRoleInput {
+    menuScene?: EnumMenuScene;
     /** 鍚嶇О */
     name?: string;
     /** 鎺掑簭 */
@@ -5194,8 +5330,13 @@
     incomeBankCardNumber?: string;
     /** 寮�鎴疯 */
     incomeBankName?: string;
+    /** 鎶曚繚浜烘暟 */
+    insurePeopleNum?: number;
     enterpriseId?: string;
     selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
+    auditType?: EnumParkBountyTradeDetailAuditType;
+    /** 姹熺淇濊嚜涓诲嚭璐﹀叧鑱斾繚鍗昳d */
+    insurancePolicyId?: string;
   }
 
   interface CreateParkOrHRAdvertiseInput {
@@ -5650,6 +5791,9 @@
     isSignFreeSet?: boolean;
     /** 娉ㄥ唽鏃堕棿 */
     registTime?: string;
+    /** 澶囨敞 */
+    remark?: string;
+    industrialParkCompanyList?: IndustrialParkCompanyOutput[];
   }
 
   interface CustomerManageListOutputPageOutput {
@@ -5706,6 +5850,9 @@
     /** 鐢虫姤閲戦 */
     applyAmount?: number;
     fileTypes?: CustomerUploadMonthApplyFileType[];
+    enterpriseId?: string;
+    /** 鏄惁鏄繍钀ョ浠d笂浼� */
+    isAdminFileUpload?: boolean;
   }
 
   interface CustomerUploadMonthApplyFileType {
@@ -5714,14 +5861,34 @@
   }
 
   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[];
+    /** 鏄惁閲嶆柊鎻愪氦 */
+    isResubmit?: boolean;
+    parkBountyApplyId?: string;
   }
 
   interface DataprepareCreateExtInfo {
@@ -5824,6 +5991,7 @@
   interface EditParkBountyApplyStepOneInput {
     parkBountyApplyId?: string;
     removeCompanyIds?: string[];
+    isResubmit?: boolean;
   }
 
   interface EDZ001Input {
@@ -6029,6 +6197,7 @@
   interface EnterpriseApplyDrawWithInput {
     amount?: number;
     invoiceUrl?: string;
+    enterpriseId?: string;
   }
 
   interface EnterpriseBatchRefundInput {
@@ -6105,6 +6274,8 @@
     remark?: string;
     /** 鏂囦欢鏁伴噺 */
     fileCount?: number;
+    /** 浼佷笟鐢虫姤鏉愭枡鏁伴噺 */
+    enterpriseMonthApplyFileCount?: number;
     lastModificationTime?: string;
     lastModifierName?: string;
     lastModifierId?: string;
@@ -6227,6 +6398,8 @@
     configuration?: Record<string, any>;
   }
 
+  type EnumElectronSignContractParameterStatus = 10 | 20;
+
   type EnumElectronSignContractStatus = 1 | 2 | 3 | 4 | 5 | 9 | 99;
 
   type EnumElectronSignContractSupplier = 10 | 20;
@@ -6245,15 +6418,21 @@
 
   type EnumElectronSignUserType = 10 | 20;
 
+  type EnumMenuScene = 0 | 1;
+
   type EnumPagedListOrder = 0 | 1;
 
   type EnumParkBountyTradeDetailAuditStatus = 10 | 20 | 30;
+
+  type EnumParkBountyTradeDetailAuditType = 10 | 100;
 
   type EnumParkRewardStatisticsDetailScene = 1 | 2 | 3 | 4 | 5;
 
   type EnumSmsAccess = 0 | 10 | 20;
 
   type EnumSmsStatus = 0 | 10 | 20 | 30;
+
+  type EnumWalletSignStatus = 1 | 10 | 100 | 999;
 
   interface ExportBountyApplyData {
     /** 浼佷笟鍚嶇О */
@@ -7171,6 +7350,46 @@
     completedEndDate?: string;
   }
 
+  interface GetContractParamterListInput {
+    pageModel?: Pagination;
+    /** 鍏抽敭瀛� */
+    keywords?: string;
+    status?: EnumElectronSignContractParameterStatus;
+  }
+
+  interface GetContractParamterListItem {
+    /** 鍙傛暟Id */
+    id?: string;
+    /** 鏁版嵁鍙傛暟鍚嶇О */
+    dataParamName?: string;
+    /** 鏁版嵁鍙傛暟瀛楁鍚嶇О */
+    dataParamNameFieldName?: string;
+    /** 鏁版嵁鍙傛暟榛樿鍊� */
+    dataParamDefaultValue?: string;
+    /** 鏄惁 涓嶆槸鏁板�煎弬鏁帮紝鍗虫棤闇�鍊� */
+    isNotValueParam?: boolean;
+    /** 鏄惁榛樿 */
+    isDefault?: boolean;
+    status?: EnumElectronSignContractParameterStatus;
+  }
+
+  interface GetContractParamterListItemPageOutput {
+    pageModel?: Pagination;
+    objectData?: any;
+    data?: GetContractParamterListItem[];
+  }
+
+  interface GetContractTemplateCustomContentDto {
+    /** 鍚堝悓妯℃澘Id */
+    templateId?: string;
+    /** 鍙橀噺鍚嶇О */
+    label?: string;
+    /** 鍙橀噺浠g爜 */
+    name?: string;
+    /** 鍊� */
+    value?: string;
+  }
+
   interface GetContractTemplateDto {
     /** Id */
     id?: string;
@@ -7183,6 +7402,12 @@
     name?: string;
     /** 妯℃澘缂栧彿 */
     templateCode?: string;
+    /** 鏄惁鑷姩绛� */
+    isAutoSign?: boolean;
+    /** 鑷姩绛炬巿鏉冧功 */
+    autoSignPowerAttorneyUrl?: string;
+    /** 妯℃澘鍙橀噺 */
+    customContents?: GetContractTemplateCustomContentDto[];
     /** 妯℃澘鍙橀噺 */
     values?: GetContractTemplateValueDto[];
   }
@@ -7211,6 +7436,12 @@
     name?: string;
     /** 鏄惁蹇呭~ */
     required?: boolean;
+    /** 鍧愭爣X */
+    x?: number;
+    /** 鍧愭爣Y */
+    y?: number;
+    /** 椤电爜 */
+    page?: number;
   }
 
   interface GetCooperationApplyInput {
@@ -7259,6 +7490,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 {
@@ -7380,6 +7638,8 @@
     outCheckTimeEnd?: string;
     outCheckStatus?: BountyCheckStatusEnum;
     inCheckStatus?: BountyCheckStatusEnum;
+    /** 鎵�灞炲洯鍖� */
+    industrialParkId?: string;
   }
 
   interface GetCustomersExportInput {
@@ -7402,6 +7662,23 @@
     creatorId?: string;
     /** 鏄惁鍙互缂栬緫鍚嶇О */
     isCanEditName?: boolean;
+    /** 鏄惁鑷姩绛� */
+    isAutoSign?: boolean;
+    /** 鑷姩绛炬巿鏉冧功锛堥�夋嫨鑷姩绛炬椂鏄剧ず锛� */
+    autoSignPowerAttorneyUrl?: string;
+    /** 鑷畾涔夊唴瀹� */
+    customContents?: GetCustomerTemplateDetailOutputCustomContent[];
+  }
+
+  interface GetCustomerTemplateDetailOutputCustomContent {
+    /** 妯℃澘Id */
+    templateId?: string;
+    /** Id */
+    id?: string;
+    /** 鏁版嵁鍙傛暟鍚嶇О */
+    dataParamName?: string;
+    /** 鍊� */
+    value?: string;
   }
 
   interface GetCustomerTemplateListOutput {
@@ -7419,6 +7696,10 @@
     platedTime?: string;
     /** 鎿嶄綔浜� */
     operator?: string;
+    /** 鏄惁鑷姩绛� */
+    isAutoSign?: boolean;
+    /** 鑷畾涔夊唴瀹� */
+    customContents?: GetCustomerTemplateDetailOutputCustomContent[];
   }
 
   interface GetCustomerUploadApplyFilesByTypeInput {
@@ -7436,6 +7717,7 @@
   interface GetCustomerUploadApplyFilesInput {
     id?: string;
     enterpriseId?: string;
+    userId?: string;
     withMonth?: string;
     parkBountyApplyId?: string;
   }
@@ -7467,6 +7749,28 @@
     parkName?: string;
     /** 闄勪欢 */
     items?: GetCustomerUploadApplyFilesOutput[];
+  }
+
+  interface GetCustomerUploadApplyFilesV2Response {
+    /** 鎵�灞炴湀浠� */
+    withMonth?: string;
+    /** 浼佷笟鍚嶇О */
+    enterpriseName?: string;
+    /** 鐢虫姤閲戦 */
+    applyAmount?: number;
+    /** 鎵�灞炲洯鍖� */
+    parkName?: string;
+    /** 闄勪欢 */
+    items?: GetCustomerUploadApplyFilesOutput[];
+    /** 姹囨�绘潗鏂� */
+    bountyCollectFileTypeList?: GetCustomerUploadApplyFilesOutput[];
+    /** 姹囩畻鏉愭枡 */
+    bountyCollectCountFileTypeList?: GetCustomerUploadApplyFilesOutput[];
+  }
+
+  interface GetCustomerUploadFileRecordInput {
+    withMonth?: string;
+    userId?: string;
   }
 
   interface GetCustomerUploadFileRecordOutput {
@@ -7541,6 +7845,8 @@
     endDateTime?: string;
     enterpriseId?: string;
     checkStatus?: EnterpriseRechargeStatusEnum;
+    /** 鎵�灞炲洯鍖� */
+    industrialParkId?: string;
   }
 
   interface GetEnterpriseDrawWithListOutput {
@@ -7550,6 +7856,7 @@
     societyCreditCode?: string;
     creationTime?: string;
     enterpriseType?: string;
+    parkId?: string;
     parkName?: string;
     parkType?: string;
     amount?: number;
@@ -7577,6 +7884,11 @@
     /** 鐢虫姤閲戦 */
     applyAmount?: number;
     applyStatus?: EnterpriseMonthApplyStatusEnum;
+    inCheckStatus?: BountyCheckStatusEnum;
+    outCheckStatus?: BountyCheckStatusEnum;
+    outReCheckStatus?: BountyCheckStatusEnum;
+    /** 鑷富鐢虫姤鐨勭敵鎶d */
+    parkBountyApplyId?: string;
   }
 
   interface GetEnterpriseMonthApplyFileOutputPageOutput {
@@ -7604,6 +7916,8 @@
     beginDateTime?: string;
     endDateTime?: string;
     checkStatus?: EnterpriseRechargeStatusEnum;
+    /** 鎵�灞炲洯鍖� */
+    industrialParkId?: string;
   }
 
   interface GetEnterprisePreChargeCheckListOutput {
@@ -7627,6 +7941,8 @@
     checkStatus?: EnterpriseRechargeStatusEnum;
     /** 瀹℃牳浜� */
     checkOperator?: string;
+    /** 浜т笟鍥尯id */
+    industrialParkId?: string;
   }
 
   interface GetEnterprisePreChargeCheckListOutputPageOutput {
@@ -7686,6 +8002,16 @@
     pageModel?: Pagination;
     /** 鍏抽敭瀛� */
     searchKey?: string;
+  }
+
+  interface GetExternalSystemPingAnPayWalletOutput {
+    /** 鎴峰悕 */
+    name?: string;
+    /** 璐﹀彿 */
+    identity?: string;
+    /** 浣欓 */
+    balance?: number;
+    signStatus?: EnumWalletSignStatus;
   }
 
   interface GetFeatureListResultDto {
@@ -9002,6 +9328,13 @@
     settleStatus?: SettleStatusEnum;
     incomeStatus?: IncomeStatusEnum;
     financeStatus?: FinanceStatusEnum;
+    /** 澶栭儴澶嶅鏍歌捣濮嬫棩鏈� */
+    outReCheckTimeBegin?: string;
+    /** 澶栭儴澶嶅鏍哥粨鏉熸棩鏈� */
+    outReCheckTimeEnd?: string;
+    outReCheckStatus?: BountyCheckStatusEnum;
+    /** 鎵�灞炲洯鍖� */
+    industrialParkId?: string;
   }
 
   interface GetParkBountyApplyListOutput {
@@ -9059,14 +9392,25 @@
     suportWithDraw?: boolean;
     /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
     suportFinance?: boolean;
+    /** 鏃犻渶杩愯惀绔鏍� */
+    noNeedForOperationalReview?: boolean;
+    /** 鏀垮姟绔弻閲嶅鏍� */
+    dualReviewOfGovernmentAffairs?: boolean;
     /** 鍐呴儴瀹℃牳浜� */
     inCheckAuditOperator?: string;
     /** 澶栭儴瀹℃牳浜� */
     outCheckAuditOperator?: string;
+    /** 澶栭儴澶嶅鏍镐汉 */
+    outReCheckAuditOperator?: string;
     /** 骞冲彴鎷ㄤ粯鍏ヨ处璺熻储鏀挎嫧浠樺叆璐︽搷浣滀汉 */
     incomeAndFinanceIncomeOperator?: string;
     /** 骞冲彴鎷ㄤ粯鐧昏璺熻储鏀挎嫧浠樼櫥璁版搷浣滀汉 */
     settleAndFinanceOperator?: string;
+    outReCheckStatus?: BountyCheckStatusEnum;
+    /** 鏀垮姟绔瀹℃椂闂� */
+    outReCheckTime?: string;
+    /** 鎾ゅ洖鍘熷洜 */
+    reasonForWithdrawal?: string;
   }
 
   interface GetParkBountyApplyListOutputPageOutput {
@@ -9100,6 +9444,8 @@
     auditTimeBegin?: string;
     /** 瀹℃牳缁撴潫鏃ユ湡 */
     auditTimeEnd?: string;
+    /** 鎵�灞炲洯鍖� */
+    industrialParkId?: string;
     /** 鍥尯Id */
     parkId?: string;
     enterpriseId?: string;
@@ -9166,6 +9512,8 @@
     incomeBankCardNumber?: string;
     /** 寮�鎴疯 */
     incomeBankName?: string;
+    /** 鎶曚繚浜烘暟 */
+    insurePeopleNum?: number;
     creationTime?: string;
     selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
     /** 浼佷笟鑷韩鍑鸿处瀹℃牳澶囨敞 */
@@ -9186,6 +9534,9 @@
     selfAuditOperator?: string;
     /** 浼佷笟鑷韩鎿嶄綔浜篒d */
     selfAuditOperatorId?: string;
+    /** 姹熺淇濅笂浼犵殑淇濆崟鏂囦欢 */
+    insureBillUrl?: string;
+    auditType?: EnumParkBountyTradeDetailAuditType;
   }
 
   interface GetParkBountyTradeDetailOutputPageOutput {
@@ -9210,6 +9561,8 @@
     auditTimeBegin?: string;
     /** 瀹℃牳缁撴潫鏃ユ湡 */
     auditTimeEnd?: string;
+    /** 鎵�灞炲洯鍖� */
+    industrialParkId?: string;
   }
 
   interface GetParkBountyTradeOutput {
@@ -9229,8 +9582,12 @@
     tradeTime?: string;
     /** 濂栧姳閲戜綑棰� */
     remianAmount?: number;
+    /** 璐㈡斂鎷ㄤ粯浣欓 */
+    financeAmount?: number;
     /** 鐢宠鍥尯 */
     parkName?: string;
+    /** 鎵�灞炲洯鍖� */
+    parkId?: string;
     /** 鐢宠鍥尯绫诲瀷 */
     parkTypeName?: string;
   }
@@ -9286,6 +9643,10 @@
     financeType?: FinanceTypeEnum;
     /** 杩涜处鍗曚綅 */
     incomeCompanyName?: string;
+    /** 浼佷笟鑷韩瀹℃牳鍑瘉 */
+    selfAuditFileUrl?: string;
+    /** 姹熺淇濅笂浼犵殑淇濆崟鏂囦欢 */
+    insureBillUrl?: string;
   }
 
   interface GetParkCustomerBountyConsumptionOutputPageOutput {
@@ -9403,12 +9764,15 @@
     parkTypName?: string;
     /** 钀ヤ笟鎵х収 */
     licenseUrl?: string;
+    /** 鍚堜綔鍗忚 */
+    cooperationUrl?: string;
     /** 閾惰鎬昏鍚嶇О */
     bankName?: string;
     /** 閾惰鏀鍚嶇О */
     bankBranchName?: string;
     /** 閾惰鍗″彿 */
     bankCardNumber?: string;
+    userCertificationStatus?: UserCertificationStatusEnum;
   }
 
   interface GetParkCustomerManageOutput {
@@ -9740,6 +10104,8 @@
     pageModel?: Pagination;
     /** 鏈堜唤 */
     month?: string;
+    /** 鏈堜唤 */
+    months?: string[];
     /** 鎵�灞炲洯鍖篒d */
     industrialParkId?: string;
     /** 鍏抽敭瀛� */
@@ -9750,6 +10116,7 @@
     pageModel?: Pagination;
     /** 鏌ヨ鏉′欢锛氳鑹插悕绉� */
     queryCondition?: string;
+    menuScene?: EnumMenuScene;
   }
 
   interface GetSearchSettingList {
@@ -10162,6 +10529,8 @@
     bankBranchName?: string;
     bankCardNumber?: string;
     bankIsVerify?: boolean;
+    /** 鍚堜綔鍗忚 */
+    cooperationUrl?: string;
   }
 
   interface GetUserBaseInfoDataResponse {
@@ -11295,6 +11664,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;
     /** 鍥尯鍚嶇О */
@@ -11324,6 +11710,10 @@
     suportWithDraw?: boolean;
     /** 鏃犻渶鏀垮姟绔鏍� */
     notNeedGovernmentAudit?: boolean;
+    /** 鏃犻渶杩愯惀绔鏍� */
+    noNeedForOperationalReview?: boolean;
+    /** 鏀垮姟绔弻閲嶅鏍� */
+    dualReviewOfGovernmentAffairs?: boolean;
     /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
     suportFinance?: boolean;
     /** 娉ㄥ唽鍦板潃 */
@@ -11331,6 +11721,7 @@
     /** 澶囨敞 */
     remark?: string;
     industrialParkFileTypeList?: IndustrialParkFileTypeOutput[];
+    industrialParkCompanyList?: IndustrialParkCompanyOutput[];
   }
 
   interface IndustrialParkDropDownOutput {
@@ -11388,6 +11779,10 @@
     suportWithDraw?: boolean;
     /** 鏃犻渶鏀垮姟绔鏍� */
     notNeedGovernmentAudit?: boolean;
+    /** 鏃犻渶杩愯惀绔鏍� */
+    noNeedForOperationalReview?: boolean;
+    /** 鏀垮姟绔弻閲嶅鏍� */
+    dualReviewOfGovernmentAffairs?: boolean;
     /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
     suportFinance?: boolean;
   }
@@ -14251,6 +14646,8 @@
     compayId?: string;
     /** 闇�瑕佺绾︾殑鐢ㄦ埛绛剧害id */
     listLgWorkerSignId?: string[];
+    /** 鏉ヨ嚜鑷姩绛� */
+    fromAutoSign?: boolean;
   }
 
   interface LgGigWorkerBussinessAutoSignOutput {
@@ -15078,6 +15475,25 @@
     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;
+    parentModuleName?: string;
+  }
+
   interface ModuleExtensionDto {
     entities?: Record<string, any>;
     configuration?: Record<string, any>;
@@ -15898,6 +16314,7 @@
     | 30
     | 31
     | 32
+    | 33
     | 40
     | 42;
 
@@ -16277,6 +16694,10 @@
     suportEnterpriseUpload?: boolean;
     /** 鏄惁鏀寔骞冲彴鍏呭�� */
     suportPlatRecharge?: boolean;
+    /** 鏃犻渶杩愯惀绔鏍� */
+    noNeedForOperationalReview?: boolean;
+    /** 鏀垮姟绔弻閲嶅鏍� */
+    dualReviewOfGovernmentAffairs?: boolean;
     /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
     suportFinance?: boolean;
     /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
@@ -16285,11 +16706,35 @@
     collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
     /** 鎬荤殑棰濆琛ュ厖鏉愭枡 */
     extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
+    outReCheckStatus?: BountyCheckStatusEnum;
+    /** 鏀垮姟绔瀹″娉� */
+    outReCheckRemark?: string;
+    /** 鎾ら攢鍘熷洜 */
+    reasonForWithdrawal?: string;
   }
 
   interface OutcheckParkBountyApplyInput {
     parkBountyApplyId?: string;
     outCheckStatus?: BountyCheckStatusEnum;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鎬荤殑棰濆琛ュ厖鏉愭枡 */
+    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
+  }
+
+  interface OutcheckParkBountyApplyRedoedInput {
+    parkBountyApplyId?: string;
+    /** 鎾ゅ洖鍘熷洜 */
+    reasonForWithdrawal?: string;
+  }
+
+  interface OutcheckParkBountyApplyResubmitInput {
+    parkBountyApplyId?: string;
+  }
+
+  interface OutReCheckParkBountyApplyInput {
+    parkBountyApplyId?: string;
+    outReCheckStatus?: BountyCheckStatusEnum;
     /** 澶囨敞 */
     remark?: string;
     /** 鎬荤殑棰濆琛ュ厖鏉愭枡 */
@@ -18031,6 +18476,8 @@
     userInfoEmailAddress?: string;
     /** 娉ㄥ唽鏃ユ湡 */
     registDate?: string;
+    /** 浜т笟鍥尯id */
+    industrialParkId?: string;
   }
 
   interface PriceInfo {
@@ -20061,6 +20508,7 @@
   interface RoleInfo {
     /** 瑙掕壊Id */
     id?: string;
+    menuScene?: EnumMenuScene;
     /** 鍚嶇О */
     name?: string;
     /** 鎺掑簭 */
@@ -20185,6 +20633,32 @@
     receiptName?: string;
   }
 
+  interface SaveContractTemplateParamterInput {
+    /** 鍙傛暟Id */
+    id?: string;
+    /** 鏁版嵁鍙傛暟鍚嶇О */
+    dataParamName?: string;
+    /** 鏁版嵁鍙傛暟瀛楁鍚嶇О */
+    dataParamNameFieldName?: string;
+    /** 鏁版嵁鍙傛暟榛樿鍊� */
+    dataParamDefaultValue?: string;
+    /** 鏄惁 涓嶆槸鏁板�煎弬鏁帮紝鍗虫棤闇�鍊� */
+    isNotValueParam?: boolean;
+    status?: EnumElectronSignContractParameterStatus;
+  }
+
+  interface SaveCustomContractTemplateParamterInput {
+    /** 瀹㈡埛Id */
+    customerId?: string;
+    /** 鍙傛暟Id */
+    id?: string;
+    /** 鍙橀噺鍚嶇О */
+    label?: string;
+    /** 鍙橀噺浠g爜 */
+    name?: string;
+    status?: EnumElectronSignContractParameterStatus;
+  }
+
   interface SaveCustomerTemplateParamInput {
     /** 妯℃澘id */
     lgGigWorkerCustomerTemplateId?: string;
@@ -20211,6 +20685,15 @@
     templateParamExtraData?: string;
   }
 
+  interface SaveExternalSystemPingAnPayWalletInput {
+    /** 澶栭儴绯荤粺Id */
+    externalSystemId?: string;
+    /** 鎴峰悕 */
+    name: string;
+    /** 璐﹀彿 */
+    identity: string;
+  }
+
   interface SaveParkBountyApplyCollectFileInput {
     parkBountyApplyId?: string;
     /** 濂栧姳閲戝垎閰嶈〃 */
@@ -20224,11 +20707,14 @@
     /** 璐㈡斂鎷ㄤ粯鎬婚 */
     financeSumAmount?: number;
     listFiles?: CustomerUploadMonthApplyFileTypeDto[];
+    /** 鏄惁閲嶆柊鎻愪氦 */
+    isResubmit?: boolean;
   }
 
   interface SaveParkBountyApplyGatherFileInput {
     parkBountyApplyId?: string;
     listFiles?: CustomerUploadMonthApplyFileTypeDto[];
+    isResubmit?: boolean;
   }
 
   interface SaveSmsSettingCommand {
@@ -20757,6 +21243,15 @@
     /** 鐢ㄦ埛Id */
     userId?: string;
     disabledSyncUser?: boolean;
+    /** 鍚堜綔鍗忚 */
+    cooperationUrl?: string;
+  }
+
+  interface SetUserEnterpiseCooperationUrlInput {
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鍚堜綔鍗忚 */
+    cooperationUrl?: string;
   }
 
   interface SetUserEnterpriseBankInfoInput {
@@ -21609,6 +22104,9 @@
     auditById?: string;
     /** 瀹℃牳鏃堕棿 */
     auditTime?: string;
+    financeAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
+    /** 璐㈠姟瀹℃牳鏃堕棿 */
+    financeAuditTime?: string;
     /** 杩涜处鍗曚綅 */
     incomeCompanyName?: string;
     /** 淇濆崟鍙� */
@@ -21628,6 +22126,11 @@
     selfAuditFileUrl?: string;
     /** 濂栧姳閲戜綑棰� */
     bountyAmount?: number;
+    auditType?: EnumParkBountyTradeDetailAuditType;
+    /** 姹熺淇濊嚜涓诲嚭璐﹀叧鑱斾繚鍗昳d */
+    insurancePolicyId?: string;
+    /** 鎶曚繚浜烘暟 */
+    insurePeopleNum?: number;
   }
 
   interface SysOrgDetailOutput {
@@ -22216,6 +22719,20 @@
     id?: string;
   }
 
+  interface UpdateCustomerContractTemplateCustomContentValueInput {
+    /** 鍚堝悓妯℃澘Id */
+    templateId?: string;
+    /** 鑷畾涔夊唴瀹� */
+    customContents?: UpdateCustomerContractTemplateCustomContentValueInputItem[];
+  }
+
+  interface UpdateCustomerContractTemplateCustomContentValueInputItem {
+    /** Id */
+    id?: string;
+    /** 鍊� */
+    value?: string;
+  }
+
   interface UpdateEnterpriseMaterialInput {
     /** 骞� */
     year?: number;
@@ -22380,6 +22897,12 @@
     industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
     /** 鏃犻渶鏀垮姟绔鏍� */
     notNeedGovernmentAudit?: boolean;
+    /** 鏃犻渶杩愯惀绔鏍� */
+    noNeedForOperationalReview?: boolean;
+    /** 鏀垮姟绔弻閲嶅鏍� */
+    dualReviewOfGovernmentAffairs?: boolean;
+    /** 鍏徃淇℃伅 */
+    industrialParkCompanyFile?: IndustrialParkCompanyFile[];
     id?: string;
   }
 
@@ -22646,6 +23169,71 @@
     sort: number;
     userId?: string;
     id?: string;
+  }
+
+  interface UpdateParkBountyApplyByEnterpriseInput {
+    batchNo?: string;
+    enterpriseMonthApplyId?: string;
+  }
+
+  interface UpdateParkBountyApplyInfoInput {
+    parkBountyApplyId?: string;
+    /** 鐢宠鎵规鍙� */
+    batchNo?: string;
+    /** 鐢宠鍥尯Id */
+    parkId?: string;
+    /** 鐢宠鍥尯 */
+    parkName?: string;
+    /** 鐢宠鍥尯绫诲瀷 */
+    parkTypeName?: string;
+    /** 鐢宠濂栧姳閲戞湀浠� */
+    applyMonth?: string;
+    /** 宸蹭繚瀛樹紒涓氱即绋庢槑缁嗐�佽惀鏀舵眹鎬� */
+    saveGatherFile?: boolean;
+    /** 濂栧姳閲戞眹鎬婚噾棰� */
+    applySumAmount?: number;
+    /** 姹囨�绘槑缁嗚〃 */
+    enterpriseTaxSubFileUrl?: string;
+    /** 浼佷笟钀ユ敹姹囨�昏〃 */
+    enterpriseOperateFileUrl?: string;
+    /** 濂栧姳閲戝垎閰嶈〃 */
+    bountyAssignFileUlr?: string;
+    /** 濂栧姳閲戞眹鎬昏〃 */
+    bountyCollectFileUrl?: string;
+    /** 鍏ラ┗鍏宠仈璇存槑 */
+    enterpriseRelateFileUrl?: string;
+    /** 澶栭儴瀹℃牳鍘熷洜 */
+    outCheckRemark?: string;
+    /** 鍐呴儴瀹℃牳鍘熷洜 */
+    inCheckRemark?: string;
+    inCheckStatus?: BountyCheckStatusEnum;
+    /** 璐㈡斂鎷ㄤ粯鎬婚 */
+    financeSumAmount?: number;
+    /** 骞冲彴鍏呭�兼�婚 */
+    settleSumAmount?: number;
+    /** 鍙戞斁鍑瘉 */
+    settleFileUrl?: string;
+    /** 璐㈡斂鍙戞斁鍑瘉 */
+    financeFileUrl?: string;
+    /** 鏄惁鏀寔浼佷笟涓婁紶 */
+    suportEnterpriseUpload?: boolean;
+    /** 鏄惁鏀寔骞冲彴鍏呭�� */
+    suportPlatRecharge?: boolean;
+    /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
+    suportFinance?: boolean;
+    /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
+    suportWithDraw?: boolean;
+    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
+    collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
+    /** 鎬荤殑棰濆琛ュ厖鏉愭枡 */
+    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
+  }
+
+  interface UpdateParkBountyApplyTradeInsuranceBillFile {
+    /** 姹熺淇濊嚜涓诲嚭璐﹀叧鑱斾繚鍗昳d */
+    insurancePolicyId?: string;
+    /** 姹熺淇濅笂浼犵殑淇濆崟鏂囦欢 */
+    insureBillUrl?: string;
   }
 
   interface UpdatePassWordInput {
@@ -22925,6 +23513,8 @@
     enterpriseName?: string;
     /** 濮撳悕 */
     contacter?: string;
+    /** 浜т笟鍥尯id */
+    industrialParkId?: string;
   }
 
   interface UpdateUserOrderContactStatusInput {
@@ -22992,6 +23582,7 @@
     monthApplyId?: string;
     fileSearchTypeId?: string;
     listFiles?: CustomerUploadMonthApplyFileTypeDto[];
+    enterpriseId?: string;
   }
 
   interface UploadParkApplyCustomerFilesInput {

--
Gitblit v1.9.1