From 9dd95cc0cde6664d1cfcb4e14f402981c57c2585 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 30 十月 2025 17:58:25 +0800
Subject: [PATCH] fix: s

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

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index e346c7e..267af50 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -510,6 +510,12 @@
     signChannel?: SignChannelEnum;
     /** 妯℃澘缂栬緫鏁版嵁 */
     templateEditData?: string;
+    /** 鏄惁鑷姩绛� */
+    isAutoSign?: boolean;
+    /** 鑷姩绛炬巿鏉冧功 */
+    autoSignPowerAttorneyUrl?: string;
+    /** 鑷畾涔夊唴瀹� */
+    customContentIds?: string[];
   }
 
   interface AddUpdateCustomerInput {
@@ -1286,6 +1292,13 @@
 
   interface APIgetAllSubModuleParams {
     moduleId?: string;
+  }
+
+  interface APIgetAllSystemTemplateDataParamSettingListParams {
+    /** 鏄惁榛樿 */
+    isDefault?: boolean;
+    /** 妯℃澘Id */
+    lgGigWorkerCustomerTemplateId?: string;
   }
 
   interface APIgetBatchBillStaffListParams {
@@ -2812,6 +2825,32 @@
     userIds?: string[];
     /** 鏈嶅姟浜哄憳Id */
     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 {
@@ -4984,6 +5023,10 @@
     name: string;
     /** 妯℃澘缂栧彿 */
     templateCode: string;
+    /** 鏄惁鑷姩绛� */
+    isAutoSign?: boolean;
+    /** 鑷姩绛炬巿鏉冧功 */
+    autoSignPowerAttorneyUrl?: string;
     /** 妯℃澘鍙橀噺 */
     values: CreateOrUpdateContractTemplateValueInput[];
   }
@@ -4998,6 +5041,12 @@
     name?: string;
     /** 鏄惁蹇呭~ */
     required?: boolean;
+    /** 鍧愭爣X */
+    x?: number;
+    /** 鍧愭爣Y */
+    y?: number;
+    /** 椤电爜 */
+    page?: number;
   }
 
   interface CreateOrUpdateCooperationApplyInput {
@@ -5196,6 +5245,9 @@
     incomeBankName?: string;
     enterpriseId?: string;
     selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
+    auditType?: EnumParkBountyTradeDetailAuditType;
+    /** 姹熺淇濊嚜涓诲嚭璐﹀叧鑱斾繚鍗昳d */
+    insurancePolicyId?: string;
   }
 
   interface CreateParkOrHRAdvertiseInput {
@@ -6227,6 +6279,8 @@
     configuration?: Record<string, any>;
   }
 
+  type EnumElectronSignContractParameterStatus = 10 | 20;
+
   type EnumElectronSignContractStatus = 1 | 2 | 3 | 4 | 5 | 9 | 99;
 
   type EnumElectronSignContractSupplier = 10 | 20;
@@ -6248,6 +6302,8 @@
   type EnumPagedListOrder = 0 | 1;
 
   type EnumParkBountyTradeDetailAuditStatus = 10 | 20 | 30;
+
+  type EnumParkBountyTradeDetailAuditType = 10 | 100;
 
   type EnumParkRewardStatisticsDetailScene = 1 | 2 | 3 | 4 | 5;
 
@@ -6423,7 +6479,7 @@
     fileId?: string;
   }
 
-  type FinanceStatusEnum = 1 | 2 | 3;
+  type FinanceStatusEnum = 1 | 2 | 3 | -1;
 
   type FinanceTypeEnum = 10 | 20 | 30;
 
@@ -7171,6 +7227,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;
@@ -7183,6 +7268,10 @@
     name?: string;
     /** 妯℃澘缂栧彿 */
     templateCode?: string;
+    /** 鏄惁鑷姩绛� */
+    isAutoSign?: boolean;
+    /** 鑷姩绛炬巿鏉冧功 */
+    autoSignPowerAttorneyUrl?: string;
     /** 妯℃澘鍙橀噺 */
     values?: GetContractTemplateValueDto[];
   }
@@ -7211,6 +7300,12 @@
     name?: string;
     /** 鏄惁蹇呭~ */
     required?: boolean;
