From 60107cb11e472d693de543e8ec422bfe8e31dbec Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期五, 31 十月 2025 17:30:48 +0800
Subject: [PATCH] Merge branch 'master' into dev-3.4.2.10

---
 src/services/api/typings.d.ts |  651 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 633 insertions(+), 18 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 2d78064..b284341 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -99,6 +99,8 @@
     fileSize?: number;
     /** 鏂囦欢鎵╁睍鍚� */
     fileExtension?: string;
+    /** 瀛楀吀鏂囦欢绫诲瀷Id */
+    fileSearchTypeId?: string;
   }
 
   interface AddEnterpriseMaterialInput {
@@ -113,6 +115,8 @@
     remark?: string;
     /** 鏂囦欢鍒楄〃 */
     addEnterpriseMaterialFileList?: AddEnterpriseMaterialFileInput[];
+    /** 鏄惁浣跨敤瀛楀吀閰嶇疆鏉愭枡 */
+    useCustomMaterial?: boolean;
   }
 
   interface AddFirstPartyCompanyAuditInput {
@@ -242,6 +246,8 @@
     suportPlatRecharge?: boolean;
     /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
     suportWithDraw?: boolean;
+    /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
+    suportFinance?: boolean;
     /** 鏂囦欢 */
     industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
     /** 鏃犻渶鏀垮姟绔鏍� */
@@ -504,6 +510,12 @@
     signChannel?: SignChannelEnum;
     /** 妯℃澘缂栬緫鏁版嵁 */
     templateEditData?: string;
+    /** 鏄惁鑷姩绛� */
+    isAutoSign?: boolean;
+    /** 鑷姩绛炬巿鏉冧功 */
+    autoSignPowerAttorneyUrl?: string;
+    /** 鑷畾涔夊唴瀹� */
+    customContentIds?: string[];
   }
 
   interface AddUpdateCustomerInput {
@@ -1035,10 +1047,6 @@
     id?: string;
   }
 
-  interface APIdeleteContractTemplateIdParams {
-    id: string;
-  }
-
   interface APIdeleteCustomerIdParams {
     id: string;
   }
@@ -1286,6 +1294,13 @@
     moduleId?: string;
   }
 
+  interface APIgetAllSystemTemplateDataParamSettingListParams {
+    /** 鏄惁榛樿 */
+    isDefault?: boolean;
+    /** 妯℃澘Id */
+    lgGigWorkerCustomerTemplateId?: string;
+  }
+
   interface APIgetBatchBillStaffListParams {
     insurancePolicyId?: string;
     batchBillId?: string;
@@ -1371,10 +1386,6 @@
 
   interface APIgetCustomerTemplateParamListByTemplateIdParams {
     templateId?: string;
-  }
-
-  interface APIgetCustomerUploadFileRecordParams {
-    withMonth?: string;
   }
 
   interface APIgetDefaultConnectionStringParams {
@@ -2382,6 +2393,8 @@
     canLoginUserSign?: CanLoginUserSignEnum;
     /** 鏄惁鍙互鐧诲綍姹熶綉淇� */
     canLoginJYB?: boolean;
+    /** 鏄惁鍙互鐧诲綍鐏垫椿鐢ㄥ伐 */
+    canLoginFlexJob?: boolean;
     /** 澶栭儴绯荤粺ID */
     externalSystemCodes?: CanLoginUserSignEnum[];
     bussinessCode?: string;
@@ -2456,6 +2469,16 @@
 鏁版嵁闀垮害锛�3锛屾槸鍚﹀繀杈擄細Y */
     size?: string;
     list?: BankNoQueryItemOutput[];
+  }
+
+  interface BankOcrInput {
+    /** 閾惰鍗″浘鐗嘦RL */
+    bankCardImageUrl?: string;
+  }
+
+  interface BankOcrOutput {
+    /** 閾惰鍗″彿 */
+    bankcardNumber?: string;
   }
 
   interface BaseAuthorizeDto {
@@ -2800,6 +2823,32 @@
     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 BestSignDownloadImageDataResponse {
     /** 鍥剧墖鏂囦欢娴� */
     data?: any[];
@@ -2876,7 +2925,14 @@
     userId?: string;
   }
 
-  type BountyCheckStatusEnum = 10 | 20 | 30 | -10;
+  type BountyCheckStatusEnum = 10 | 20 | 30 | -20 | -10;
+
+  interface BuildRewardStatisticsInput {
+    /** 寮�濮嬬粺璁℃湀浠� */
+    startMonth?: string;
+    /** 鎴缁熻鏈堜唤 */
+    endMonth?: string;
+  }
 
   type BusinessSettingTypeEnum = 10;
 
@@ -2885,7 +2941,7 @@
     walletAccountType?: WalletAccountTypeEnum;
   }
 
-  type CanLoginUserSignEnum = 1 | 2 | 3 | -1;
+  type CanLoginUserSignEnum = 1 | 2 | 3 | 4 | -1;
 
   interface CategoryAllDto {
     /** 绫诲埆Id */
@@ -4130,6 +4186,16 @@
     industrialParkIds?: string[];
     /** 瑙掕壊 */
     roleNames?: string[];
+    /** 鏄惁鐞嗚禂鎻愰啋 */
+    sendClaimMessage?: boolean;
+    /** 鏄惁淇濆崟鍒版湡鎻愰啋 */
+    sendBillExpireMessage?: boolean;
+    /** 鏄惁鐭俊鎻愰啋 */
+    isSendMessage?: boolean;
+    /** 鏄惁浜哄憳鍙樻洿鎻愰啋 */
+    staffChangeMessage?: boolean;
+    /** 鏄惁鎵规敼鎻愰啋 */
+    batchUpdateMessage?: boolean;
     /** 瀵嗙爜 */
     password?: string;
   }
@@ -4946,11 +5012,17 @@
     id?: string;
     /** 瀹㈡埛Id */
     customerId: string;
+    /** 浼佷笟鐢ㄦ埛Id */
+    userId?: string;
     supplier: EnumElectronSignContractSupplier;
     /** 妯℃澘鍚嶇О */
     name: string;
     /** 妯℃澘缂栧彿 */
     templateCode: string;
+    /** 鏄惁鑷姩绛� */
+    isAutoSign?: boolean;
+    /** 鑷姩绛炬巿鏉冧功 */
+    autoSignPowerAttorneyUrl?: string;
     /** 妯℃澘鍙橀噺 */
     values: CreateOrUpdateContractTemplateValueInput[];
   }
