wupengfei
2025-04-15 57f5bb94d818edfc797d1c7476b3ee7d0748e980
src/services/api/typings.d.ts
@@ -426,6 +426,13 @@
    userId?: string;
  }
  interface AddParkBountyApplyStepOneInput {
    batchNo?: string;
    parkId?: string;
    applyMonth?: string;
    removeCompanyIds?: string[];
  }
  interface AddSysOrgInput {
    /** 组织名称 */
    orgName: string;
@@ -937,6 +944,10 @@
  interface APIcalculationWalletBatchImportTempPayFeeParams {
    walletAccountType?: WalletAccountTypeEnum;
  }
  interface APIcancelParkBountyApplyParams {
    parkBountyApplyId?: string;
  }
  interface APIcheckUserCertificationRepeatParams {
@@ -1542,6 +1553,14 @@
  }
  interface APIgetParams {
    id?: string;
  }
  interface APIgetParkBountyApplyBatchTransferEnterpriseParams {
    parkBountyApplyId?: string;
  }
  interface APIgetParkCustomerManageBaseDetailParams {
    id?: string;
  }
@@ -2671,6 +2690,8 @@
    userId?: string;
  }
  type BountyCheckStatusEnum = 10 | 20 | 30 | -10;
  type BusinessSettingTypeEnum = 10;
  interface CalculationWalletPayFeeInput {
@@ -3779,6 +3800,7 @@
    companyOrgId?: string;
    /** 组织架构部门id */
    departmentOrgId?: string;
    password?: string;
  }
  interface CreateBackClientUserInput {
@@ -3795,6 +3817,7 @@
    companyOrgId?: string;
    /** 组织架构部门id */
    departmentOrgId?: string;
    password?: string;
  }
  interface CreateBaseRoleInput {
@@ -3866,6 +3889,21 @@
    /** 跟进备注 */
    remark?: string;
    status?: CooperationApplyStatusEnum;
  }
  interface CreateGoverUserInput {
    /** 名称 */
    name?: string;
    /** 用户名 */
    userName?: string;
    /** 备注 */
    remark?: string;
    /** 手机号 */
    phoneNumber?: string;
    /** 角色 */
    roleNames?: string[];
    /** 密码 */
    password?: string;
  }
  interface CreateInformationAdvertiseInput {
@@ -4455,7 +4493,7 @@
    description?: string;
    parkCustomersCount?: ParkCustomersCountTypeEnum;
    /** 成立年份 */
    setUpDate: number;
    setUpDate?: number;
    serveSetting?: string[];
    workOfType?: string[];
    parkStyle?: ParkStyleDto[];
@@ -4826,6 +4864,16 @@
    name: string;
    /** 排序 */
    sequence?: number;
  }
  interface CreateParkBountyTradeInput {
    enterpriseId?: string;
    /** 最近出账金额 */
    tradeAmount?: number;
    /** 出账凭证 */
    payFileUrl?: string;
    /** 消费类型 */
    payRemark?: string;
  }
  interface CreateParkOrHRAdvertiseInput {
@@ -5385,6 +5433,11 @@
    listParams?: Record<string, any>;
  }
  interface EditParkBountyApplyStepOneInput {
    parkBountyApplyId?: string;
    removeCompanyIds?: string[];
  }
  interface EDZ001Input {
    recvLength?: number;
    tradeDate?: number;
@@ -5507,6 +5560,8 @@
    guid?: string;
    listOrderNo?: number[];
  }
  type EnterpriseBountyPayTypeEnum = 10 | 20;
  interface EnterpriseMaterialDetailOutput {
    id?: string;
@@ -6212,6 +6267,18 @@
    endRegistDate?: string;
  }
  interface GetApplyCompanyListInput {
    pageModel?: Pagination;
    parkId?: string;
    searchKeyWord?: string;
    /** 基本户是否已完善 */
    bankIsVerify?: boolean;
    /** 营业执照是否已完善 */
    enterpriseIsVerify?: boolean;
    /** 选择公司Id */
    removeCompanyIds?: string[];
  }
  interface GetAreaListInput {
    /** 1省 2市 3区 4镇 */
    layer?: number;
@@ -6230,7 +6297,7 @@
    pageModel?: Pagination;
    /** 账户是否锁住(是否禁用) */
    isLocked?: boolean;
    /** 查询条件:名称/账号 */
    /** 查询条件:名称/账号/手机号 */
    queryCondition?: string;
  }
