From 44f10c278aae48b8793ae7309488c24494e69866 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 18 十一月 2025 14:46:19 +0800
Subject: [PATCH] fix: s

---
 src/services/api/typings.d.ts |  524 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 518 insertions(+), 6 deletions(-)

diff --git a/src/services/api/typings.d.ts b/src/services/api/typings.d.ts
index 0fd93ec..2bee1ca 100644
--- a/src/services/api/typings.d.ts
+++ b/src/services/api/typings.d.ts
@@ -246,10 +246,18 @@
     suportPlatRecharge?: boolean;
     /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
     suportWithDraw?: boolean;
+    /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
+    suportFinance?: boolean;
     /** 鏂囦欢 */
     industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
     /** 鏃犻渶鏀垮姟绔鏍� */
     notNeedGovernmentAudit?: boolean;
+    /** 鏃犻渶杩愯惀绔鏍� */
+    noNeedForOperationalReview?: boolean;
+    /** 鏀垮姟绔弻閲嶅鏍� */
+    dualReviewOfGovernmentAffairs?: boolean;
+    /** 鍏徃淇℃伅 */
+    industrialParkCompanyFile?: IndustrialParkCompanyFile[];
   }
 
   interface AddIndustryBodyAuditInput {
@@ -451,6 +459,11 @@
     userId?: string;
   }
 
+  interface AddParkBountyApplyByEnterpriseInput {
+    batchNo?: string;
+    enterpriseMonthApplyId?: string;
+  }
+
   interface AddParkBountyApplyStepOneInput {
     batchNo?: string;
     parkId?: string;
@@ -508,6 +521,12 @@
     signChannel?: SignChannelEnum;
     /** 妯℃澘缂栬緫鏁版嵁 */
     templateEditData?: string;
+    /** 鏄惁鑷姩绛� */
+    isAutoSign?: boolean;
+    /** 鑷姩绛炬巿鏉冧功 */
+    autoSignPowerAttorneyUrl?: string;
+    /** 鑷畾涔夊唴瀹� */
+    customContentIds?: string[];
   }
 
   interface AddUpdateCustomerInput {
@@ -1282,8 +1301,19 @@
     parentId?: string;
   }
 
+  interface APIgetAllModuleListParams {
+    menuScene?: EnumMenuScene;
+  }
+
   interface APIgetAllSubModuleParams {
     moduleId?: string;
+  }
+
+  interface APIgetAllSystemTemplateDataParamSettingListParams {
+    /** 鏄惁榛樿 */
+    isDefault?: boolean;
+    /** 妯℃澘Id */
+    lgGigWorkerCustomerTemplateId?: string;
   }
 
   interface APIgetBatchBillStaffListParams {
@@ -1357,6 +1387,15 @@
     moduleId?: string;
   }
 
+  interface APIgetCustomContractParamterSelectParams {
+    /** 瀹㈡埛Id */
+    customerId?: string;
+    /** 鏄惁榛樿 */
+    isDefault?: boolean;
+    /** 鍚堝悓妯℃澘Id */
+    templateId?: string;
+  }
+
   interface APIgetCustomerFileTypeHeadParams {
     enterpriseId?: string;
   }
@@ -1371,10 +1410,6 @@
 
   interface APIgetCustomerTemplateParamListByTemplateIdParams {
     templateId?: string;
-  }
-
-  interface APIgetCustomerUploadFileRecordParams {
-    withMonth?: string;
   }
 
   interface APIgetDefaultConnectionStringParams {
@@ -1739,6 +1774,11 @@
     id?: string;
   }
 
+  interface APIgetRewardStatisticsMonthsParams {
+    /** 鎵�灞炲洯鍖篒d */
+    industrialParkId?: string;
+  }
+
   interface APIgetRolesIdRolesParams {
     id: string;
   }
@@ -1831,6 +1871,12 @@
 
   interface APIgetUserOrRoleModuleListParams {
     id?: string;
+    objectType?: number;
+  }
+
+  interface APIgetUserOrRoleModuleListParams {
+    id?: string;
+    menuScene?: EnumMenuScene;
     objectType?: number;
   }
 