@@ -4965,6 +5037,12 @@
     name?: string;
     /** 鏄惁蹇呭~ */
     required?: boolean;
+    /** 鍧愭爣X */
+    x?: number;
+    /** 鍧愭爣Y */
+    y?: number;
+    /** 椤电爜 */
+    page?: number;
   }
 
   interface CreateOrUpdateCooperationApplyInput {
@@ -5144,7 +5222,6 @@
   }
 
   interface CreateParkBountyTradeInput {
-    enterpriseId?: string;
     /** 鏈�杩戝嚭璐﹂噾棰� */
     tradeAmount?: number;
     /** 鍑鸿处鍑瘉 */
@@ -5152,6 +5229,21 @@
     /** 娑堣垂绫诲瀷 */
     payRemark?: string;
     access?: ParkBountyTradeAccessEnum;
+    /** 杩涜处鍗曚綅 */
+    incomeCompanyName?: string;
+    /** 淇濆崟鍙� */
+    insureBillNo?: string;
+    /** 鏀舵鍗曚綅鍚嶇О */
+    incomeBankAccount?: string;
+    /** 鏀舵鍗曚綅璐﹀彿 */
+    incomeBankCardNumber?: string;
+    /** 寮�鎴疯 */
+    incomeBankName?: string;
+    enterpriseId?: string;
+    selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
+    auditType?: EnumParkBountyTradeDetailAuditType;
+    /** 姹熺淇濊嚜涓诲嚭璐﹀叧鑱斾繚鍗昳d */
+    insurancePolicyId?: string;
   }
 
   interface CreateParkOrHRAdvertiseInput {
@@ -5590,10 +5682,14 @@
     industrialParkId?: string;
     /** 浜т笟鍥尯鍚嶇О */
     industrialParkName?: string;
+    /** 缁存姢鐨勫叕鍙� */
+    companyOrgId?: string;
+    /** 缁存姢鐨勯儴闂� */
+    departmentOrgId?: string;
     /** 鏄惁鏈夋湇鍔′汉鍛� */
     isHasServiceStaff?: boolean;
-    /** 鏈嶅姟浜哄憳id */
-    userServiceStaffId?: string;
+    /** 鏈嶅姟浜哄憳鍚嶇О */
+    userServiceStaffs?: CustomerManageListOutputUserServiceStaff[];
     /** 鏈嶅姟浜哄憳鍚嶇О */
     userServiceStaffName?: string;
     /** 鏄惁濂栧姳閲戝彂鏀� */
@@ -5608,6 +5704,14 @@
     pageModel?: Pagination;
     objectData?: any;
     data?: CustomerManageListOutput[];
+  }
+
+  interface CustomerManageListOutputUserServiceStaff {
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鏈嶅姟浜哄憳Id */
+    userServiceStaffId?: string;
+    name?: string;
   }
 
   interface CustomerMenu {
@@ -5706,7 +5810,12 @@
     refundDealRemark?: string;
   }
 
-  type DecimalDecimalValueTuple = true;
+  type DecimalDecimalValueTuple = Record<string, any>;
+
+  interface DeleteContractTemplateInput {
+    /** Id */
+    ids?: string[];
+  }
 
   interface DeleteMonthApplySingleFileInput {
     monthApplyId?: string;
@@ -5993,7 +6102,11 @@
     remark?: string;
     /** 浜т笟鍥尯鍚嶇О */
     industrialParkName?: string;
+    /** 浜т笟鍥尯id */
+    industrialParkId?: string;
     materialItemOutputList?: EnterpriseMaterialItemOutput[];
+    /** 鏄惁浣跨敤瀛楀吀閰嶇疆鏉愭枡 */
+    useCustomMaterial?: boolean;
   }
 
   type EnterpriseMaterialFileBusinessTypeEnum =
@@ -6011,7 +6124,8 @@
     | 200
     | 210
     | 220
-    | 999;
+    | 999
+    | 2000;
 
   interface EnterpriseMaterialItemOutput {
     fileBusinessType?: EnterpriseMaterialFileBusinessTypeEnum;
@@ -6019,6 +6133,8 @@
     fileCount?: number;
     /** 鏄惁涓婁紶 */
     isUploaded?: boolean;
+    /** 瀛楀吀鏂囦欢绫诲瀷Id */
+    fileSearchTypeId?: string;
     lastModificationTime?: string;
     materialFileItemList?: MaterialFileItemOutput[];
     lastModifierName?: string;
@@ -6159,6 +6275,8 @@
     configuration?: Record<string, any>;
   }
 