@@ -6250,6 +6317,11 @@
    delList?: InsureInsStaffList[];
    updateList?: InsureInsStaffList[];
    remainList?: InsureInsStaffList[];
  }
  interface GetBatchChooseCompanyOutput {
    listCanChooseCompany?: GetCompanyNameListOutput[];
    listDeleteChooseCompany?: GetCompanyNameListOutput[];
  }
  interface GetBusinessPayInfoInput {
@@ -6403,6 +6475,17 @@
    insureQrCode?: string;
  }
  interface GetCompanyNameListInput {
    parkId?: string;
    /** 选择公司Id */
    removeCompanyIds?: string[];
  }
  interface GetCompanyNameListOutput {
    companyId?: string;
    name?: string;
  }
  interface GetCooperationApplyInput {
    pageModel?: Pagination;
    status?: CooperationApplyStatusEnum;
@@ -6483,6 +6566,26 @@
    data?: GetCustomerListOutput[];
  }
  interface GetCustomerParkBountyApplyListInput {
    pageModel?: Pagination;
    /** 申请批次号 */
    batchNo?: string;
    /** 申请起始日期 */
    creationTimeBegin?: string;
    /** 申请结束日期 */
    creationTimeEnd?: string;
    /** 内部审核起始日期 */
    inCheckTimeBegin?: string;
    /** 内部审核结束日期 */
    inCheckTimeEnd?: string;
    /** 外部审核起始日期 */
    outCheckTimeBegin?: string;
    /** 外部审核结束日期 */
    outCheckTimeEnd?: string;
    outCheckStatus?: BountyCheckStatusEnum;
    inCheckStatus?: BountyCheckStatusEnum;
  }
  interface GetCustomersExportInput {
    /** 查询条件:甲方名称/联系人 */
    queryCondition?: string;
@@ -6520,6 +6623,23 @@
    platedTime?: string;
    /** 操作人 */
    operator?: string;
  }
  interface GetEnterpriseBuntyTradeDto {
    id?: string;
    payDateTime?: string;
    amount?: number;
    payType?: EnterpriseBountyPayTypeEnum;
    remianAmount?: number;
    payRemark?: string;
    fileUrl?: string;
    payFileUrls?: string[];
  }
  interface GetEnterpriseBuntyTradeDtoPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: GetEnterpriseBuntyTradeDto[];
  }
  interface GetEnterpriseCredentialDataResponse {
@@ -6678,6 +6798,31 @@
    signName?: string;
    status?: LgGigWorkerSignStatus;
    settingStatus?: LgGigWorkerSignSettingStatus;
  }
  interface GetGoverDataBoardOutput {
    /** 待审核 */
    waitCheckEnterpriseNumber?: number;
    /** 奖励金待发放 */
    waitForSettleRewardNumber?: number;
    /** 累计已审核企业 */
    accumulatedCheckEnterpriseNumber?: number;
    /** 累计已审核通过企业 */
    accumulatedCheckPassEnterpriseNumber?: number;
    /** 累计未审核通过企业 */
    accumulatedCheckRejectEnterpriseNumber?: number;
    /** 累计已发放奖励金 */
    accumulatedHasSettleRewardAmount?: number;
    /** 累计待发放奖励金 */
    accumulatedWaitForSettleRewardAmount?: number;
    /** 累计已使用奖励金 */
    accumulatedUsedRewardAmount?: number;
  }
  interface GetHasApplyCompanyNameListInput {
    parkBountyApplyId?: string;
    /** 选择公司Id */
    removeCompanyIds?: string[];
  }
  interface GetHeadlineInformationInput {
@@ -7626,6 +7771,12 @@
    endDate?: string;
  }
  interface GetNotTransferCompanyNameListOutput {
    companyId?: string;
    name?: string;
    parkBountyApplyDetailId?: string;
  }
  interface GetOperateHistoryInput {
    pageModel?: Pagination;
    relationId?: string;
@@ -7682,6 +7833,331 @@
    startDateTime?: string;
    endDateTime?: string;
    enterinessName?: string;
  }
  interface GetParkApplyCompanyStepTwoListInput {
    pageModel?: Pagination;
    parkBountyApplyId?: string;
    searchKeyWord?: string;
    /** 基本户是否已完善 */
    bankIsVerify?: boolean;
    /** 营业执照是否已完善 */
    enterpriseIsVerify?: boolean;
    /** 选择公司Id */
    removeCompanyIds?: string[];
  }
  interface GetParkBountyApplyFileInput {
    parkBountyApplyId?: string;
    companyId?: string;
  }
  interface GetParkBountyApplyFileOutput {
    /** 园区类型 */
    parkType?: string;
    /** 园区入驻协议 */
    parkEnterPactUrl?: string;
    /** 完税证明 */
    ratePaymentFileUrl?: string;
    /** 企业缴税明细汇总表 */
    taxSubFileUrl?: string;
    /** 企业经营利润表 */
    operateProfitesUrl?: string;
    /** 入驻关联说明 */
    enterRelateUrl?: string;
    /** C端个税完税情况说明 */
    personTaxRatePayUrl?: string;
  }
  interface GetParkBountyApplyInfoInput {
    pageModel?: Pagination;
    parkBountyApplyId?: string;
    /** 企业名/信用代码 */
    searchKeyWord?: string;
    /** 基本户是否已完善 */
    bankIsVerify?: boolean;
    /** 营业执照是否已完善 */
    enterpriseIsVerify?: boolean;
  }
  interface GetParkBountyApplyListInput {
    pageModel?: Pagination;
    /** 申请批次号 */
    batchNo?: string;
    /** 申请起始日期 */
    creationTimeBegin?: string;
    /** 申请结束日期 */
    creationTimeEnd?: string;
    /** 发放起始日期 */
    settleTimeBegin?: string;
    /** 发放结束日期 */
    settleTimeEnd?: string;
    /** 入账起始日期 */
    incomeTimeBegin?: string;
    /** 入账结束日期 */
    incomeTimeEnd?: string;
    /** 外部审核起始日期 */
    outCheckTimeBegin?: string;
    /** 外部审核结束日期 */
    outCheckTimeEnd?: string;
    outCheckStatus?: BountyCheckStatusEnum;
    inCheckStatus?: BountyCheckStatusEnum;
    settleStatus?: SettleStatusEnum;
    incomeStatus?: IncomeStatusEnum;
  }
  interface GetParkBountyApplyListOutput {
    id?: string;
    /** 申请批次号 */
    batchNo?: string;
    /** 入账时间 */
    incomeTime?: string;
    /** 申请园区Id */
    parkId?: string;
    /** 申请园区 */
    parkName?: string;
    /** 申请园区类型 */
    parkTypeName?: string;
    /** 申请奖励金月份 */
    applyMonth?: string;
    /** 奖励金汇总金额 */
    applySumAmount?: number;
    /** 申请日期 */
    creationTime?: string;
    settleStatus?: SettleStatusEnum;
    /** 发放日期 */
    settleTime?: string;
    incomeStatus?: IncomeStatusEnum;
    inCheckStatus?: BountyCheckStatusEnum;
    /** 内部审核日期 */
    inCheckTime?: string;
    outCheckStatus?: BountyCheckStatusEnum;
    /** 外部审核日期 */
    outCheckTime?: string;
    /** 发放凭证 */
    settleFileUrl?: string;
  }
  interface GetParkBountyApplyListOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: GetParkBountyApplyListOutput[];
  }
  interface GetParkBountyApplyTransferInfoInput {
    pageModel?: Pagination;
    parkBountyApplyId?: string;
    /** 企业名/信用代码 */
    searchKeyWord?: string;
    transferToStatus?: TransferToStatusEnum;
  }
  interface GetParkBountyTradeDetailByIdInput {
    pageModel?: Pagination;
    /** 企业名/信用代码 */
    searchKeyWord?: string;
    /** 申请起始日期 */
    creationTimeBegin?: string;
    /** 申请结束日期 */
    creationTimeEnd?: string;
    /** 出账起始日期 */
    transferTimeBegin?: string;
    /** 出账结束日期 */
    transferTimeEnd?: string;
    enterpriseId?: string;
  }
  interface GetParkBountyTradeDetailOutput {
    id?: string;
    /** 最近出账金额 */
    tradeAmount?: number;
    /** 出账凭证 */
    payFileUrl?: string;
    /** 消费类型 */
    payRemark?: string;
    /** 出账时间 */
    tradeTime?: string;
    /** 奖励金余额 */
    remianAmount?: number;
  }
  interface GetParkBountyTradeDetailOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: GetParkBountyTradeDetailOutput[];
  }
  interface GetParkBountyTradeInput {
    pageModel?: Pagination;
    /** 企业名/信用代码 */
    searchKeyWord?: string;
    /** 申请起始日期 */
    creationTimeBegin?: string;
    /** 申请结束日期 */
    creationTimeEnd?: string;
    /** 出账起始日期 */
    transferTimeBegin?: string;
    /** 出账结束日期 */
    transferTimeEnd?: string;
  }
  interface GetParkBountyTradeOutput {
    enterpriseId?: string;
    /** 账号 */
    userName?: string;
    /** 企业名称 */
    enterpriseName?: string;
    /** 电话 */
    contactPhone?: string;
    /** 社会统一信用代码 */
    societyCreditCode?: string;
    authType?: EnterpriseTypeEnum;
    /** 最近出账金额 */
    tradeAmount?: number;
    /** 出账时间 */
    tradeTime?: string;
    /** 奖励金余额 */
    remianAmount?: number;
    /** 申请园区 */
    parkName?: string;
    /** 申请园区类型 */
    parkTypeName?: string;
  }
  interface GetParkBountyTradeOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: GetParkBountyTradeOutput[];
  }
  interface GetParkCustomerBountyApplyOutput {
    id?: string;
    /** 申请批次号 */
    batchNo?: string;
    /** 申请日期 */
    creationTime?: string;
    inCheckStatus?: BountyCheckStatusEnum;
    /** 内部审核日期 */
    inCheckTime?: string;
    outCheckStatus?: BountyCheckStatusEnum;
    /** 外部审核日期 */
    outCheckTime?: string;
  }
  interface GetParkCustomerBountyApplyOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: GetParkCustomerBountyApplyOutput[];
  }
  interface GetParkCustomerBountyConsumptionOutput {
    id?: string;
    /** 奖励金消费日期 */
    payDateTime?: string;
    /** 消费金额 */
    amount?: number;
    /** 消费类型 */
    payRemark?: string;
    /** 奖励金余额 */
    remianAmount?: number;
    /** 凭证 */
    payFileUrl?: string;
    payFileUrls?: string[];
  }
  interface GetParkCustomerBountyConsumptionOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: GetParkCustomerBountyConsumptionOutput[];
  }
  interface GetParkCustomerBountyGrantOutput {
    id?: string;
    /** 申请批次号 */
    batchNo?: string;
    /** 发放日期 */
    settleTime?: string;
    /** 入账时间 */
    incomeTime?: string;
    incomeStatus?: TransferToStatusEnum;
    /** 发放金额 */
    applySumAmount?: number;
    /** 入账凭证 */
    transferToFileUrl?: string;
  }
  interface GetParkCustomerBountyGrantOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: GetParkCustomerBountyGrantOutput[];
  }
  interface GetParkCustomerManageDetailOutput {
    id?: string;
    /** 企业名称 */
    enterpriseName?: string;
    /** 信用代码 */
    societyCreditCode?: string;
    enterpriseType?: EnterpriseTypeEnum;
    industrialParkId?: string;
    /** 所属园区 */
    industrialParkName?: string;
    /** 园区类型 */
    parkTypeId?: string;
    /** 园区类型名称 */
    parkTypName?: string;
    /** 营业执照 */
    licenseUrl?: string;
    /** 银行总行名称 */
    bankName?: string;
    /** 银行支行名称 */
    bankBranchName?: string;
    /** 银行卡号 */
    bankCardNumber?: string;
  }
  interface GetParkCustomerManageOutput {
    id?: string;
    /** 帐号 */
    userName?: string;
    /** 企业名称 */
    enterpriseName?: string;
    /** 信用代码 */
    societyCreditCode?: string;
    /** 电话 */
    phoneNumber?: string;
    enterpriseType?: EnterpriseTypeEnum;
    industrialParkId?: string;
    /** 所属园区 */
    industrialParkName?: string;
    /** 园区类型 */
    parkTypeId?: string;
    /** 园区类型名称 */
    parkTypName?: string;
    /** 营业执照是否已完善 */
    licenseIsVerify?: boolean;
    /** 企业信息是否已完善 */
    enterpriseIsVerify?: boolean;
    bankName?: string;
    bankBranchName?: string;
    bankCardNumber?: string;
    bankIsVerify?: boolean;
    /** 申报次数 */
    applyCount?: number;
    /** 最近申报 */
    lastApplyTime?: string;
    /** 发放次数 */
    payCount?: number;
    /** 最近发放时间 */
    lastPayTime?: string;
    /** 奖励金余额 */
    bountyAmount?: number;
  }
  interface GetParkCustomerManageOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: GetParkCustomerManageOutput[];
  }
  interface GetParkOrHRInfoByUserInput {
@@ -8158,6 +8634,19 @@
    attestateEndDate?: string;
    /** 查询条件:客户名称/联系人/手机号 */
    queryCondition?: string;
  }
  interface GetUserBaseEnterpriseInfoOutput {
    /** 奖励金余额 */
    bountyAmount?: number;
    enterpriseName?: string;
    societyCreditCode?: string;
    licenseUrl?: string;
    enterpriseIsVerify?: boolean;
    bankName?: string;
    bankBranchName?: string;
    bankCardNumber?: string;
    bankIsVerify?: boolean;
  }
  interface GetUserBaseInfoDataResponse {
@@ -9114,7 +9603,16 @@
    data?: IncentivePaymentsManageListOutput[];
  }
  interface IncheckParkBountyApplyInput {
    parkBountyApplyId?: string;
    inCheckStatus?: BountyCheckStatusEnum;
    /** 备注 */
    remark?: string;
  }
  type IncomeExpenseTypeEnum = 10 | 20;
  type IncomeStatusEnum = 1 | 2;
  interface IndustrialParkDetailOutput {
    id?: string;
@@ -9137,6 +9635,10 @@
    id?: string;
    /** 园区名称 */
    parkName?: string;
    /** 园区类型 */
    parkTypeId?: string;
    /** 园区类型名称 */
    parkTypeName?: string;
  }
  interface IndustrialParkListOutput {
@@ -13699,6 +14201,42 @@
    requestId?: string;
  }
  interface OutCheckParkBountyApplyBaseInfo {
    /** 申请批次号 */
    batchNo?: string;
    /** 申请园区Id */
    parkId?: string;
    /** 申请园区 */
    parkName?: string;
    /** 申请园区类型 */
    parkTypeName?: string;
    /** 申请奖励金月份 */
    applyMonth?: string;
    /** 奖励金汇总金额 */
    applySumAmount?: number;
    /** 汇总明细表 */
    enterpriseTaxSubFileUrl?: string;
    /** 企业营收汇总表 */
    enterpriseOperateFileUrl?: string;
    /** 奖励金分配表 */
    bountyAssignFileUlr?: string;
    /** 奖励金汇总表 */
    bountyCollectFileUrl?: string;
    outCheckStatus?: BountyCheckStatusEnum;
    /** 外部审核原因 */
    outCheckRemark?: string;
    /** 内部审核原因 */
    inCheckRemark?: string;
    inCheckStatus?: BountyCheckStatusEnum;
  }
  interface OutcheckParkBountyApplyInput {
    parkBountyApplyId?: string;
    outCheckStatus?: BountyCheckStatusEnum;
    /** 备注 */
    remark?: string;
  }
  interface PageInput {
    pageModel?: Pagination;
  }