@@ -2812,6 +2858,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[];
@@ -2888,7 +2968,7 @@
     userId?: string;
   }
 
-  type BountyCheckStatusEnum = 10 | 20 | 30 | -10;
+  type BountyCheckStatusEnum = 10 | 20 | 30 | -20 | -10;
 
   interface BuildRewardStatisticsInput {
     /** 寮�濮嬬粺璁℃湀浠� */
@@ -4044,6 +4124,8 @@
     password?: string;
     /** 浜т笟鍥尯id */
     industrialParkId?: string;
+    /** 缁熶竴绀句細淇$敤浠g爜 */
+    societyCreditCode?: string;
   }
 
   interface CreateBackClientUserInput {
@@ -4064,6 +4146,7 @@
   }
 
   interface CreateBaseRoleInput {
+    menuScene?: EnumMenuScene;
     /** 鍚嶇О */
     name?: string;
     /** 鎺掑簭 */
@@ -4132,6 +4215,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 {
@@ -4982,6 +5094,12 @@
     name: string;
     /** 妯℃澘缂栧彿 */
     templateCode: string;
+    /** 鏄惁鑷姩绛� */
+    isAutoSign?: boolean;
+    /** 鑷姩绛炬巿鏉冧功 */
+    autoSignPowerAttorneyUrl?: string;
+    /** 鑷畾涔夊唴瀹� */
+    customContents?: string[];
     /** 妯℃澘鍙橀噺 */
     values: CreateOrUpdateContractTemplateValueInput[];
   }
@@ -4996,6 +5114,12 @@
     name?: string;
     /** 鏄惁蹇呭~ */
     required?: boolean;
+    /** 鍧愭爣X */
+    x?: number;
+    /** 鍧愭爣Y */
+    y?: number;
+    /** 椤电爜 */
+    page?: number;
   }
 
   interface CreateOrUpdateCooperationApplyInput {
@@ -5145,6 +5269,7 @@
   }
 
   interface CreateOrUpdateRoleInput {
+    menuScene?: EnumMenuScene;
     /** 鍚嶇О */
     name?: string;
     /** 鎺掑簭 */
@@ -5192,8 +5317,13 @@
     incomeBankCardNumber?: string;
     /** 寮�鎴疯 */
     incomeBankName?: string;
+    /** 鎶曚繚浜烘暟 */
+    insurePeopleNum?: number;
     enterpriseId?: string;
     selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
+    auditType?: EnumParkBountyTradeDetailAuditType;
+    /** 姹熺淇濊嚜涓诲嚭璐﹀叧鑱斾繚鍗昳d */
+    insurancePolicyId?: string;
   }
 
   interface CreateParkOrHRAdvertiseInput {
@@ -5648,6 +5778,9 @@
     isSignFreeSet?: boolean;
     /** 娉ㄥ唽鏃堕棿 */
     registTime?: string;
+    /** 澶囨敞 */
+    remark?: string;
+    industrialParkCompanyList?: IndustrialParkCompanyOutput[];
   }
 
   interface CustomerManageListOutputPageOutput {
@@ -5704,6 +5837,9 @@
     /** 鐢虫姤閲戦 */
     applyAmount?: number;
     fileTypes?: CustomerUploadMonthApplyFileType[];
+    enterpriseId?: string;
+    /** 鏄惁鏄繍钀ョ浠d笂浼� */
+    isAdminFileUpload?: boolean;
   }
 
   interface CustomerUploadMonthApplyFileType {
@@ -5712,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 {
@@ -6027,6 +6180,7 @@
   interface EnterpriseApplyDrawWithInput {
     amount?: number;
     invoiceUrl?: string;
+    enterpriseId?: string;
   }
 
   interface EnterpriseBatchRefundInput {
@@ -6103,6 +6257,8 @@
     remark?: string;
     /** 鏂囦欢鏁伴噺 */
     fileCount?: number;
+    /** 浼佷笟鐢虫姤鏉愭枡鏁伴噺 */
+    enterpriseMonthApplyFileCount?: number;
     lastModificationTime?: string;
     lastModifierName?: string;
     lastModifierId?: string;
@@ -6225,6 +6381,8 @@
     configuration?: Record<string, any>;
   }
 
+  type EnumElectronSignContractParameterStatus = 10 | 20;
+
   type EnumElectronSignContractStatus = 1 | 2 | 3 | 4 | 5 | 9 | 99;
 
   type EnumElectronSignContractSupplier = 10 | 20;
@@ -6243,9 +6401,13 @@
 
   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;
 
@@ -6421,7 +6583,7 @@
     fileId?: string;
   }
 
-  type FinanceStatusEnum = 1 | 2 | 3;
+  type FinanceStatusEnum = 1 | 2 | 3 | -1;
 
   type FinanceTypeEnum = 10 | 20 | 30;
 
@@ -7169,6 +7331,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;
@@ -7181,6 +7383,12 @@
     name?: string;
     /** 妯℃澘缂栧彿 */
     templateCode?: string;
+    /** 鏄惁鑷姩绛� */
+    isAutoSign?: boolean;
+    /** 鑷姩绛炬巿鏉冧功 */
+    autoSignPowerAttorneyUrl?: string;
+    /** 妯℃澘鍙橀噺 */
+    customContents?: GetContractTemplateCustomContentDto[];
     /** 妯℃澘鍙橀噺 */
     values?: GetContractTemplateValueDto[];
   }