+  type EnumElectronSignContractParameterStatus = 10 | 20;
+
   type EnumElectronSignContractStatus = 1 | 2 | 3 | 4 | 5 | 9 | 99;
 
   type EnumElectronSignContractSupplier = 10 | 20;
@@ -6177,9 +6295,17 @@
 
   type EnumElectronSignUserType = 10 | 20;
 
+  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;
 
   interface ExportBountyApplyData {
     /** 浼佷笟鍚嶇О */
@@ -6188,7 +6314,7 @@
     societyCreditCode: string;
     /** 璐㈡斂鎷ㄤ粯閲戦 */
     financeToAmountStr?: string;
-    /** 骞冲彴鍏呭�奸噾棰� */
+    /** 骞冲彴鎷ㄤ粯閲戦 */
     transferToAmountStr?: string;
     /** 璐㈡斂鎷ㄤ粯閲戦 */
     financeToAmount?: number;
@@ -6349,7 +6475,7 @@
     fileId?: string;
   }
 
-  type FinanceStatusEnum = 1 | 2 | 3;
+  type FinanceStatusEnum = 1 | 2 | 3 | -1;
 
   type FinanceTypeEnum = 10 | 20 | 30;
 
@@ -7097,6 +7223,35 @@
     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 GetContractTemplateDto {
     /** Id */
     id?: string;
@@ -7109,6 +7264,10 @@
     name?: string;
     /** 妯℃澘缂栧彿 */
     templateCode?: string;
+    /** 鏄惁鑷姩绛� */
+    isAutoSign?: boolean;
+    /** 鑷姩绛炬巿鏉冧功 */
+    autoSignPowerAttorneyUrl?: string;
     /** 妯℃澘鍙橀噺 */
     values?: GetContractTemplateValueDto[];
   }
@@ -7137,6 +7296,12 @@
     name?: string;
     /** 鏄惁蹇呭~ */
     required?: boolean;