+    /** 鍧愭爣X */
+    x?: number;
+    /** 鍧愭爣Y */
+    y?: number;
+    /** 椤电爜 */
+    page?: number;
   }
 
   interface GetCooperationApplyInput {
@@ -7402,6 +7497,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 +7531,10 @@
     platedTime?: string;
     /** 鎿嶄綔浜� */
     operator?: string;
+    /** 鏄惁鑷姩绛� */
+    isAutoSign?: boolean;
+    /** 鑷畾涔夊唴瀹� */
+    customContents?: GetCustomerTemplateDetailOutputCustomContent[];
   }
 
   interface GetCustomerUploadApplyFilesByTypeInput {
@@ -7828,6 +7944,12 @@
     waitCheckEnterpriseNumber?: number;
     /** 濂栧姳閲戝緟鍙戞斁 */
     waitForSettleRewardNumber?: number;
+    /** 鎻愮幇寰呭鎵� */
+    waitDrawWithAuditNumber?: number;
+    /** 鍑鸿处寰呭鎵� */
+    waitPlatRewardPayOutAuditNumber?: number;
+    /** 璐㈠姟寰呭鏍� */
+    waitPlatRewardPayOutFinanceAuditNumber?: number;
     /** 绱宸插鏍镐紒涓� */
     accumulatedCheckEnterpriseNumber?: number;
     /** 绱宸插鏍搁�氳繃浼佷笟 */
@@ -9051,6 +9173,8 @@
     suportPlatRecharge?: boolean;
     /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
     suportWithDraw?: boolean;
+    /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
+    suportFinance?: boolean;
     /** 鍐呴儴瀹℃牳浜� */
     inCheckAuditOperator?: string;
     /** 澶栭儴瀹℃牳浜� */
@@ -9178,6 +9302,8 @@
     selfAuditOperator?: string;
     /** 浼佷笟鑷韩鎿嶄綔浜篒d */
     selfAuditOperatorId?: string;
+    /** 姹熺淇濅笂浼犵殑淇濆崟鏂囦欢 */
+    insureBillUrl?: string;
   }
 
   interface GetParkBountyTradeDetailOutputPageOutput {
@@ -9278,6 +9404,10 @@
     financeType?: FinanceTypeEnum;
     /** 杩涜处鍗曚綅 */
     incomeCompanyName?: string;
+    /** 浼佷笟鑷韩瀹℃牳鍑瘉 */
+    selfAuditFileUrl?: string;
+    /** 姹熺淇濅笂浼犵殑淇濆崟鏂囦欢 */
+    insureBillUrl?: string;
   }
 
   interface GetParkCustomerBountyConsumptionOutputPageOutput {
@@ -11316,6 +11446,8 @@
     suportWithDraw?: boolean;
     /** 鏃犻渶鏀垮姟绔鏍� */
     notNeedGovernmentAudit?: boolean;
+    /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
+    suportFinance?: boolean;
     /** 娉ㄥ唽鍦板潃 */
     registerAddress?: string;
     /** 澶囨敞 */
@@ -11337,6 +11469,8 @@
     suportEnterpriseUpload?: boolean;
     /** 鏄惁鏀寔骞冲彴鍏呭�� */
     suportPlatRecharge?: boolean;
+    /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
+    suportFinance?: boolean;
   }
 
   interface IndustrialParkFileTypeOutput {
@@ -11376,6 +11510,8 @@
     suportWithDraw?: boolean;
     /** 鏃犻渶鏀垮姟绔鏍� */
     notNeedGovernmentAudit?: boolean;
+    /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
+    suportFinance?: boolean;
   }
 
   interface IndustrialParkListOutputPageOutput {
@@ -14237,6 +14373,8 @@
     compayId?: string;
     /** 闇�瑕佺绾︾殑鐢ㄦ埛绛剧害id */
     listLgWorkerSignId?: string[];
+    /** 鏉ヨ嚜鑷姩绛� */
+    fromAutoSign?: boolean;
   }
 
   interface LgGigWorkerBussinessAutoSignOutput {
@@ -16263,6 +16401,8 @@
     suportEnterpriseUpload?: boolean;
     /** 鏄惁鏀寔骞冲彴鍏呭�� */
     suportPlatRecharge?: boolean;
+    /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
+    suportFinance?: boolean;
     /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
     suportWithDraw?: boolean;
     listFiles?: CustomerUploadMonthApplyFileTypeDto[];
@@ -16350,6 +16490,8 @@
     suportEnterpriseUpload?: boolean;
     /** 鏄惁鏀寔骞冲彴鍏呭�� */
     suportPlatRecharge?: boolean;
+    /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
+    suportFinance?: boolean;
     /** 鐢宠鍥尯绫诲瀷 */
     parkTypeName?: string;
     /** 鐢宠濂栧姳閲戞湀浠� */
@@ -16376,6 +16518,8 @@
     financeSumAmount?: number;
     listFiles?: CustomerUploadMonthApplyFileTypeDto[];
     collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
+    /** 鎬荤殑棰濆琛ュ厖鏉愭枡 */
+    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
   }
 
   interface ParkBountyApplyBatchFinanceInput {
@@ -18011,6 +18155,8 @@
     userInfoEmailAddress?: string;
     /** 娉ㄥ唽鏃ユ湡 */
     registDate?: string;
+    /** 浜т笟鍥尯id */
+    industrialParkId?: string;
   }
 
   interface PriceInfo {
@@ -20165,6 +20311,20 @@
     receiptName?: string;
   }
 