@@ -13728,6 +14266,139 @@
    constraintTypes?: string[];
    bindingSourceId?: string;
    descriptorName?: string;
  }
  interface ParkBountyApplyBaseInfo {
    /** 申请批次号 */
    batchNo?: string;
    /** 申请园区Id */
    parkId?: string;
    /** 申请园区 */
    parkName?: string;
    /** 申请园区类型 */
    parkTypeName?: string;
    /** 申请奖励金月份 */
    applyMonth?: string;
    /** 奖励金汇总金额 */
    applySumAmount?: number;
    /** 汇总明细表 */
    enterpriseTaxSubFileUrl?: string;
    /** 企业营收汇总表 */
    enterpriseOperateFileUrl?: string;
    /** 奖励金分配表 */
    bountyAssignFileUlr?: string;
    /** 奖励金汇总表 */
    bountyCollectFileUrl?: string;
  }
  interface ParkBountyApplyBatchTransferInput {
    parkBountyApplyDetailId?: string[];
    /** 入账金额 */
    transferToAmount?: number;
  }
  interface ParkBountyApplyDetailInfo {
    parkBountyApplyId?: string;
    parkBountyApplyDetailId?: string;
    enterpriseId?: string;
    userName?: string;
    /** 企业名称 */
    enterpriseName?: string;
    /** 基本户信息 */
    bankAccountInfo?: string;
    /** 电话 */
    contactPhone?: string;
    /** 营业执照 */
    licenseUrl?: string;
    /** 社会统一信用代码 */
    societyCreditCode?: string;
    /** 园区入驻协议 */
    parkEnterPactUrl?: string;
    /** 完税证明 */
    ratePaymentFileUrl?: string;
    /** 企业缴税明细汇总表 */
    taxSubFileUrl?: string;
    /** 企业经营利润表 */
    operateProfitesUrl?: string;
    /** 入驻关联说明 */
    enterRelateUrl?: string;
    /** C端个税完税情况说明 */
    personTaxRatePayUrl?: string;
    authType?: EnterpriseTypeEnum;
    /** 银行信息号是否已完善 */
    bankIsVerify?: boolean;
    /** 企业信息是否已完善 */
    enterpriseIsVerify?: boolean;
    /** 文件完整度 */
    fileCompleteRate?: string;
  }
  interface ParkBountyApplyDetailInfoPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: ParkBountyApplyDetailInfo[];
  }
  interface ParkBountyApplySettleInput {
    parkBountyApplyId?: string;
    /** 发放凭证 */
    settleFileUrl?: string;
  }
  interface ParkBountyApplyTransferDetailInfo {
    parkBountyApplyId?: string;
    /** 账号 */
    userName?: string;
    enterpriseId?: string;
    /** 企业名称 */
    enterpriseName?: string;
    /** 基本户信息 */
    bankAccountInfo?: string;
    /** 电话 */
    contactPhone?: string;
    /** 营业执照 */
    licenseUrl?: string;
    /** 社会统一信用代码 */
    societyCreditCode?: string;
    /** 园区入驻协议 */
    parkEnterPactUrl?: string;
    /** 完税证明 */
    ratePaymentFileUrl?: string;
    /** 企业缴税明细汇总表 */
    taxSubFileUrl?: string;
    /** 企业经营利润表 */
    operateProfitesUrl?: string;
    /** 入驻关联说明 */
    enterRelateUrl?: string;
    /** C端个税完税情况说明 */
    personTaxRatePayUrl?: string;
    authType?: EnterpriseTypeEnum;
    transferToStatus?: TransferToStatusEnum;
    /** 入账金额 */
    transferToAmount?: number;
    /** 入账时间 */
    transferToTime?: string;
    parkBountyApplyDetailId?: string;
    /** 入账凭证 */
    transferToFileUrl?: string;
  }
  interface ParkBountyApplyTransferDetailInfoPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: ParkBountyApplyTransferDetailInfo[];
  }
  interface ParkBountyApplyTransferFileInput {
    parkBountyApplyDetailId?: string;
    /** 入账凭证 */
    transferToFileUrl?: string;
  }
  interface ParkBountyApplyTransferInput {
    parkBountyApplyDetailId?: string;
    /** 入账金额 */
    transferToAmount?: number;
  }
  type ParkCustomersCountTypeEnum = 10 | 50 | 100;