+    /** 鍧愭爣X */
+    x?: number;
+    /** 鍧愭爣Y */
+    y?: number;
+    /** 椤电爜 */
+    page?: number;
   }
 
   interface GetCooperationApplyInput {
@@ -7328,6 +7493,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 {
@@ -7345,6 +7527,10 @@
     platedTime?: string;
     /** 鎿嶄綔浜� */
     operator?: string;
+    /** 鏄惁鑷姩绛� */
+    isAutoSign?: boolean;
+    /** 鑷畾涔夊唴瀹� */
+    customContents?: GetCustomerTemplateDetailOutputCustomContent[];
   }
 
   interface GetCustomerUploadApplyFilesByTypeInput {
@@ -7393,6 +7579,11 @@
     parkName?: string;
     /** 闄勪欢 */
     items?: GetCustomerUploadApplyFilesOutput[];
+  }
+
+  interface GetCustomerUploadFileRecordInput {
+    withMonth?: string;
+    userId?: string;
   }
 
   interface GetCustomerUploadFileRecordOutput {
@@ -7484,6 +7675,8 @@
     checkTime?: string;
     checkRemark?: string;
     checkFileUrl?: string;
+    /** 鎻愮幇瀹℃牳鎿嶄綔浜� */
+    checkOperator?: string;
   }
 
   interface GetEnterpriseDrawWithListOutputPageOutput {
@@ -7549,6 +7742,8 @@
     /** 鎻愪氦鏃ユ湡 */
     creationTime?: string;
     checkStatus?: EnterpriseRechargeStatusEnum;
+    /** 瀹℃牳浜� */
+    checkOperator?: string;
   }
 
   interface GetEnterprisePreChargeCheckListOutputPageOutput {
@@ -7750,6 +7945,12 @@
     waitCheckEnterpriseNumber?: number;
     /** 濂栧姳閲戝緟鍙戞斁 */
     waitForSettleRewardNumber?: number;
+    /** 鎻愮幇寰呭鎵� */
+    waitDrawWithAuditNumber?: number;
+    /** 鍑鸿处寰呭鎵� */
+    waitPlatRewardPayOutAuditNumber?: number;
+    /** 璐㈠姟寰呭鏍� */
+    waitPlatRewardPayOutFinanceAuditNumber?: number;
     /** 绱宸插鏍镐紒涓� */
     accumulatedCheckEnterpriseNumber?: number;
     /** 绱宸插鏍搁�氳繃浼佷笟 */
@@ -8918,6 +9119,11 @@
     settleStatus?: SettleStatusEnum;
     incomeStatus?: IncomeStatusEnum;
     financeStatus?: FinanceStatusEnum;
+    /** 澶栭儴澶嶅鏍歌捣濮嬫棩鏈� */
+    outReCheckTimeBegin?: string;
+    /** 澶栭儴澶嶅鏍哥粨鏉熸棩鏈� */
+    outReCheckTimeEnd?: string;
+    outReCheckStatus?: BountyCheckStatusEnum;
   }
 
   interface GetParkBountyApplyListOutput {
@@ -8973,6 +9179,21 @@
     suportPlatRecharge?: boolean;
     /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
     suportWithDraw?: boolean;
+    /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
+    suportFinance?: boolean;
+    /** 鍐呴儴瀹℃牳浜� */
+    inCheckAuditOperator?: string;
+    /** 澶栭儴瀹℃牳浜� */
+    outCheckAuditOperator?: string;
+    /** 澶栭儴澶嶅鏍镐汉 */
+    outReCheckAuditOperator?: string;
+    /** 骞冲彴鎷ㄤ粯鍏ヨ处璺熻储鏀挎嫧浠樺叆璐︽搷浣滀汉 */
+    incomeAndFinanceIncomeOperator?: string;
+    /** 骞冲彴鎷ㄤ粯鐧昏璺熻储鏀挎嫧浠樼櫥璁版搷浣滀汉 */
+    settleAndFinanceOperator?: string;
+    outReCheckStatus?: BountyCheckStatusEnum;
+    /** 鏀垮姟绔瀹℃椂闂� */
+    outReCheckTime?: string;
   }
 
   interface GetParkBountyApplyListOutputPageOutput {
@@ -9009,8 +9230,10 @@
     /** 鍥尯Id */
     parkId?: string;
     enterpriseId?: string;
+    financeType?: FinanceTypeEnum;
     auditStatus?: EnumParkBountyTradeDetailAuditStatus;
     financeAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
+    selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
   }
 
   interface GetParkBountyTradeDetailOutput {
@@ -9042,6 +9265,8 @@
     tradeTime?: string;
     /** 濂栧姳閲戜綑棰� */
     remianAmount?: number;
+    /** 濂栧姳閲戜綑棰� */
+    bountyAmount?: number;
     financeType?: FinanceTypeEnum;
     showAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
     auditStatus?: EnumParkBountyTradeDetailAuditStatus;
@@ -9055,7 +9280,41 @@
     /** 璐㈠姟瀹℃牳鏃堕棿 */
     financeAuditTime?: string;
     /** 瀹℃牳鍑瘉 */
+    financeAuditFileUrl?: string;
+    /** 瀹℃牳鍑瘉 */
     payAuditFileUrl?: string;
+    /** 杩涜处鍗曚綅 */
+    incomeCompanyName?: string;
+    /** 淇濆崟鍙� */
+    insureBillNo?: string;
+    /** 鏀舵鍗曚綅鍚嶇О */
+    incomeBankAccount?: string;
+    /** 鏀舵鍗曚綅璐﹀彿 */
+    incomeBankCardNumber?: string;
+    /** 寮�鎴疯 */
+    incomeBankName?: string;
+    creationTime?: string;
+    selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
+    /** 浼佷笟鑷韩鍑鸿处瀹℃牳澶囨敞 */
+    selfAuditRemark?: string;
+    /** 浼佷笟鑷韩鍑鸿处瀹℃牳鏃堕棿 */
+    selfAuditTime?: string;
+    /** 浼佷笟鑷韩瀹℃牳鍑瘉 */
+    selfAuditFileUrl?: string;
+    /** 鍑鸿处鎿嶄綔浜� */
+    auditOperator?: string;
+    /** 鍑鸿处鎿嶄綔浜篒D */
+    auditOperatorId?: string;
+    /** 璐㈠姟瀹℃牳鎿嶄綔浜� */
+    financeAuditOperator?: string;
+    /** 璐㈠姟瀹℃牳鎿嶄綔浜篒d */
+    financeAuditOperatorId?: string;
+    /** 浼佷笟鑷韩鎿嶄綔浜� */
+    selfAuditOperator?: string;
+    /** 浼佷笟鑷韩鎿嶄綔浜篒d */
+    selfAuditOperatorId?: string;
+    /** 姹熺淇濅笂浼犵殑淇濆崟鏂囦欢 */
+    insureBillUrl?: string;
   }
 
   interface GetParkBountyTradeDetailOutputPageOutput {
@@ -9148,8 +9407,18 @@
     remianAmount?: number;
     /** 鍑瘉 */
     payFileUrl?: string;
+    /** 瀹℃牳鍑瘉 */
+    payAuditFileUrl?: string;
+    /** 瀹℃牳鍑瘉 */
+    financeAuditFileUrl?: string;
     payFileUrls?: string[];
     financeType?: FinanceTypeEnum;
+    /** 杩涜处鍗曚綅 */
+    incomeCompanyName?: string;
+    /** 浼佷笟鑷韩瀹℃牳鍑瘉 */
+    selfAuditFileUrl?: string;
+    /** 姹熺淇濅笂浼犵殑淇濆崟鏂囦欢 */
+    insureBillUrl?: string;
   }
 
   interface GetParkCustomerBountyConsumptionOutputPageOutput {
@@ -9562,6 +9831,10 @@
     industrialParkId?: string;
     /** 鎵�灞炲洯鍖� */
     industrialParkName?: string;
+    /** 鏄惁鏀寔骞冲彴鍏呭�� */
+    suportPlatRecharge?: boolean;
+    /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
+    suportWithDraw?: boolean;
     /** 鑱旂郴浜� */
     contact?: string;
     /** 鑱旂郴鐢佃瘽 */
@@ -9832,6 +10105,94 @@
     data?: GetSignRealNameCostListOutput[];
   }
 
+  interface GetSmsLogsQuery {
+    pageModel?: PagedListQueryPageModel;
+    /** 鍒涘缓鏃堕棿-璧峰 */
+    createdTimeBegin?: string;
+    /** 鍒涘缓鏃堕棿-鎴 */
+    createdTimeEnd?: string;
+    /** 鎿嶄綔浜� */
+    createdUser?: string;
+    /** 娓犻亾鎿嶄綔浜� */
+    channelCreatedUserIds?: string[];
+    /** 璺熻釜Id */
+    traceId?: string;
+    access?: EnumSmsAccess;
+    /** 鎵嬫満鍙风爜 */
+    phoneNumber?: string;
+    /** 妯℃澘浠g爜 */
+    templateCode?: string;
+    /** 妯℃澘鍙傛暟 */
+    templateParam?: string;
+    /** 鏄惁浣跨敤 */
+    isUsed?: boolean;
+    status?: EnumSmsStatus;
+  }
+
+  interface GetSmsLogsQueryResult {
+    pageModel?: PagedListQueryResultPageModel;
+    /** 鏁版嵁 */
+    data?: GetSmsLogsQueryResultItem[];
+  }
+
+  interface GetSmsLogsQueryResultItem {
+    /** Id */
+    id?: string;
+    /** 璺熻釜Id */
+    traceId?: string;
+    access?: EnumSmsAccess;
+    /** 鎵嬫満鍙风爜 */
+    phoneNumber?: string;
+    /** 妯℃澘浠g爜 */
+    templateCode?: string;
+    /** 妯℃澘鍙傛暟 */
+    templateParam?: string;
+    /** 鏈夋晥鏈� */
+    expiry?: string;
+    /** 鏄惁浣跨敤 */
+    isUsed?: boolean;
+    status?: EnumSmsStatus;
+    /** 璇锋眰Id */
+    requestId?: string;
+    /** 鍥炰紶浠g爜 */
+    code?: string;
+    /** 鍥炰紶娑堟伅 */
+    message?: string;
+    /** 娓犻亾鍚嶇О */
+    channelName?: string;
+    /** 娓犻亾鎿嶄綔浜� */
+    channelCreatedUserId?: string;
+    /** 鍒涘缓鏃堕棿 */
+    createdTime?: string;
+  }
+
+  type GetSmsSettingQuery = Record<string, any>;
+
+  interface GetSmsSettingQueryResult {
+    /** 鏄惁绂佺敤 */
+    isDisabled?: boolean;
+    /** 甯﹀嚭鍙傛暟 */
+    withoutParams?: boolean;
+    /** 姣忓垎閽熸渶澶ф暟閲� */
+    minutelyMaxCount?: number;
+    /** 姣忓皬鏃舵渶澶ф暟閲� */
+    hourlyMaxCount?: number;
+    /** 姣忓ぉ鏈�澶ф暟閲� */
+    dailyMaxCount?: number;
+    /** 閫氶亾閰嶇疆 */
+    accesses?: GetSmsSettingQueryResultAccess[];
+  }
+
+  interface GetSmsSettingQueryResultAccess {
+    access?: EnumSmsAccess;
+    /** 鏄惁绂佺敤 */
+    isDisabled?: boolean;
+    /** 鎺掑簭 */
+    sort?: number;
+    /** 绛惧悕鍚嶇О */
+    signName?: string;
+  }
+
   interface GetTagsInput {
     /** 绫诲瀷锛�0浜у搧鏍囩锛�1璧勮鏍囩锛�3蹇嵎璇勮鏍囩 */
     type?: number;
@@ -10011,7 +10372,7 @@
     /** 鍚堝悓鐨勫彂閫佹椂闂� 娣诲姞绗竴涓缃茶�呯殑鏃堕棿锛屽綋绗竴涓缃茶�呮坊鍔犳垚鍔熷嵆璁や负鍚堝悓宸插彂閫� */
     sendTime?: string;
     /** 鎬婚〉鏁� */
-    signers?: string;
+    signers?: string[];
     /** 寮�鍙戣�呯紪鍙� */
     developerId?: string;
     /** 鍚堝悓缂栧彿 */
@@ -11096,6 +11457,8 @@
     suportWithDraw?: boolean;
     /** 鏃犻渶鏀垮姟绔鏍� */
     notNeedGovernmentAudit?: boolean;
+    /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
+    suportFinance?: boolean;
     /** 娉ㄥ唽鍦板潃 */
     registerAddress?: string;
     /** 澶囨敞 */
@@ -11117,6 +11480,8 @@
     suportEnterpriseUpload?: boolean;
     /** 鏄惁鏀寔骞冲彴鍏呭�� */
     suportPlatRecharge?: boolean;
+    /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
+    suportFinance?: boolean;
   }
 
   interface IndustrialParkFileTypeOutput {
@@ -11124,6 +11489,7 @@
     applyFileType?: number;
     /** 鍥尯鏉愭枡 */
     fileSearchTypeId?: string;
+    fileSearchTypeName?: string;
   }
 
   interface IndustrialParkListOutput {
@@ -11155,6 +11521,8 @@
     suportWithDraw?: boolean;
     /** 鏃犻渶鏀垮姟绔鏍� */
     notNeedGovernmentAudit?: boolean;
+    /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
+    suportFinance?: boolean;
   }
 
   interface IndustrialParkListOutputPageOutput {
@@ -14016,6 +14384,8 @@
     compayId?: string;
     /** 闇�瑕佺绾︾殑鐢ㄦ埛绛剧害id */
     listLgWorkerSignId?: string[];
+    /** 鏉ヨ嚜鑷姩绛� */
+    fromAutoSign?: boolean;
   }
 
   interface LgGigWorkerBussinessAutoSignOutput {
@@ -14672,6 +15042,8 @@
     fileSize?: number;
     /** 鏂囦欢鎵╁睍鍚� */
     fileExtension?: string;
+    /** 瀛楀吀鏂囦欢绫诲瀷Id */
+    fileSearchTypeId?: string;
   }
 
   type MessageBusinessBehaviorTypeEnum =
@@ -14961,6 +15333,11 @@
     month?: number;
     materialType?: EnterpriseMaterialTypeEnum;
     materialItemList?: SimpleEnterpriseMaterialItemOutput[];
+    lastModificationTime?: string;
+    /** 鏄惁浣跨敤瀛楀吀閰嶇疆鏉愭枡 */
+    useCustomMaterial?: boolean;
+    /** 鏄惁瀹屽杽 */
+    isCompleteMaterial?: boolean;
   }
 
   interface MyEnterpriseMaterialListOutputPageOutput {
@@ -16035,10 +16412,17 @@
     suportEnterpriseUpload?: boolean;
     /** 鏄惁鏀寔骞冲彴鍏呭�� */
     suportPlatRecharge?: boolean;
+    /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
+    suportFinance?: boolean;
     /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
     suportWithDraw?: boolean;
     listFiles?: CustomerUploadMonthApplyFileTypeDto[];
     collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
+    /** 鎬荤殑棰濆琛ュ厖鏉愭枡 */
+    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
+    outReCheckStatus?: BountyCheckStatusEnum;
+    /** 鏀垮姟绔瀹″娉� */
+    outReCheckRemark?: string;
   }
 
   interface OutcheckParkBountyApplyInput {
@@ -16046,6 +16430,45 @@
     outCheckStatus?: BountyCheckStatusEnum;
     /** 澶囨敞 */
     remark?: string;
+    /** 鎬荤殑棰濆琛ュ厖鏉愭枡 */
+    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
+  }
+
+  interface OutReCheckParkBountyApplyInput {
+    parkBountyApplyId?: string;
+    outReCheckStatus?: BountyCheckStatusEnum;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鎬荤殑棰濆琛ュ厖鏉愭枡 */
+    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
+  }
+
+  interface PagedListQueryPageModel {
+    /** 琛屾暟 */
+    rows?: number;
+    /** 椤电爜 */
+    page?: number;
+    /** 鎺掑簭 */
+    orderInput?: PagedListQueryPageModelOrderInput[];
+  }
+
+  interface PagedListQueryPageModelOrderInput {
+    /** 灞炴�� */
+    property?: string;
+    order?: EnumPagedListOrder;
+  }
+
+  interface PagedListQueryResultPageModel {
+    /** 琛屾暟 */
+    rows?: number;
+    /** 椤电爜 */
+    page?: number;
+    /** 鎺掑簭 */
+    orderInput?: PagedListQueryPageModelOrderInput[];
+    /** 鎬绘暟 */
+    totalCount?: number;
+    /** 椤垫暟 */
+    totalPage?: number;
   }
 
   interface PageInput {
@@ -16090,6 +16513,8 @@
     suportEnterpriseUpload?: boolean;
     /** 鏄惁鏀寔骞冲彴鍏呭�� */
     suportPlatRecharge?: boolean;
+    /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
+    suportFinance?: boolean;
     /** 鐢宠鍥尯绫诲瀷 */
     parkTypeName?: string;
     /** 鐢宠濂栧姳閲戞湀浠� */
@@ -16116,6 +16541,8 @@
     financeSumAmount?: number;
     listFiles?: CustomerUploadMonthApplyFileTypeDto[];
     collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
+    /** 鎬荤殑棰濆琛ュ厖鏉愭枡 */
+    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
   }
 
   interface ParkBountyApplyBatchFinanceInput {
@@ -17691,6 +18118,8 @@
     canLoginUserSign?: CanLoginUserSignEnum;
     /** 鏄惁鍙互鐧诲綍姹熶綉淇� */
     canLoginJYB?: boolean;
+    /** 鏄惁鍙互鐧诲綍鐏垫椿鐢ㄥ伐 */
+    canLoginFlexJob?: boolean;
     /** 澶栭儴绯荤粺ID */
     externalSystemCodes?: CanLoginUserSignEnum[];
     bussinessCode?: string;
@@ -17749,6 +18178,8 @@
     userInfoEmailAddress?: string;
     /** 娉ㄥ唽鏃ユ湡 */
     registDate?: string;
+    /** 浜т笟鍥尯id */
+    industrialParkId?: string;
   }
 
   interface PriceInfo {
@@ -18457,6 +18888,8 @@
     /** 鏈嶅姟浜哄憳Id */
     userServiceStaffId?: string;
     userId?: string;
+    /** 浜т笟鍥尯id */
+    industrialParkId?: string;
   }
 
   interface QueryCustomerTemplateListInput {
@@ -19070,6 +19503,50 @@
     proxyPowerAttorneyUrl?: string;
   }
 
