zhengyiming
4 天以前 dbebb8c83128e379bb24d8d7c1bf0838d7c5ebdc
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 {
@@ -1405,6 +1440,11 @@
  interface APIgetEnterpriseRechargeDetailParams {
    id?: string;
  }
  interface APIgetExternalSystemPingAnPayWalletParams {
    /** 外部系统Id */
    externalSystemId?: string;
  }
  interface APIgetFirstCurrentUserModuleListCacheByModuleIdParams {
@@ -1739,6 +1779,11 @@
    id?: string;
  }
  interface APIgetRewardStatisticsMonthsParams {
    /** 所属园区Id */
    industrialParkId?: string;
  }
  interface APIgetRolesIdRolesParams {
    id: string;
  }
@@ -1831,6 +1876,12 @@
  interface APIgetUserOrRoleModuleListParams {
    id?: string;
    objectType?: number;
  }
  interface APIgetUserOrRoleModuleListParams {
    id?: string;
    menuScene?: EnumMenuScene;
    objectType?: number;
  }
@@ -2490,6 +2541,12 @@
  type BatchBillCheckStatus = 4 | 6 | 10 | 15 | 20 | 30 | -20 | -10;
  interface BatchCreateCompanyUserV3Input {
    list?: AddCertifiedUserInput[];
    /** 是否需要认证 */
    needCertification?: boolean;
  }
  interface BatchInquiriesItem {
    /** 单笔交易流水号 批内唯一 */
    sThirdVoucher?: string;
@@ -2812,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[];
@@ -2888,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;
@@ -4044,6 +4137,8 @@
    password?: string;
    /** 产业园区id */
    industrialParkId?: string;
    /** 统一社会信用代码 */
    societyCreditCode?: string;
  }
  interface CreateBackClientUserInput {
@@ -4064,6 +4159,7 @@
  }
  interface CreateBaseRoleInput {
    menuScene?: EnumMenuScene;
    /** 名称 */
    name?: string;
    /** 排序 */
@@ -4132,6 +4228,35 @@
    /** 跟进备注 */
    remark?: string;
    status?: CooperationApplyStatusEnum;
  }
  interface CreateGovermentSubAccounts {
    /** 名称 */
    name?: string;
    /** 用户名 */
    userName?: string;
    /** 备注 */
    remark?: string;
    /** 手机号 */
    phoneNumber?: string;
    /** 用户端Id */
    clientId?: string;
    /** 园区Ids */
    industrialParkIds?: string[];
    /** 角色 */
    roleNames?: string[];
    /** 是否理赔提醒 */
    sendClaimMessage?: boolean;
    /** 是否保单到期提醒 */
    sendBillExpireMessage?: boolean;
    /** 是否短信提醒 */
    isSendMessage?: boolean;
    /** 是否人员变更提醒 */
    staffChangeMessage?: boolean;
    /** 是否批改提醒 */
    batchUpdateMessage?: boolean;
    /** 密码 */
    password?: string;
  }
  interface CreateGoverUserInput {
@@ -4982,6 +5107,12 @@
    name: string;
    /** 模板编号 */
    templateCode: string;
    /** 是否自动签 */
    isAutoSign?: boolean;
    /** 自动签授权书 */
    autoSignPowerAttorneyUrl?: string;
    /** 自定义内容 */
    customContents?: string[];
    /** 模板变量 */
    values: CreateOrUpdateContractTemplateValueInput[];
  }
@@ -4996,6 +5127,12 @@
    name?: string;
    /** 是否必填 */
    required?: boolean;
    /** 坐标X */
    x?: number;
    /** 坐标Y */
    y?: number;
    /** 页码 */
    page?: number;
  }
  interface CreateOrUpdateCooperationApplyInput {
@@ -5145,6 +5282,7 @@
  }
  interface CreateOrUpdateRoleInput {
    menuScene?: EnumMenuScene;
    /** 名称 */
    name?: string;
    /** 排序 */
@@ -5175,7 +5313,6 @@
  }
  interface CreateParkBountyTradeInput {
    enterpriseId?: string;
    /** 最近出账金额 */
    tradeAmount?: number;
    /** 出账凭证 */
@@ -5193,6 +5330,13 @@
    incomeBankCardNumber?: string;
    /** 开户行 */
    incomeBankName?: string;
    /** 投保人数 */
    insurePeopleNum?: number;
    enterpriseId?: string;
    selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
    auditType?: EnumParkBountyTradeDetailAuditType;
    /** 江祐保自主出账关联保单id */
    insurancePolicyId?: string;
  }
  interface CreateParkOrHRAdvertiseInput {
@@ -5647,6 +5791,9 @@
    isSignFreeSet?: boolean;
    /** 注册时间 */
    registTime?: string;
    /** 备注 */
    remark?: string;
    industrialParkCompanyList?: IndustrialParkCompanyOutput[];
  }
  interface CustomerManageListOutputPageOutput {
@@ -5703,6 +5850,9 @@
    /** 申报金额 */
    applyAmount?: number;
    fileTypes?: CustomerUploadMonthApplyFileType[];
    enterpriseId?: string;
    /** 是否是运营端代上传 */
    isAdminFileUpload?: boolean;
  }
  interface CustomerUploadMonthApplyFileType {
@@ -5711,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;
    /** 是否是运营端代上传 */
    isAdminFileUpload?: boolean;
    /** 汇总材料 */
    bountyCollectFileTypeList?: CustomerUploadMonthApplyFileTypeDto[];
    /** 汇算材料 */
    bountyCollectCountFileTypeList?: CustomerUploadMonthApplyFileTypeDto[];
    /** 是否重新提交 */
    isResubmit?: boolean;
    parkBountyApplyId?: string;
  }
  interface DataprepareCreateExtInfo {
@@ -5821,6 +5991,7 @@
  interface EditParkBountyApplyStepOneInput {
    parkBountyApplyId?: string;
    removeCompanyIds?: string[];
    isResubmit?: boolean;
  }
  interface EDZ001Input {
@@ -6026,6 +6197,7 @@
  interface EnterpriseApplyDrawWithInput {
    amount?: number;
    invoiceUrl?: string;
    enterpriseId?: string;
  }
  interface EnterpriseBatchRefundInput {
@@ -6102,6 +6274,8 @@
    remark?: string;
    /** 文件数量 */
    fileCount?: number;
    /** 企业申报材料数量 */
    enterpriseMonthApplyFileCount?: number;
    lastModificationTime?: string;
    lastModifierName?: string;
    lastModifierId?: string;
@@ -6224,6 +6398,8 @@
    configuration?: Record<string, any>;
  }
  type EnumElectronSignContractParameterStatus = 10 | 20;
  type EnumElectronSignContractStatus = 1 | 2 | 3 | 4 | 5 | 9 | 99;
  type EnumElectronSignContractSupplier = 10 | 20;
@@ -6242,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 {
    /** 企业名称 */
@@ -6420,7 +6602,7 @@
    fileId?: string;
  }
  type FinanceStatusEnum = 1 | 2 | 3;
  type FinanceStatusEnum = 1 | 2 | 3 | -1;
  type FinanceTypeEnum = 10 | 20 | 30;
@@ -7168,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;
    /** 变量代码 */
    name?: string;
    /** 值 */
    value?: string;
  }
  interface GetContractTemplateDto {
    /** Id */
    id?: string;
@@ -7180,6 +7402,12 @@
    name?: string;
    /** 模板编号 */
    templateCode?: string;
    /** 是否自动签 */
    isAutoSign?: boolean;
    /** 自动签授权书 */
    autoSignPowerAttorneyUrl?: string;
    /** 模板变量 */
    customContents?: GetContractTemplateCustomContentDto[];
    /** 模板变量 */
    values?: GetContractTemplateValueDto[];
  }
@@ -7208,6 +7436,12 @@
    name?: string;
    /** 是否必填 */
    required?: boolean;
    /** 坐标X */
    x?: number;
    /** 坐标Y */
    y?: number;
    /** 页码 */
    page?: number;
  }
  interface GetCooperationApplyInput {
@@ -7256,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;
    /** 变量代码 */
    name?: string;
    /** 是否默认 */
    isDefault?: boolean;
    status?: EnumElectronSignContractParameterStatus;
  }
  interface GetCustomContractParamterListItemPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: GetCustomContractParamterListItem[];
  }
  interface GetCustomerDto {
@@ -7377,6 +7638,8 @@
    outCheckTimeEnd?: string;
    outCheckStatus?: BountyCheckStatusEnum;
    inCheckStatus?: BountyCheckStatusEnum;
    /** 所属园区 */
    industrialParkId?: string;
  }
  interface GetCustomersExportInput {
@@ -7399,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 {
@@ -7416,6 +7696,10 @@
    platedTime?: string;
    /** 操作人 */
    operator?: string;
    /** 是否自动签 */
    isAutoSign?: boolean;
    /** 自定义内容 */
    customContents?: GetCustomerTemplateDetailOutputCustomContent[];
  }
  interface GetCustomerUploadApplyFilesByTypeInput {
@@ -7433,6 +7717,7 @@
  interface GetCustomerUploadApplyFilesInput {
    id?: string;
    enterpriseId?: string;
    userId?: string;
    withMonth?: string;
    parkBountyApplyId?: string;
  }
@@ -7464,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 {
@@ -7538,6 +7845,8 @@
    endDateTime?: string;
    enterpriseId?: string;
    checkStatus?: EnterpriseRechargeStatusEnum;
    /** 所属园区 */
    industrialParkId?: string;
  }
  interface GetEnterpriseDrawWithListOutput {
@@ -7547,6 +7856,7 @@
    societyCreditCode?: string;
    creationTime?: string;
    enterpriseType?: string;
    parkId?: string;
    parkName?: string;
    parkType?: string;
    amount?: number;
@@ -7555,6 +7865,8 @@
    checkTime?: string;
    checkRemark?: string;
    checkFileUrl?: string;
    /** 提现审核操作人 */
    checkOperator?: string;
  }
  interface GetEnterpriseDrawWithListOutputPageOutput {
@@ -7572,6 +7884,11 @@
    /** 申报金额 */
    applyAmount?: number;
    applyStatus?: EnterpriseMonthApplyStatusEnum;
    inCheckStatus?: BountyCheckStatusEnum;
    outCheckStatus?: BountyCheckStatusEnum;
    outReCheckStatus?: BountyCheckStatusEnum;
    /** 自主申报的申报Id */
    parkBountyApplyId?: string;
  }
  interface GetEnterpriseMonthApplyFileOutputPageOutput {
@@ -7599,6 +7916,8 @@
    beginDateTime?: string;
    endDateTime?: string;
    checkStatus?: EnterpriseRechargeStatusEnum;
    /** 所属园区 */
    industrialParkId?: string;
  }
  interface GetEnterprisePreChargeCheckListOutput {
@@ -7620,6 +7939,10 @@
    /** 提交日期 */
    creationTime?: string;
    checkStatus?: EnterpriseRechargeStatusEnum;
    /** 审核人 */
    checkOperator?: string;
    /** 产业园区id */
    industrialParkId?: string;
  }
  interface GetEnterprisePreChargeCheckListOutputPageOutput {
@@ -7679,6 +8002,16 @@
    pageModel?: Pagination;
    /** 关键字 */
    searchKey?: string;
  }
  interface GetExternalSystemPingAnPayWalletOutput {
    /** 户名 */
    name?: string;
    /** 账号 */
    identity?: string;
    /** 余额 */
    balance?: number;
    signStatus?: EnumWalletSignStatus;
  }
  interface GetFeatureListResultDto {
@@ -7821,6 +8154,12 @@
    waitCheckEnterpriseNumber?: number;
    /** 奖励金待发放 */
    waitForSettleRewardNumber?: number;
    /** 提现待审批 */
    waitDrawWithAuditNumber?: number;
    /** 出账待审批 */
    waitPlatRewardPayOutAuditNumber?: number;
    /** 财务待审核 */
    waitPlatRewardPayOutFinanceAuditNumber?: number;
    /** 累计已审核企业 */
    accumulatedCheckEnterpriseNumber?: number;
    /** 累计已审核通过企业 */
@@ -8989,6 +9328,13 @@
    settleStatus?: SettleStatusEnum;
    incomeStatus?: IncomeStatusEnum;
    financeStatus?: FinanceStatusEnum;
    /** 外部复审核起始日期 */
    outReCheckTimeBegin?: string;
    /** 外部复审核结束日期 */
    outReCheckTimeEnd?: string;
    outReCheckStatus?: BountyCheckStatusEnum;
    /** 所属园区 */
    industrialParkId?: string;
  }
  interface GetParkBountyApplyListOutput {
@@ -9044,6 +9390,27 @@
    suportPlatRecharge?: boolean;
    /** 是否支持用户提现 */
    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 {
@@ -9077,12 +9444,15 @@
    auditTimeBegin?: string;
    /** 审核结束日期 */
    auditTimeEnd?: string;
    /** 所属园区 */
    industrialParkId?: string;
    /** 园区Id */
    parkId?: string;
    enterpriseId?: string;
    financeType?: FinanceTypeEnum;
    auditStatus?: EnumParkBountyTradeDetailAuditStatus;
    financeAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
    selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
  }
  interface GetParkBountyTradeDetailOutput {
@@ -9142,7 +9512,31 @@
    incomeBankCardNumber?: string;
    /** 开户行 */
    incomeBankName?: string;
    /** 投保人数 */
    insurePeopleNum?: number;
    creationTime?: string;
    selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
    /** 企业自身出账审核备注 */
    selfAuditRemark?: string;
    /** 企业自身出账审核时间 */
    selfAuditTime?: string;
    /** 企业自身审核凭证 */
    selfAuditFileUrl?: string;
    /** 出账操作人 */
    auditOperator?: string;
    /** 出账操作人ID */
    auditOperatorId?: string;
    /** 财务审核操作人 */
    financeAuditOperator?: string;
    /** 财务审核操作人Id */
    financeAuditOperatorId?: string;
    /** 企业自身操作人 */
    selfAuditOperator?: string;
    /** 企业自身操作人Id */
    selfAuditOperatorId?: string;
    /** 江祐保上传的保单文件 */
    insureBillUrl?: string;
    auditType?: EnumParkBountyTradeDetailAuditType;
  }
  interface GetParkBountyTradeDetailOutputPageOutput {
@@ -9167,6 +9561,8 @@
    auditTimeBegin?: string;
    /** 审核结束日期 */
    auditTimeEnd?: string;
    /** 所属园区 */
    industrialParkId?: string;
  }
  interface GetParkBountyTradeOutput {
@@ -9186,8 +9582,12 @@
    tradeTime?: string;
    /** 奖励金余额 */
    remianAmount?: number;
    /** 财政拨付余额 */
    financeAmount?: number;
    /** 申请园区 */
    parkName?: string;
    /** 所属园区 */
    parkId?: string;
    /** 申请园区类型 */
    parkTypeName?: string;
  }
@@ -9241,6 +9641,12 @@
    financeAuditFileUrl?: string;
    payFileUrls?: string[];
    financeType?: FinanceTypeEnum;
    /** 进账单位 */
    incomeCompanyName?: string;
    /** 企业自身审核凭证 */
    selfAuditFileUrl?: string;
    /** 江祐保上传的保单文件 */
    insureBillUrl?: string;
  }
  interface GetParkCustomerBountyConsumptionOutputPageOutput {
@@ -9358,12 +9764,15 @@
    parkTypName?: string;
    /** 营业执照 */
    licenseUrl?: string;
    /** 合作协议 */
    cooperationUrl?: string;
    /** 银行总行名称 */
    bankName?: string;
    /** 银行支行名称 */
    bankBranchName?: string;
    /** 银行卡号 */
    bankCardNumber?: string;
    userCertificationStatus?: UserCertificationStatusEnum;
  }
  interface GetParkCustomerManageOutput {
@@ -9695,6 +10104,8 @@
    pageModel?: Pagination;
    /** 月份 */
    month?: string;
    /** 月份 */
    months?: string[];
    /** 所属园区Id */
    industrialParkId?: string;
    /** 关键字 */
@@ -9705,6 +10116,7 @@
    pageModel?: Pagination;
    /** 查询条件:角色名称 */
    queryCondition?: string;
    menuScene?: EnumMenuScene;
  }
  interface GetSearchSettingList {
@@ -10117,6 +10529,8 @@
    bankBranchName?: string;
    bankCardNumber?: string;
    bankIsVerify?: boolean;
    /** 合作协议 */
    cooperationUrl?: string;
  }
  interface GetUserBaseInfoDataResponse {
@@ -11250,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;
    /** 园区名称 */
@@ -11279,11 +11710,18 @@
    suportWithDraw?: boolean;
    /** 无需政务端审核 */
    notNeedGovernmentAudit?: boolean;
    /** 无需运营端审核 */
    noNeedForOperationalReview?: boolean;
    /** 政务端双重审核 */
    dualReviewOfGovernmentAffairs?: boolean;
    /** 是否支持财政拨付 */
    suportFinance?: boolean;
    /** 注册地址 */
    registerAddress?: string;
    /** 备注 */
    remark?: string;
    industrialParkFileTypeList?: IndustrialParkFileTypeOutput[];
    industrialParkCompanyList?: IndustrialParkCompanyOutput[];
  }
  interface IndustrialParkDropDownOutput {
@@ -11300,6 +11738,8 @@
    suportEnterpriseUpload?: boolean;
    /** 是否支持平台充值 */
    suportPlatRecharge?: boolean;
    /** 是否支持财政拨付 */
    suportFinance?: boolean;
  }
  interface IndustrialParkFileTypeOutput {
@@ -11339,6 +11779,12 @@
    suportWithDraw?: boolean;
    /** 无需政务端审核 */
    notNeedGovernmentAudit?: boolean;
    /** 无需运营端审核 */
    noNeedForOperationalReview?: boolean;
    /** 政务端双重审核 */
    dualReviewOfGovernmentAffairs?: boolean;
    /** 是否支持财政拨付 */
    suportFinance?: boolean;
  }
  interface IndustrialParkListOutputPageOutput {
@@ -14200,6 +14646,8 @@
    compayId?: string;
    /** 需要签约的用户签约id */
    listLgWorkerSignId?: string[];
    /** 来自自动签 */
    fromAutoSign?: boolean;
  }
  interface LgGigWorkerBussinessAutoSignOutput {
@@ -15027,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>;
@@ -15847,6 +16314,7 @@
    | 30
    | 31
    | 32
    | 33
    | 40
    | 42;
@@ -16226,10 +16694,23 @@
    suportEnterpriseUpload?: boolean;
    /** 是否支持平台充值 */
    suportPlatRecharge?: boolean;
    /** 无需运营端审核 */
    noNeedForOperationalReview?: boolean;
    /** 政务端双重审核 */
    dualReviewOfGovernmentAffairs?: boolean;
    /** 是否支持财政拨付 */
    suportFinance?: boolean;
    /** 是否支持用户提现 */
    suportWithDraw?: boolean;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
    collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
    /** 总的额外补充材料 */
    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
    outReCheckStatus?: BountyCheckStatusEnum;
    /** 政务端复审备注 */
    outReCheckRemark?: string;
    /** 撤销原因 */
    reasonForWithdrawal?: string;
  }
  interface OutcheckParkBountyApplyInput {
@@ -16237,6 +16718,27 @@
    outCheckStatus?: BountyCheckStatusEnum;
    /** 备注 */
    remark?: string;
    /** 总的额外补充材料 */
    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
  }
  interface OutcheckParkBountyApplyRedoedInput {
    parkBountyApplyId?: string;
    /** 撤回原因 */
    reasonForWithdrawal?: string;
  }
  interface OutcheckParkBountyApplyResubmitInput {
    parkBountyApplyId?: string;
  }
  interface OutReCheckParkBountyApplyInput {
    parkBountyApplyId?: string;
    outReCheckStatus?: BountyCheckStatusEnum;
    /** 备注 */
    remark?: string;
    /** 总的额外补充材料 */
    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
  }
  interface PagedListQueryPageModel {
@@ -16309,6 +16811,8 @@
    suportEnterpriseUpload?: boolean;
    /** 是否支持平台充值 */
    suportPlatRecharge?: boolean;
    /** 是否支持财政拨付 */
    suportFinance?: boolean;
    /** 申请园区类型 */
    parkTypeName?: string;
    /** 申请奖励金月份 */
@@ -16335,6 +16839,8 @@
    financeSumAmount?: number;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
    collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
    /** 总的额外补充材料 */
    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
  }
  interface ParkBountyApplyBatchFinanceInput {
@@ -17970,6 +18476,8 @@
    userInfoEmailAddress?: string;
    /** 注册日期 */
    registDate?: string;
    /** 产业园区id */
    industrialParkId?: string;
  }
  interface PriceInfo {
@@ -20000,6 +20508,7 @@
  interface RoleInfo {
    /** 角色Id */
    id?: string;
    menuScene?: EnumMenuScene;
    /** 名称 */
    name?: string;
    /** 排序 */
@@ -20124,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;
    /** 变量代码 */
    name?: string;
    status?: EnumElectronSignContractParameterStatus;
  }
  interface SaveCustomerTemplateParamInput {
    /** 模板id */
    lgGigWorkerCustomerTemplateId?: string;
@@ -20150,6 +20685,15 @@
    templateParamExtraData?: string;
  }
  interface SaveExternalSystemPingAnPayWalletInput {
    /** 外部系统Id */
    externalSystemId?: string;
    /** 户名 */
    name: string;
    /** 账号 */
    identity: string;
  }
  interface SaveParkBountyApplyCollectFileInput {
    parkBountyApplyId?: string;
    /** 奖励金分配表 */
@@ -20163,11 +20707,14 @@
    /** 财政拨付总额 */
    financeSumAmount?: number;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
    /** 是否重新提交 */
    isResubmit?: boolean;
  }
  interface SaveParkBountyApplyGatherFileInput {
    parkBountyApplyId?: string;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
    isResubmit?: boolean;
  }
  interface SaveSmsSettingCommand {
@@ -20696,6 +21243,15 @@
    /** 用户Id */
    userId?: string;
    disabledSyncUser?: boolean;
    /** 合作协议 */
    cooperationUrl?: string;
  }
  interface SetUserEnterpiseCooperationUrlInput {
    /** 用户Id */
    userId?: string;
    /** 合作协议 */
    cooperationUrl?: string;
  }
  interface SetUserEnterpriseBankInfoInput {
@@ -21510,6 +22066,22 @@
    sequence?: number;
  }
  interface SyncAuditParkBountyApplyTradeBySelfInput {
    /** 江佑保出账记录Id */
    id?: string;
    /** 818出账记录Id */
    parkBountyApplyDetailId?: string;
    selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
    /** 审核备注 */
    selfAuditRemark?: string;
    /** 审核凭证 */
    selfAuditFileUrl?: string;
    /** 企业自身操作人 */
    selfAuditOperator?: string;
    /** 企业自身操作人Id */
    selfAuditOperatorId?: string;
  }
  interface SyncParkBountyApplyTradeOutput {
    bountyAmount?: number;
    rechargeAmount?: number;
@@ -21532,6 +22104,33 @@
    auditById?: string;
    /** 审核时间 */
    auditTime?: string;
    financeAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
    /** 财务审核时间 */
    financeAuditTime?: string;
    /** 进账单位 */
    incomeCompanyName?: string;
    /** 保单号 */
    insureBillNo?: string;
    /** 收款单位名称 */
    incomeBankAccount?: string;
    /** 收款单位账号 */
    incomeBankCardNumber?: string;
    /** 开户行 */
    incomeBankName?: string;
    selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
    /** 企业自身出账审核备注 */
    selfAuditRemark?: string;
    /** 企业自身出账审核时间 */
    selfAuditTime?: string;
    /** 企业自身审核凭证 */
    selfAuditFileUrl?: string;
    /** 奖励金余额 */
    bountyAmount?: number;
    auditType?: EnumParkBountyTradeDetailAuditType;
    /** 江祐保自主出账关联保单id */
    insurancePolicyId?: string;
    /** 投保人数 */
    insurePeopleNum?: number;
  }
  interface SysOrgDetailOutput {
@@ -22120,6 +22719,20 @@
    id?: string;
  }
  interface UpdateCustomerContractTemplateCustomContentValueInput {
    /** 合同模板Id */
    templateId?: string;
    /** 自定义内容 */
    customContents?: UpdateCustomerContractTemplateCustomContentValueInputItem[];
  }
  interface UpdateCustomerContractTemplateCustomContentValueInputItem {
    /** Id */
    id?: string;
    /** 值 */
    value?: string;
  }
  interface UpdateEnterpriseMaterialInput {
    /** 年 */
    year?: number;
@@ -22278,10 +22891,18 @@
    suportPlatRecharge?: boolean;
    /** 是否支持用户提现 */
    suportWithDraw?: boolean;
    /** 是否支持财政拨付 */
    suportFinance?: boolean;
    /** 文件 */
    industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
    /** 无需政务端审核 */
    notNeedGovernmentAudit?: boolean;
    /** 无需运营端审核 */
    noNeedForOperationalReview?: boolean;
    /** 政务端双重审核 */
    dualReviewOfGovernmentAffairs?: boolean;
    /** 公司信息 */
    industrialParkCompanyFile?: IndustrialParkCompanyFile[];
    id?: string;
  }
@@ -22548,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 {
    /** 江祐保自主出账关联保单id */
    insurancePolicyId?: string;
    /** 江祐保上传的保单文件 */
    insureBillUrl?: string;
  }
  interface UpdatePassWordInput {
@@ -22827,6 +23513,8 @@
    enterpriseName?: string;
    /** 姓名 */
    contacter?: string;
    /** 产业园区id */
    industrialParkId?: string;
  }
  interface UpdateUserOrderContactStatusInput {
@@ -22894,6 +23582,7 @@
    monthApplyId?: string;
    fileSearchTypeId?: string;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
    enterpriseId?: string;
  }
  interface UploadParkApplyCustomerFilesInput {