@@ -7209,6 +7417,12 @@
     name?: string;
     /** 鏄惁蹇呭~ */
     required?: boolean;
+    /** 鍧愭爣X */
+    x?: number;
+    /** 鍧愭爣Y */
+    y?: number;
+    /** 椤电爜 */
+    page?: number;
   }
 
   interface GetCooperationApplyInput {
@@ -7257,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 {
@@ -7378,6 +7619,8 @@
     outCheckTimeEnd?: string;
     outCheckStatus?: BountyCheckStatusEnum;
     inCheckStatus?: BountyCheckStatusEnum;
+    /** 鎵�灞炲洯鍖� */
+    industrialParkId?: string;
   }
 
   interface GetCustomersExportInput {
@@ -7400,6 +7643,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 {
@@ -7417,6 +7677,10 @@
     platedTime?: string;
     /** 鎿嶄綔浜� */
     operator?: string;
+    /** 鏄惁鑷姩绛� */
+    isAutoSign?: boolean;
+    /** 鑷畾涔夊唴瀹� */
+    customContents?: GetCustomerTemplateDetailOutputCustomContent[];
   }
 
   interface GetCustomerUploadApplyFilesByTypeInput {
@@ -7434,6 +7698,7 @@
   interface GetCustomerUploadApplyFilesInput {
     id?: string;
     enterpriseId?: string;
+    userId?: string;
     withMonth?: string;
     parkBountyApplyId?: string;
   }
@@ -7465,6 +7730,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 {
@@ -7539,6 +7826,8 @@
     endDateTime?: string;
     enterpriseId?: string;
     checkStatus?: EnterpriseRechargeStatusEnum;
+    /** 鎵�灞炲洯鍖� */
+    industrialParkId?: string;
   }
 
   interface GetEnterpriseDrawWithListOutput {
@@ -7548,6 +7837,7 @@
     societyCreditCode?: string;
     creationTime?: string;
     enterpriseType?: string;
+    parkId?: string;
     parkName?: string;
     parkType?: string;
     amount?: number;
@@ -7556,6 +7846,8 @@
     checkTime?: string;
     checkRemark?: string;
     checkFileUrl?: string;
+    /** 鎻愮幇瀹℃牳鎿嶄綔浜� */
+    checkOperator?: string;
   }
 
   interface GetEnterpriseDrawWithListOutputPageOutput {
@@ -7573,6 +7865,9 @@
     /** 鐢虫姤閲戦 */
     applyAmount?: number;
     applyStatus?: EnterpriseMonthApplyStatusEnum;
+    inCheckStatus?: BountyCheckStatusEnum;
+    /** 鑷富鐢虫姤鐨勭敵鎶d */
+    parkBountyApplyId?: string;
   }
 
   interface GetEnterpriseMonthApplyFileOutputPageOutput {
@@ -7600,6 +7895,8 @@
     beginDateTime?: string;
     endDateTime?: string;
     checkStatus?: EnterpriseRechargeStatusEnum;
+    /** 鎵�灞炲洯鍖� */
+    industrialParkId?: string;
   }
 
   interface GetEnterprisePreChargeCheckListOutput {
@@ -7621,6 +7918,10 @@
     /** 鎻愪氦鏃ユ湡 */
     creationTime?: string;
     checkStatus?: EnterpriseRechargeStatusEnum;
+    /** 瀹℃牳浜� */
+    checkOperator?: string;
+    /** 浜т笟鍥尯id */
+    industrialParkId?: string;
   }
 
   interface GetEnterprisePreChargeCheckListOutputPageOutput {
@@ -7822,6 +8123,12 @@
     waitCheckEnterpriseNumber?: number;
     /** 濂栧姳閲戝緟鍙戞斁 */
     waitForSettleRewardNumber?: number;
+    /** 鎻愮幇寰呭鎵� */
+    waitDrawWithAuditNumber?: number;
+    /** 鍑鸿处寰呭鎵� */
+    waitPlatRewardPayOutAuditNumber?: number;
+    /** 璐㈠姟寰呭鏍� */
+    waitPlatRewardPayOutFinanceAuditNumber?: number;
     /** 绱宸插鏍镐紒涓� */
     accumulatedCheckEnterpriseNumber?: number;
     /** 绱宸插鏍搁�氳繃浼佷笟 */
@@ -8990,6 +9297,13 @@
     settleStatus?: SettleStatusEnum;
     incomeStatus?: IncomeStatusEnum;
     financeStatus?: FinanceStatusEnum;
+    /** 澶栭儴澶嶅鏍歌捣濮嬫棩鏈� */
+    outReCheckTimeBegin?: string;
+    /** 澶栭儴澶嶅鏍哥粨鏉熸棩鏈� */
+    outReCheckTimeEnd?: string;
+    outReCheckStatus?: BountyCheckStatusEnum;
+    /** 鎵�灞炲洯鍖� */
+    industrialParkId?: string;
   }
 
   interface GetParkBountyApplyListOutput {
@@ -9045,6 +9359,23 @@
     suportPlatRecharge?: boolean;
     /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
     suportWithDraw?: boolean;
+    /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
+    suportFinance?: boolean;
+    /** 鍐呴儴瀹℃牳浜� */
+    inCheckAuditOperator?: string;
+    /** 澶栭儴瀹℃牳浜� */
+    outCheckAuditOperator?: string;
+    /** 澶栭儴澶嶅鏍镐汉 */
+    outReCheckAuditOperator?: string;
+    /** 骞冲彴鎷ㄤ粯鍏ヨ处璺熻储鏀挎嫧浠樺叆璐︽搷浣滀汉 */
+    incomeAndFinanceIncomeOperator?: string;
+    /** 骞冲彴鎷ㄤ粯鐧昏璺熻储鏀挎嫧浠樼櫥璁版搷浣滀汉 */
+    settleAndFinanceOperator?: string;
+    outReCheckStatus?: BountyCheckStatusEnum;
+    /** 鏀垮姟绔瀹℃椂闂� */
+    outReCheckTime?: string;
+    /** 鎾ゅ洖鍘熷洜 */
+    reasonForWithdrawal?: string;
   }
 
   interface GetParkBountyApplyListOutputPageOutput {
@@ -9078,6 +9409,8 @@
     auditTimeBegin?: string;
     /** 瀹℃牳缁撴潫鏃ユ湡 */
     auditTimeEnd?: string;
+    /** 鎵�灞炲洯鍖� */
+    industrialParkId?: string;
     /** 鍥尯Id */
     parkId?: string;
     enterpriseId?: string;
@@ -9144,6 +9477,8 @@
     incomeBankCardNumber?: string;
     /** 寮�鎴疯 */
     incomeBankName?: string;
+    /** 鎶曚繚浜烘暟 */
+    insurePeopleNum?: number;
     creationTime?: string;
     selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
     /** 浼佷笟鑷韩鍑鸿处瀹℃牳澶囨敞 */
@@ -9164,6 +9499,9 @@
     selfAuditOperator?: string;
     /** 浼佷笟鑷韩鎿嶄綔浜篒d */
     selfAuditOperatorId?: string;
+    /** 姹熺淇濅笂浼犵殑淇濆崟鏂囦欢 */
+    insureBillUrl?: string;
+    auditType?: EnumParkBountyTradeDetailAuditType;
   }
 
   interface GetParkBountyTradeDetailOutputPageOutput {
@@ -9188,6 +9526,8 @@
     auditTimeBegin?: string;
     /** 瀹℃牳缁撴潫鏃ユ湡 */
     auditTimeEnd?: string;
+    /** 鎵�灞炲洯鍖� */
+    industrialParkId?: string;
   }
 
   interface GetParkBountyTradeOutput {
@@ -9209,6 +9549,8 @@
     remianAmount?: number;
     /** 鐢宠鍥尯 */
     parkName?: string;
+    /** 鎵�灞炲洯鍖� */
+    parkId?: string;
     /** 鐢宠鍥尯绫诲瀷 */
     parkTypeName?: string;
   }
@@ -9262,6 +9604,12 @@
     financeAuditFileUrl?: string;
     payFileUrls?: string[];
     financeType?: FinanceTypeEnum;
+    /** 杩涜处鍗曚綅 */
+    incomeCompanyName?: string;
+    /** 浼佷笟鑷韩瀹℃牳鍑瘉 */
+    selfAuditFileUrl?: string;
+    /** 姹熺淇濅笂浼犵殑淇濆崟鏂囦欢 */
+    insureBillUrl?: string;
   }
 
   interface GetParkCustomerBountyConsumptionOutputPageOutput {
@@ -9379,12 +9727,15 @@
     parkTypName?: string;
     /** 钀ヤ笟鎵х収 */
     licenseUrl?: string;
+    /** 鍚堜綔鍗忚 */
+    cooperationUrl?: string;
     /** 閾惰鎬昏鍚嶇О */
     bankName?: string;
     /** 閾惰鏀鍚嶇О */
     bankBranchName?: string;
     /** 閾惰鍗″彿 */
     bankCardNumber?: string;
+    userCertificationStatus?: UserCertificationStatusEnum;
   }
 
   interface GetParkCustomerManageOutput {
@@ -9716,6 +10067,8 @@
     pageModel?: Pagination;
     /** 鏈堜唤 */
     month?: string;
+    /** 鏈堜唤 */
+    months?: string[];
     /** 鎵�灞炲洯鍖篒d */
     industrialParkId?: string;
     /** 鍏抽敭瀛� */
@@ -9726,6 +10079,7 @@
     pageModel?: Pagination;
     /** 鏌ヨ鏉′欢锛氳鑹插悕绉� */
     queryCondition?: string;
+    menuScene?: EnumMenuScene;
   }
 
   interface GetSearchSettingList {
@@ -10138,6 +10492,8 @@
     bankBranchName?: string;
     bankCardNumber?: string;
     bankIsVerify?: boolean;
+    /** 鍚堜綔鍗忚 */
+    cooperationUrl?: string;
   }
 
   interface GetUserBaseInfoDataResponse {
@@ -11271,6 +11627,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;
     /** 鍥尯鍚嶇О */
@@ -11300,11 +11673,18 @@
     suportWithDraw?: boolean;
     /** 鏃犻渶鏀垮姟绔鏍� */
     notNeedGovernmentAudit?: boolean;
+    /** 鏃犻渶杩愯惀绔鏍� */
+    noNeedForOperationalReview?: boolean;
+    /** 鏀垮姟绔弻閲嶅鏍� */
+    dualReviewOfGovernmentAffairs?: boolean;
+    /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
+    suportFinance?: boolean;
     /** 娉ㄥ唽鍦板潃 */
     registerAddress?: string;
     /** 澶囨敞 */
     remark?: string;
     industrialParkFileTypeList?: IndustrialParkFileTypeOutput[];
+    industrialParkCompanyList?: IndustrialParkCompanyOutput[];
   }
 
   interface IndustrialParkDropDownOutput {
@@ -11321,6 +11701,8 @@
     suportEnterpriseUpload?: boolean;
     /** 鏄惁鏀寔骞冲彴鍏呭�� */
     suportPlatRecharge?: boolean;
+    /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
+    suportFinance?: boolean;
   }
 
   interface IndustrialParkFileTypeOutput {
@@ -11360,6 +11742,12 @@
     suportWithDraw?: boolean;
     /** 鏃犻渶鏀垮姟绔鏍� */
     notNeedGovernmentAudit?: boolean;
+    /** 鏃犻渶杩愯惀绔鏍� */
+    noNeedForOperationalReview?: boolean;
+    /** 鏀垮姟绔弻閲嶅鏍� */
+    dualReviewOfGovernmentAffairs?: boolean;
+    /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
+    suportFinance?: boolean;
   }
 
   interface IndustrialParkListOutputPageOutput {
@@ -14221,6 +14609,8 @@
     compayId?: string;
     /** 闇�瑕佺绾︾殑鐢ㄦ埛绛剧害id */
     listLgWorkerSignId?: string[];
+    /** 鏉ヨ嚜鑷姩绛� */
+    fromAutoSign?: boolean;
   }
 
   interface LgGigWorkerBussinessAutoSignOutput {
@@ -15042,6 +15432,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;
@@ -16247,10 +16656,17 @@
     suportEnterpriseUpload?: boolean;
     /** 鏄惁鏀寔骞冲彴鍏呭�� */
     suportPlatRecharge?: boolean;
+    /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
+    suportFinance?: boolean;
     /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
     suportWithDraw?: boolean;
     listFiles?: CustomerUploadMonthApplyFileTypeDto[];
     collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
+    /** 鎬荤殑棰濆琛ュ厖鏉愭枡 */
+    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
+    outReCheckStatus?: BountyCheckStatusEnum;
+    /** 鏀垮姟绔瀹″娉� */
+    outReCheckRemark?: string;
   }
 
   interface OutcheckParkBountyApplyInput {
@@ -16258,6 +16674,23 @@
     outCheckStatus?: BountyCheckStatusEnum;
     /** 澶囨敞 */
     remark?: string;
+    /** 鎬荤殑棰濆琛ュ厖鏉愭枡 */
+    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
+  }
+
+  interface OutcheckParkBountyApplyRedoedInput {
+    parkBountyApplyId?: string;
+    /** 鎾ゅ洖鍘熷洜 */
+    reasonForWithdrawal?: string;
+  }
+
+  interface OutReCheckParkBountyApplyInput {
+    parkBountyApplyId?: string;
+    outReCheckStatus?: BountyCheckStatusEnum;
+    /** 澶囨敞 */
+    remark?: string;
+    /** 鎬荤殑棰濆琛ュ厖鏉愭枡 */
+    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
   }
 
   interface PagedListQueryPageModel {
@@ -16330,6 +16763,8 @@
     suportEnterpriseUpload?: boolean;
     /** 鏄惁鏀寔骞冲彴鍏呭�� */
     suportPlatRecharge?: boolean;
+    /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
+    suportFinance?: boolean;
     /** 鐢宠鍥尯绫诲瀷 */
     parkTypeName?: string;
     /** 鐢宠濂栧姳閲戞湀浠� */
@@ -16356,6 +16791,8 @@
     financeSumAmount?: number;
     listFiles?: CustomerUploadMonthApplyFileTypeDto[];
     collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
+    /** 鎬荤殑棰濆琛ュ厖鏉愭枡 */
+    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
   }
 
   interface ParkBountyApplyBatchFinanceInput {
@@ -17991,6 +18428,8 @@
     userInfoEmailAddress?: string;
     /** 娉ㄥ唽鏃ユ湡 */
     registDate?: string;
+    /** 浜т笟鍥尯id */
+    industrialParkId?: string;
   }
 
   interface PriceInfo {
@@ -20021,6 +20460,7 @@
   interface RoleInfo {
     /** 瑙掕壊Id */
     id?: string;
+    menuScene?: EnumMenuScene;
     /** 鍚嶇О */
     name?: string;
     /** 鎺掑簭 */
@@ -20143,6 +20583,32 @@
     hostFlowNo?: string;
     /** 鍥炲崟鍚嶇О */
     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 {
@@ -20717,6 +21183,15 @@
     /** 鐢ㄦ埛Id */
     userId?: string;
     disabledSyncUser?: boolean;
+    /** 鍚堜綔鍗忚 */
+    cooperationUrl?: string;
+  }
+
+  interface SetUserEnterpiseCooperationUrlInput {
+    /** 鐢ㄦ埛Id */
+    userId?: string;
+    /** 鍚堜綔鍗忚 */
+    cooperationUrl?: string;
   }
 
   interface SetUserEnterpriseBankInfoInput {
@@ -21586,6 +22061,11 @@
     selfAuditTime?: string;
     /** 浼佷笟鑷韩瀹℃牳鍑瘉 */
     selfAuditFileUrl?: string;
+    /** 濂栧姳閲戜綑棰� */
+    bountyAmount?: number;
+    auditType?: EnumParkBountyTradeDetailAuditType;
+    /** 姹熺淇濊嚜涓诲嚭璐﹀叧鑱斾繚鍗昳d */
+    insurancePolicyId?: string;
   }
 
   interface SysOrgDetailOutput {
@@ -22174,6 +22654,20 @@
     id?: string;
   }
 
+  interface UpdateCustomerContractTemplateCustomContentValueInput {
+    /** 鍚堝悓妯℃澘Id */
+    templateId?: string;
+    /** 鑷畾涔夊唴瀹� */
+    customContents?: UpdateCustomerContractTemplateCustomContentValueInputItem[];
+  }
+
+  interface UpdateCustomerContractTemplateCustomContentValueInputItem {
+    /** Id */
+    id?: string;
+    /** 鍊� */
+    value?: string;
+  }
+
   interface UpdateEnterpriseMaterialInput {
     /** 骞� */
     year?: number;
@@ -22332,10 +22826,18 @@
     suportPlatRecharge?: boolean;
     /** 鏄惁鏀寔鐢ㄦ埛鎻愮幇 */
     suportWithDraw?: boolean;
+    /** 鏄惁鏀寔璐㈡斂鎷ㄤ粯 */
+    suportFinance?: boolean;
     /** 鏂囦欢 */
     industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
     /** 鏃犻渶鏀垮姟绔鏍� */
     notNeedGovernmentAudit?: boolean;
+    /** 鏃犻渶杩愯惀绔鏍� */
+    noNeedForOperationalReview?: boolean;
+    /** 鏀垮姟绔弻閲嶅鏍� */
+    dualReviewOfGovernmentAffairs?: boolean;
+    /** 鍏徃淇℃伅 */
+    industrialParkCompanyFile?: IndustrialParkCompanyFile[];
     id?: string;
   }
 
@@ -22602,6 +23104,13 @@
     sort: number;
     userId?: string;
     id?: string;
+  }
+
+  interface UpdateParkBountyApplyTradeInsuranceBillFile {
+    /** 姹熺淇濊嚜涓诲嚭璐﹀叧鑱斾繚鍗昳d */
+    insurancePolicyId?: string;
+    /** 姹熺淇濅笂浼犵殑淇濆崟鏂囦欢 */
+    insureBillUrl?: string;
   }
 
   interface UpdatePassWordInput {
@@ -22881,6 +23390,8 @@
     enterpriseName?: string;
     /** 濮撳悕 */
     contacter?: string;
+    /** 浜т笟鍥尯id */
+    industrialParkId?: string;
   }
 
   interface UpdateUserOrderContactStatusInput {
@@ -22948,6 +23459,7 @@
     monthApplyId?: string;
     fileSearchTypeId?: string;
     listFiles?: CustomerUploadMonthApplyFileTypeDto[];
+    enterpriseId?: string;
   }
 
   interface UploadParkApplyCustomerFilesInput {

--
Gitblit v1.9.1