@@ -15908,6 +16579,32 @@
    operateHistoryType?: OperateHistoryTypeEnum;
  }
  interface QueryParkCustomerBountyApplyInput {
    pageModel?: Pagination;
    id?: string;
  }
  interface QueryParkCustomerManageInput {
    pageModel?: Pagination;
    /** 企业名/信用代码 */
    keywords?: string;
    /** 营业执照是否已完善 */
    licenseIsVerify?: boolean;
    /** 企业信息是否已完善 */
    enterpriseIsVerify?: boolean;
    /** 银行账户是否完善 */
    bankIsVerify?: boolean;
    /** 所属园区 */
    industrialParkId?: string;
    /** 最近申报开始日期 */
    lastApplyBeginTime?: string;
    /** 最近申报结束日期 */
    lastApplyEndTime?: string;
    lastPayBeginTime?: string;
    /** 最近发放结束日期 */
    lastPayEndTime?: string;
  }
  interface QueryParkOrHRAuditPageInput {
    pageModel?: Pagination;
    auditStatus?: ParkOrHRAuditStatusEnum;
@@ -16595,6 +17292,7 @@
  interface ResetPasswordBaseInput {
    userId?: string;
    password?: string;
  }
  interface ResetPasswordDto {
@@ -16963,6 +17661,24 @@
    templateParamValue?: string;
    /** 模板参数额外数据 */
    templateParamExtraData?: string;
  }
  interface SaveParkBountyApplyCollectFileInput {
    parkBountyApplyId?: string;
    /** 奖励金分配表 */
    bountyAssignFileUlr?: string;
    /** 奖励金汇总表 */
    bountyCollectFileUrl?: string;
    /** 申报总额 */
    applySumAmount?: number;
  }
  interface SaveParkBountyApplyGatherFileInput {
    parkBountyApplyId?: string;
    /** 企业营收汇总表 */
    enterpriseOperateFileUrl?: string;
    /** 企业缴税明细表 */
    enterpriseTaxSubFileUrl?: string;
  }
  interface SaveWalletPayChannelFeeSettingInput {
@@ -17350,12 +18066,26 @@
    type?: number;
  }
  type SettleStatusEnum = 1 | 2;
  interface SetUserCertificationAuditStatusInput {
    /** 审核Id */
    id?: string;
    auditStatus?: UserCertificationAuditStatusEnum;
    /** 审核备注 */
    auditNote?: string;
  }
  interface SetUserEnterpiseBaseInfoInput {
    enterpriseName?: string;
    societyCreditCode?: string;
    licenseUrl?: string;
  }
  interface SetUserEnterpriseBankInfoInput {
    bankName?: string;
    bankBranchName?: string;
    bankCardNumber?: string;
  }
  interface SetUserIndustrialParkInput {
@@ -18285,6 +19015,8 @@
  type TransAccountTypeEnum = 10 | 20;
  type TransferToStatusEnum = 1 | 2;
  interface TypeApiDescriptionModel {
    baseType?: string;
    isEnum?: boolean;
@@ -18333,6 +19065,7 @@
    companyOrgId?: string;
    /** 组织架构部门id */
    departmentOrgId?: string;
    password?: string;
    /** 用户Id */
    id?: string;
  }
@@ -18508,6 +19241,23 @@
    enterpriseLogoUrl?: string;
    /** 所属行业Id */
    industryTypeId: string;
    id?: string;
  }
  interface UpdateGovermentClientUserInput {
    /** 名称 */
    name?: string;
    /** 用户名 */
    userName?: string;
    /** 备注 */
    remark?: string;
    /** 手机号 */
    phoneNumber?: string;
    /** 角色 */
    roleNames?: string[];
    /** 密码 */
    password?: string;
    /** 用户Id */
    id?: string;
  }
@@ -19130,6 +19880,28 @@
    insureBillUrl?: string;
  }
  interface UploadParkBountyApplyCompanyFileInput {
    parkBountyApplyId?: string;
    companyId?: string;
    /** 园区入驻协议 */
    parkEnterPactUrl?: string;
    /** 完税证明 */
    ratePaymentFileUrl?: string;
    /** 企业缴税明细汇总表 */
    taxSubFileUrl?: string;
    /** 企业经营利润表 */
    operateProfitesUrl?: string;
    /** 入驻关联说明 */
    enterRelateUrl?: string;
    /** C端个税完税情况说明 */
    personTaxRatePayUrl?: string;
  }
  interface UploadParkBountyApplyCompanyFileOutput {
    companyId?: string;
    fileCompleteRate?: string;
  }
  interface UploadVoucherUrlInput {
    /** 投保批次编号 */
    insurePolicyId?: string;