+  interface RealEnterpriseInputByCertAccountInput {
+    /** 瀹㈡埛Id */
+    customerId?: string;
+    /** 涓婁笂绛捐瘉涔﹁处鍙凤紙閫夊~锛� */
+    certAccount: string;
+    /** 澶栭儴浼佷笟Id */
+    outUserId: string;
+    /** 鏄惁濮旀墭缁忓姙浜� */
+    proxy?: boolean;
+    realMethod: EnumElectronSignPersonalRealMethod;
+    /** 浼佷笟鍏ㄧО */
+    enterpriseName: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode: string;
+    /** 钀ヤ笟鎵х収鏂囦欢鍦板潃 */
+    licenseUrl: string;
+    /** 娉曚汉濮撳悕 */
+    legalPerson: string;
+    /** 娉曚汉鎴栫粡鍔炰汉濮撳悕 */
+    name: string;
+    /** 娉曚汉鎴栫粡鍔炰汉韬唤璇佸彿 */
+    identity: string;
+    /** 韬唤璇佷汉鍍忛潰Url */
+    identityImgUrl: string;
+    /** 韬唤璇佸浗寰介潰Url */
+    identityBackImgUrl: string;
+    /** 娉曚汉鎴栫粡鍔炰汉閾惰鍗″彿 */
+    bankCard?: string;
+    /** 閾惰鍗$収鐗� */
+    bankCardImgUrl?: string;
+    /** 娉曚汉鎴栫粡鍔炰汉鎵嬫満鍙� */
+    mobile?: string;
+    /** 浼佷笟鎺堟潈涔� */
+    proxyPowerAttorneyUrl?: string;
+  }
+
+  interface RealEnterpriseInputByCertAccountOutput {
+    /** 璁よ瘉娴佹按鍙� */
+    id?: string;
+    status?: EnumElectronSignRealStatus;
+    /** 涓婁笂绛捐瘉涔﹁处鍙凤紙閫夊~锛� */
+    certAccount?: string;
+  }
+
   interface RealEnterpriseOutput {
     /** 璁よ瘉娴佹按鍙� */
     id?: string;
@@ -19317,6 +19794,8 @@
     mobile?: string;
     /** 楠岃瘉鐮� */
     vCode?: string;
+    /** 浜鸿劯璇嗗埆鎴愬姛璋冩暣椤甸潰 */
+    faceRealCallbackUrl?: string;
   }
 
   interface RealPersonalOutput {
@@ -19426,6 +19905,8 @@
     identity?: string;
     /** 涓汉鎴栨硶浜烘垨缁忓姙浜烘墜鏈哄彿 */
     mobile?: string;
+    /** 涓婁笂绛捐瘉涔﹁处鍙凤紙閫夊~锛� */
+    certAccount?: string;
   }
 
   type RelationalTypeEnum = 10 | 20;