+  interface SaveContractTemplateParamterInput {
+    /** 鍙傛暟Id */
+    id?: string;
+    /** 鏁版嵁鍙傛暟鍚嶇О */
+    dataParamName?: string;
+    /** 鏁版嵁鍙傛暟瀛楁鍚嶇О */
+    dataParamNameFieldName?: string;
+    /** 鏁版嵁鍙傛暟榛樿鍊� */
+    dataParamDefaultValue?: string;
+    /** 鏄惁 涓嶆槸鏁板�煎弬鏁帮紝鍗虫棤闇�鍊� */
+    isNotValueParam?: boolean;
+    status?: EnumElectronSignContractParameterStatus;
+  }
+
   interface SaveCustomerTemplateParamInput {
     /** 妯℃澘id */
     lgGigWorkerCustomerTemplateId?: string;
@@ -21608,6 +21768,9 @@
     selfAuditFileUrl?: string;
     /** 濂栧姳閲戜綑棰� */
     bountyAmount?: number;
+    auditType?: EnumParkBountyTradeDetailAuditType;
+    /** 姹熺淇濊嚜涓诲嚭璐﹀叧鑱斾繚鍗昳d */
+    insurancePolicyId?: string;
   }
 
   interface SysOrgDetailOutput {
@@ -22196,6 +22359,20 @@
     id?: string;
   }
 
+  interface UpdateCustomerContractTemplateCustomContentValueInput {
+    /** 鍚堝悓妯℃澘Id */
+    templateId?: string;
+    /** 鑷畾涔夊唴瀹� */
+    customContents?: UpdateCustomerContractTemplateCustomContentValueInputItem[];
+  }
+
+  interface UpdateCustomerContractTemplateCustomContentValueInputItem {
+    /** Id */
+    id?: string;
+    /** 鍊� */
+    value?: string;
+  }
+
   interface UpdateEnterpriseMaterialInput {
     /** 骞� */
     year?: number;
@@ -22628,6 +22805,13 @@
     id?: string;
   }
 
+  interface UpdateParkBountyApplyTradeInsuranceBillFile {
+    /** 姹熺淇濊嚜涓诲嚭璐﹀叧鑱斾繚鍗昳d */
+    insurancePolicyId?: string;
+    /** 姹熺淇濅笂浼犵殑淇濆崟鏂囦欢 */
+    insureBillUrl?: string;
+  }
+
   interface UpdatePassWordInput {
     id?: string;
     passWord?: string;
@@ -22905,6 +23089,8 @@
     enterpriseName?: string;
     /** 濮撳悕 */
     contacter?: string;
+    /** 浜т笟鍥尯id */
+    industrialParkId?: string;
   }
 
   interface UpdateUserOrderContactStatusInput {

--
Gitblit v1.9.1