|  |  | 
 |  |  |     leaderMobile?: string; | 
 |  |  |     /** 园区类型 */ | 
 |  |  |     parkTypeId?: string; | 
 |  |  |     /** 注册地址 */ | 
 |  |  |     registerAddress: string; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 是否已经启用奖励金申报 */ | 
 |  |  | 
 |  |  |     rewardTemplateSetting?: boolean; | 
 |  |  |     /** 维护的公司 */ | 
 |  |  |     companyOrgId?: string; | 
 |  |  |     /** 维护的公司 */ | 
 |  |  |     companyOrgName?: string; | 
 |  |  |     /** 维护的部门 */ | 
 |  |  |     departmentOrgId?: string; | 
 |  |  |     /** 是否支持企业自主上传 */ | 
 |  |  |     suportEnterpriseUpload?: boolean; | 
 |  |  |     /** 是否支持平台充值 */ | 
 |  |  |     suportPlatRecharge?: boolean; | 
 |  |  |     /** 210 企业材料 220 汇总材料 */ | 
 |  |  |     applyFileType?: number; | 
 |  |  |     /** 园区材料 */ | 
 |  |  |     industrialParkFileTypeSetting?: string[]; | 
 |  |  |     /** 文件 */ | 
 |  |  |     industrialParkApplyFileFile?: IndustrialParkApplyFileFile[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface AddIndustryBodyAuditInput { | 
 |  |  | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteParkEnterpriseApplyFileParams { | 
 |  |  |     parkEnterpriseDetaiFileId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIdeleteParkRewardApplyParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  | 
 |  |  |     moduleId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetCustomerFileTypeHeadParams { | 
 |  |  |     enterpriseId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetCustomerTemplateDetailParams { | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  | 
 |  |  |     templateId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetCustomerUploadApplyFilesParams { | 
 |  |  |     id?: string; | 
 |  |  |   interface APIgetCustomerUploadFileRecordParams { | 
 |  |  |     withMonth?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetDefaultConnectionStringParams { | 
 |  |  | 
 |  |  |  | 
 |  |  |   interface APIgetElecBillInfoParams { | 
 |  |  |     transactionDetailId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetEnterpriseLastUploadEnterPactFileNewParams { | 
 |  |  |     companyId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface APIgetEnterpriseLastUploadEnterPactFileParams { | 
 |  |  | 
 |  |  |   interface CheckUserEnterpriseRechargeInput { | 
 |  |  |     id?: string; | 
 |  |  |     checkStatus?: EnterpriseRechargeStatusEnum; | 
 |  |  |     /** 充值凭证 */ | 
 |  |  |     rechargeVoucherFileUrl?: string; | 
 |  |  |     remark?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  | 
 |  |  |     remark?: string; | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     /** 用户端Id */ | 
 |  |  |     clientId?: string; | 
 |  |  |     /** 园区Ids */ | 
 |  |  |     industrialParkIds?: string[]; | 
 |  |  |     /** 角色 */ | 
 |  |  |     roleNames?: string[]; | 
 |  |  |     /** 密码 */ | 
 |  |  | 
 |  |  |     endTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CustomerApplyFileDetailDto { | 
 |  |  |     id?: string; | 
 |  |  |     fileType?: string; | 
 |  |  |     fileSize?: number; | 
 |  |  |     fileUrl?: string; | 
 |  |  |     fileSearchTypeId?: string; | 
 |  |  |     monthApplyId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CustomerManageListOutput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 企业名称 */ | 
 |  |  | 
 |  |  |     templateParamExtraData?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CustomerUploadMonthApplyFileInput { | 
 |  |  |     withMonth?: string; | 
 |  |  |     fileTypes?: CustomerUploadMonthApplyFileType[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CustomerUploadMonthApplyFileType { | 
 |  |  |     fileSearchTypeId?: string; | 
 |  |  |     listFiles?: CustomerUploadMonthApplyFileTypeDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface CustomerUploadMonthApplyFileTypeDto { | 
 |  |  |     fileSearchTypeId?: string; | 
 |  |  |     id?: string; | 
 |  |  |     fileSearchTypeName?: string; | 
 |  |  |     fileType?: string; | 
 |  |  |     fileSize?: number; | 
 |  |  |     fileUrl?: string; | 
 |  |  |     sort?: number; | 
 |  |  |     creationTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface DataprepareCreateExtInfo { | 
 |  |  |     contextParams?: string; | 
 |  |  |     shortUrl?: string; | 
 |  |  | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type DecimalDecimalValueTuple = true; | 
 |  |  |  | 
 |  |  |   interface DeleteMonthApplySingleFileInput { | 
 |  |  |     monthApplyId?: string; | 
 |  |  |     fileSearchTypeId?: string; | 
 |  |  |     detaiFileId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface DistTemplateCreateContractInput { | 
 |  |  |     /** 订单签约Id */ | 
 |  |  | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type EnterpriseMaterialTypeEnum = 10 | 11 | 20; | 
 |  |  |  | 
 |  |  |   type EnterpriseMonthApplyStatusEnum = 10 | 20; | 
 |  |  |  | 
 |  |  |   type EnterpriseMonthUploadStatusEnum = 10 | 20 | 30; | 
 |  |  |  | 
 |  |  |   type EnterpriseRechargeStatusEnum = 10 | 20 | 30; | 
 |  |  |  | 
 |  |  | 
 |  |  |     operator?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetCustomerUploadApplyFilesByTypeInput { | 
 |  |  |     fileSearchTypeId?: string; | 
 |  |  |     monthApplyId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetCustomerUploadApplyFilesByTypeOutput { | 
 |  |  |     id?: string; | 
 |  |  |     fileType?: string; | 
 |  |  |     fileSize?: number; | 
 |  |  |     fileUrl?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetCustomerUploadApplyFilesInput { | 
 |  |  |     id?: string; | 
 |  |  |     enterpriseId?: string; | 
 |  |  |     withMonth?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetCustomerUploadApplyFilesOutput { | 
 |  |  |     id?: string; | 
 |  |  |     fileSearchTypeId?: string; | 
 |  |  |     fileCount?: number; | 
 |  |  |     isUpload?: boolean; | 
 |  |  |     lastUpdateTime?: string; | 
 |  |  |     id?: string; | 
 |  |  |     monthApplyId?: string; | 
 |  |  |     withMonth?: string; | 
 |  |  |     searchType?: number; | 
 |  |  |     enterpriseName?: string; | 
 |  |  |     parkName?: string; | 
 |  |  |     fileTypeName?: string; | 
 |  |  |     sort?: number; | 
 |  |  |     listFiles?: CustomerApplyFileDetailDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetEnterpriseApplyUploadFile { | 
 |  |  |   interface GetCustomerUploadFileRecordOutput { | 
 |  |  |     id?: string; | 
 |  |  |     fileSearchTypeId?: string; | 
 |  |  |     fileCount?: number; | 
 |  |  |     isUpload?: boolean; | 
 |  |  |     lastUpdateTime?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetEnterpriseApplyUploadFileOutput { | 
 |  |  |     id?: string; | 
 |  |  |     withMonth?: string; | 
 |  |  |     enterpriseId?: string; | 
 |  |  |     uploadFiles?: GetEnterpriseApplyUploadFile[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetEnterpriseApplyUploadFileOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: GetEnterpriseApplyUploadFileOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetEnterpriseBuntyTradeDto { | 
 |  |  | 
 |  |  |     errmsg?: string; | 
 |  |  |     cost?: string; | 
 |  |  |     data?: GetEnterpriseCredentialDataResponse; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetEnterpriseMonthApplyFileOutput { | 
 |  |  |     id?: string; | 
 |  |  |     enterpriseId?: string; | 
 |  |  |     withMonth?: string; | 
 |  |  |     creationTime?: string; | 
 |  |  |     uploadStatus?: EnterpriseMonthUploadStatusEnum; | 
 |  |  |     applyStatus?: EnterpriseMonthApplyStatusEnum; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetEnterpriseMonthApplyFileOutputPageOutput { | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: GetEnterpriseMonthApplyFileOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetEnterpriseParkApplyUploadFileOutput { | 
 |  |  |     fileSearchTypeId?: string; | 
 |  |  |     fileSearchTypeName?: string; | 
 |  |  |     fileCount?: number; | 
 |  |  |     sort?: number; | 
 |  |  |     listFiles?: CustomerUploadMonthApplyFileTypeDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetEnterpriseParkApplyUploadFilesInput { | 
 |  |  |     parkBountyApplyId?: string; | 
 |  |  |     companyId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetEnterprisePreChargeCheckListInput { | 
 |  |  | 
 |  |  |     outBankResumeName?: string; | 
 |  |  |     /** 出账回单 */ | 
 |  |  |     outReceiptFileUrl?: string; | 
 |  |  |     /** 充值凭证 */ | 
 |  |  |     rechargeVoucherFileUrl?: string; | 
 |  |  |     /** 审核备注 */ | 
 |  |  |     checkRemark?: string; | 
 |  |  |     checkStatus?: EnterpriseRechargeStatusEnum; | 
 |  |  | 
 |  |  |     settleTime?: string; | 
 |  |  |     incomeStatus?: IncomeStatusEnum; | 
 |  |  |     inCheckStatus?: BountyCheckStatusEnum; | 
 |  |  |     /** 财政入账时间 */ | 
 |  |  |     financeIncomeTime?: string; | 
 |  |  |     financeIncomeStatus?: IncomeStatusEnum; | 
 |  |  |     /** 内部审核日期 */ | 
 |  |  |     inCheckTime?: string; | 
 |  |  |     outCheckStatus?: BountyCheckStatusEnum; | 
 |  |  | 
 |  |  |     settleSumAmount?: number; | 
 |  |  |     /** 财政发放金额 */ | 
 |  |  |     financeSumAmount?: number; | 
 |  |  |     /** 是否已经启用奖励金申报 */ | 
 |  |  |     rewardEnable?: boolean; | 
 |  |  |     /** 奖励金模板是否配置 */ | 
 |  |  |     rewardTemplateSetting?: boolean; | 
 |  |  |     /** 是否支持企业自主上传 */ | 
 |  |  |     suportEnterpriseUpload?: boolean; | 
 |  |  |     /** 是否支持平台充值 */ | 
 |  |  |     suportPlatRecharge?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetParkBountyApplyListOutputPageOutput { | 
 |  |  | 
 |  |  |     pageModel?: Pagination; | 
 |  |  |     objectData?: any; | 
 |  |  |     data?: GetParkBountyTradeOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetParkCollectFileTypeListInput { | 
 |  |  |     parkId?: string; | 
 |  |  |     searchType?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface GetParkCustomerBountyApplyOutput { | 
 |  |  | 
 |  |  |  | 
 |  |  |   type IncomeStatusEnum = 1 | 2; | 
 |  |  |  | 
 |  |  |   interface IndustrialParkApplyFileFile { | 
 |  |  |     /** 210 企业材料 220 汇总材料 */ | 
 |  |  |     applyFileType?: number; | 
 |  |  |     /** 园区材料 */ | 
 |  |  |     industrialParkFileTypeSetting?: string[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface IndustrialParkDetailOutput { | 
 |  |  |     id?: string; | 
 |  |  |     /** 园区名称 */ | 
 |  |  | 
 |  |  |     registerAddress?: string; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     industrialParkFileTypeList?: IndustrialParkFileTypeOutput[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface IndustrialParkDropDownOutput { | 
 |  |  | 
 |  |  |     parkTypeName?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface IndustrialParkFileTypeDto { | 
 |  |  |     fileTypeId?: string; | 
 |  |  |     fileTypeName?: string; | 
 |  |  |     sort?: number; | 
 |  |  |   interface IndustrialParkFileTypeOutput { | 
 |  |  |     /** 210 企业材料 220 汇总材料 */ | 
 |  |  |     applyFileType?: number; | 
 |  |  |     /** 园区材料 */ | 
 |  |  |     fileSearchTypeId?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface IndustrialParkListOutput { | 
 |  |  | 
 |  |  |     settleFileUrl?: string; | 
 |  |  |     /** 财政发放凭证 */ | 
 |  |  |     financeFileUrl?: string; | 
 |  |  |     /** 是否支持企业上传 */ | 
 |  |  |     suportEnterpriseUpload?: boolean; | 
 |  |  |     /** 是否支持平台充值 */ | 
 |  |  |     suportPlatRecharge?: boolean; | 
 |  |  |     listFiles?: CustomerUploadMonthApplyFileTypeDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface OutcheckParkBountyApplyInput { | 
 |  |  | 
 |  |  |     settleSumAmount?: number; | 
 |  |  |     /** 财政发放金额 */ | 
 |  |  |     financeSumAmount?: number; | 
 |  |  |     listFiles?: CustomerUploadMonthApplyFileTypeDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface ParkBountyApplyBatchFinanceInput { | 
 |  |  | 
 |  |  |  | 
 |  |  |   interface SaveParkBountyApplyGatherFileInput { | 
 |  |  |     parkBountyApplyId?: string; | 
 |  |  |     /** 企业营收汇总表 */ | 
 |  |  |     enterpriseOperateFileUrl?: string; | 
 |  |  |     /** 企业缴税明细表 */ | 
 |  |  |     enterpriseTaxSubFileUrl?: string; | 
 |  |  |     /** 入驻关联说明 */ | 
 |  |  |     enterpriseRelateFileUrl?: string; | 
 |  |  |     listFiles?: CustomerUploadMonthApplyFileTypeDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SaveWalletPayChannelFeeSettingInput { | 
 |  |  | 
 |  |  |     auditNote?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetIndustrialParkRewardEnableInput { | 
 |  |  |     id?: string; | 
 |  |  |     rewardEnable?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface SetIndustrialParkStatusInput { | 
 |  |  |     id?: string; | 
 |  |  |     opStatus?: IndustrialParkStatusEnum; | 
 |  |  | 
 |  |  |     type?: number; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   type SettleStatusEnum = 1 | 2; | 
 |  |  |   type SettleStatusEnum = 1 | 2 | -1; | 
 |  |  |  | 
 |  |  |   interface SetUserCertificationAuditStatusInput { | 
 |  |  |     /** 审核Id */ | 
 |  |  | 
 |  |  |     remark?: string; | 
 |  |  |     /** 手机号 */ | 
 |  |  |     phoneNumber?: string; | 
 |  |  |     /** 用户端Id */ | 
 |  |  |     clientId?: string; | 
 |  |  |     /** 园区Ids */ | 
 |  |  |     industrialParkIds?: string[]; | 
 |  |  |     /** 角色 */ | 
 |  |  |     roleNames?: string[]; | 
 |  |  |     /** 密码 */ | 
 |  |  | 
 |  |  |     leaderMobile?: string; | 
 |  |  |     /** 园区类型 */ | 
 |  |  |     parkTypeId?: string; | 
 |  |  |     /** 注册地址 */ | 
 |  |  |     registerAddress: string; | 
 |  |  |     /** 备注 */ | 
 |  |  |     remark?: string; | 
 |  |  |     /** 是否已经启用奖励金申报 */ | 
 |  |  | 
 |  |  |     rewardTemplateSetting?: boolean; | 
 |  |  |     /** 维护的公司 */ | 
 |  |  |     companyOrgId?: string; | 
 |  |  |     /** 维护的公司 */ | 
 |  |  |     companyOrgName?: string; | 
 |  |  |     /** 维护的部门 */ | 
 |  |  |     departmentOrgId?: string; | 
 |  |  |     /** 是否支持企业自主上传 */ | 
 |  |  |     suportEnterpriseUpload?: boolean; | 
 |  |  |     /** 是否支持平台充值 */ | 
 |  |  |     suportPlatRecharge?: boolean; | 
 |  |  |     /** 210 企业材料 220 汇总材料 */ | 
 |  |  |     applyFileType?: number; | 
 |  |  |     /** 园区材料 */ | 
 |  |  |     industrialParkFileTypeSetting?: string[]; | 
 |  |  |     /** 文件 */ | 
 |  |  |     industrialParkApplyFileFile?: IndustrialParkApplyFileFile[]; | 
 |  |  |     id?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  | 
 |  |  |     insurePolicyId?: string; | 
 |  |  |     /** 投保单 */ | 
 |  |  |     insureBillUrl?: string; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UploadMonthApplySingleFilesInput { | 
 |  |  |     monthApplyId?: string; | 
 |  |  |     fileSearchTypeId?: string; | 
 |  |  |     listFiles?: CustomerUploadMonthApplyFileTypeDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UploadParkApplyCustomerFilesInput { | 
 |  |  |     parkBountyApplyId?: string; | 
 |  |  |     companyId?: string; | 
 |  |  |     fileTypes?: UploadParkApplyCustomerFileTypes[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UploadParkApplyCustomerFileTypes { | 
 |  |  |     fileSearchTypeId?: string; | 
 |  |  |     fileSearchTypeName?: string; | 
 |  |  |     fileCount?: number; | 
 |  |  |     sort?: number; | 
 |  |  |     listFiles?: CustomerUploadMonthApplyFileTypeDto[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UploadParkBountyApplyCompanyFileInput { | 
 |  |  | 
 |  |  |     companyOrgId?: string; | 
 |  |  |     /** 组织架构部门id */ | 
 |  |  |     departmentOrgId?: string; | 
 |  |  |     /** 园区Ids */ | 
 |  |  |     industrialParkIds?: string[]; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserDtoPageOutput { | 
 |  |  | 
 |  |  |     /** 电子签印章图片生成状态 0未生成 1已生成 */ | 
 |  |  |     signatureImageStatus?: number; | 
 |  |  |     certificationChannel?: UserCertificationChannelEnum; | 
 |  |  |     industrialParkId?: string; | 
 |  |  |     suportEnterpriseUpload?: boolean; | 
 |  |  |     suportPlatRecharge?: boolean; | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   interface UserMessageInfo { |