@@ -19853,6 +20334,20 @@
     receiptName?: string;
   }
 
+  interface SaveContractTemplateParamterInput {
+    /** 鍙傛暟Id */
+    id?: string;
+    /** 鏁版嵁鍙傛暟鍚嶇О */
+    dataParamName?: string;
+    /** 鏁版嵁鍙傛暟瀛楁鍚嶇О */
+    dataParamNameFieldName?: string;
+    /** 鏁版嵁鍙傛暟榛樿鍊� */
+    dataParamDefaultValue?: string;
+    /** 鏄惁 涓嶆槸鏁板�煎弬鏁帮紝鍗虫棤闇�鍊� */
+    isNotValueParam?: boolean;
+    status?: EnumElectronSignContractParameterStatus;
+  }
+
   interface SaveCustomerTemplateParamInput {
     /** 妯℃澘id */
     lgGigWorkerCustomerTemplateId?: string;
@@ -19897,6 +20392,31 @@
   interface SaveParkBountyApplyGatherFileInput {
     parkBountyApplyId?: string;
     listFiles?: CustomerUploadMonthApplyFileTypeDto[];
+  }
+
+  interface SaveSmsSettingCommand {
+    /** 鏄惁绂佺敤 */
+    isDisabled?: boolean;
+    /** 甯﹀嚭鍙傛暟 */
+    withoutParams?: boolean;
+    /** 姣忓垎閽熸渶澶ф暟閲� */
+    minutelyMaxCount?: number;
+    /** 姣忓皬鏃舵渶澶ф暟閲� */
+    hourlyMaxCount?: number;
+    /** 姣忓ぉ鏈�澶ф暟閲� */
+    dailyMaxCount?: number;
+    /** 閫氶亾閰嶇疆 */
+    accesses?: SaveSmsSettingCommandAccess[];
+  }
+
+  interface SaveSmsSettingCommandAccess {
+    access?: EnumSmsAccess;
+    /** 鏄惁绂佺敤 */
+    isDisabled?: boolean;
+    /** 鎺掑簭 */
+    sort?: number;
+    /** 绛惧悕鍚嶇О */
+    signName?: string;
   }
 
   interface SaveWalletPayChannelFeeSettingInput {
@@ -20043,6 +20563,10 @@
     values: SendContractInputValue[];
     /** 绛剧害鎬讳汉鏁� */
     userCount: number;
+    /** 鏍¢獙绫诲瀷 */
+    verifyType?: string[];
+    /** 绛剧害瀹屾垚鍚庤皟鏁村湴鍧� */
+    returnUrl?: string;
   }
 
   interface SendContractInputValue {
@@ -20566,6 +21090,8 @@
     fileCount?: number;
     /** 鏄惁涓婁紶 */
     isUploaded?: boolean;
+    /** 瀛楀吀鏂囦欢绫诲瀷Id */
+    fileSearchTypeId?: string;
   }
 
   interface SingleApplicationSuspensionPaymentInput {
@@ -21208,6 +21734,22 @@
     sequence?: number;
   }
 
+  interface SyncAuditParkBountyApplyTradeBySelfInput {
+    /** 姹熶綉淇濆嚭璐﹁褰旾d */
+    id?: string;
+    /** 818鍑鸿处璁板綍Id */
+    parkBountyApplyDetailId?: string;
+    selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
+    /** 瀹℃牳澶囨敞 */
+    selfAuditRemark?: string;
+    /** 瀹℃牳鍑瘉 */
+    selfAuditFileUrl?: string;
+    /** 浼佷笟鑷韩鎿嶄綔浜� */
+    selfAuditOperator?: string;
+    /** 浼佷笟鑷韩鎿嶄綔浜篒d */
+    selfAuditOperatorId?: string;
+  }
+
   interface SyncParkBountyApplyTradeOutput {
     bountyAmount?: number;
     rechargeAmount?: number;
@@ -21230,6 +21772,28 @@
     auditById?: string;
     /** 瀹℃牳鏃堕棿 */
     auditTime?: string;
+    /** 杩涜处鍗曚綅 */
+    incomeCompanyName?: string;
+    /** 淇濆崟鍙� */
+    insureBillNo?: string;
+    /** 鏀舵鍗曚綅鍚嶇О */
+    incomeBankAccount?: string;
+    /** 鏀舵鍗曚綅璐﹀彿 */
+    incomeBankCardNumber?: string;
+    /** 寮�鎴疯 */
+    incomeBankName?: string;
+    selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
+    /** 浼佷笟鑷韩鍑鸿处瀹℃牳澶囨敞 */
+    selfAuditRemark?: string;
+    /** 浼佷笟鑷韩鍑鸿处瀹℃牳鏃堕棿 */
+    selfAuditTime?: string;
+    /** 浼佷笟鑷韩瀹℃牳鍑瘉 */
+    selfAuditFileUrl?: string;
+    /** 濂栧姳閲戜綑棰� */
+    bountyAmount?: number;
+    auditType?: EnumParkBountyTradeDetailAuditType;
+    /** 姹熺淇濊嚜涓诲嚭璐﹀叧鑱斾繚鍗昳d */
+    insurancePolicyId?: string;
   }
 
   interface SysOrgDetailOutput {
@@ -21818,6 +22382,20 @@
     id?: string;
   }
 
+  interface UpdateCustomerContractTemplateCustomContentValueInput {
+    /** 鍚堝悓妯℃澘Id */
+    templateId?: string;
+    /** 鑷畾涔夊唴瀹� */
+    customContents?: UpdateCustomerContractTemplateCustomContentValueInputItem[];
+  }
+
+  interface UpdateCustomerContractTemplateCustomContentValueInputItem {
+    /** Id */
+    id?: string;
+    /** 鍊� */
+    value?: string;
+  }
+
   interface UpdateEnterpriseMaterialInput {
     /** 骞� */
     year?: number;
@@ -21830,6 +22408,8 @@
     remark?: string;
     /** 鏂囦欢鍒楄〃 */
     addEnterpriseMaterialFileList?: AddEnterpriseMaterialFileInput[];
+    /** 鏄惁浣跨敤瀛楀吀閰嶇疆鏉愭枡 */
+    useCustomMaterial?: boolean;
     id?: string;
   }
 
@@ -21933,6 +22513,16 @@
     industrialParkIds?: string[];
     /** 瑙掕壊 */
     roleNames?: string[];
+    /** 鏄惁鐞嗚禂鎻愰啋 */
+    sendClaimMessage?: boolean;
+    /** 鏄惁淇濆崟鍒版湡鎻愰啋 */
+    sendBillExpireMessage?: boolean;
+    /** 鏄惁鐭俊鎻愰啋 */
+    isSendMessage?: boolean;
+    /** 鏄惁浜哄憳鍙樻洿鎻愰啋 */
+    staffChangeMessage?: boolean;
+    /** 鏄惁鎵规敼鎻愰啋 */
+    batchUpdateMessage?: boolean;
     /** 瀵嗙爜 */
     password?: string;
     /** 鐢ㄦ埛Id */
@@ -21964,6 +22554,8 @@
     suportPlatRecharge?: boolean;
     /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
     suportWithDraw?: boolean;
+    /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
+    suportFinance?: boolean;
     /** 鏂囦欢 */
     industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
     /** 鏃犻渶鏀垮姟绔鏍� */
@@ -22234,6 +22826,13 @@
     sort: number;
     userId?: string;
     id?: string;
+  }
+
+  interface UpdateParkBountyApplyTradeInsuranceBillFile {
+    /** 姹熺淇濊嚜涓诲嚭璐﹀叧鑱斾繚鍗昳d */
+    insurancePolicyId?: string;
+    /** 姹熺淇濅笂浼犵殑淇濆崟鏂囦欢 */
+    insureBillUrl?: string;
   }
 
   interface UpdatePassWordInput {
@@ -22513,6 +23112,8 @@
     enterpriseName?: string;
     /** 濮撳悕 */
     contacter?: string;
+    /** 浜т笟鍥尯id */
+    industrialParkId?: string;
   }
 
   interface UpdateUserOrderContactStatusInput {
@@ -23240,8 +23841,20 @@
     companyOrgId?: string;
     /** 缁勭粐鏋舵瀯閮ㄩ棬id */
     departmentOrgId?: string;
+    /** 鐢ㄦ埛绔疘d */
+    clientId?: string;
     /** 鍥尯Ids */
     industrialParkIds?: string[];
+    /** 鏄惁鐞嗚禂鎻愰啋 */
+    sendClaimMessage?: boolean;
+    /** 鏄惁淇濆崟鍒版湡鎻愰啋 */
+    sendBillExpireMessage?: boolean;
+    /** 鏄惁鐭俊鎻愰啋 */
+    isSendMessage?: boolean;
+    /** 鏄惁浜哄憳鍙樻洿鎻愰啋 */
+    staffChangeMessage?: boolean;
+    /** 鏄惁鎵规敼鎻愰啋 */
+    batchUpdateMessage?: boolean;
   }
 
   interface UserDtoPageOutput {
@@ -23540,6 +24153,8 @@
     canLoginUserSign?: boolean;
     /** 鏄惁鍙互鐧诲綍姹熶綉淇� */
     canLoginJYB?: boolean;
+    /** 鏄惁鍙互鐧诲綍鐏垫椿鐢ㄥ伐 */
+    canLoginFlexJob?: boolean;
   }
 
   interface UserMessageInfo {

--
Gitblit v1.9.1