wupengfei
2025-04-10 8fb20fc31b4be097e5408b9ecfeb5002ebe042f3
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,7 +2690,7 @@
    userId?: string;
  }
  type BountyCheckStatusEnum = 10 | 20 | 30;
  type BountyCheckStatusEnum = 10 | 20 | 30 | -10;
  type BusinessSettingTypeEnum = 10;
@@ -3872,6 +3891,21 @@
    status?: CooperationApplyStatusEnum;
  }
  interface CreateGoverUserInput {
    /** 名称 */
    name?: string;
    /** 用户名 */
    userName?: string;
    /** 备注 */
    remark?: string;
    /** 手机号 */
    phoneNumber?: string;
    /** 角色 */
    roleNames?: string[];
    /** 密码 */
    password?: string;
  }
  interface CreateInformationAdvertiseInput {
    /** 对外联系人 */
    outerContacter?: string;
@@ -4832,6 +4866,16 @@
    sequence?: number;
  }
  interface CreateParkBountyTradeInput {
    enterpriseId?: string;
    /** 最近出账金额 */
    tradeAmount?: number;
    /** 出账凭证 */
    payFileUrl?: string;
    /** 消费类型 */
    payRemark?: string;
  }
  interface CreateParkOrHRAdvertiseInput {
    /** 对外联系人 */
    outerContacter?: string;
@@ -5387,6 +5431,11 @@
    datesCount?: number;
    /** 合同页面键值(非全部) */
    listParams?: Record<string, any>;
  }
  interface EditParkBountyApplyStepOneInput {
    parkBountyApplyId?: string;
    removeCompanyIds?: string[];
  }
  interface EDZ001Input {
@@ -6218,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;
@@ -6256,6 +6317,11 @@
    delList?: InsureInsStaffList[];
    updateList?: InsureInsStaffList[];
    remainList?: InsureInsStaffList[];
  }
  interface GetBatchChooseCompanyOutput {
    listCanChooseCompany?: GetCompanyNameListOutput[];
    listDeleteChooseCompany?: GetCompanyNameListOutput[];
  }
  interface GetBusinessPayInfoInput {
@@ -6409,6 +6475,17 @@
    insureQrCode?: string;
  }
  interface GetCompanyNameListInput {
    parkId?: string;
    /** 选择公司Id */
    removeCompanyIds?: string[];
  }
  interface GetCompanyNameListOutput {
    companyId?: string;
    name?: string;
  }
  interface GetCooperationApplyInput {
    pageModel?: Pagination;
    status?: CooperationApplyStatusEnum;
@@ -6487,6 +6564,26 @@
    pageModel?: Pagination;
    objectData?: any;
    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 {
@@ -6701,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 {
@@ -7707,15 +7829,49 @@
    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;
  }
  interface GetParkBountyApplyInfoOutput {
    parkBountyApplyBaseInfo?: ParkBountyApplyBaseInfo;
    parkBountyApplyDetailInfoList?: ParkBountyApplyDetailInfo[];
    /** 基本户是否已完善 */
    bankIsVerify?: boolean;
    /** 营业执照是否已完善 */
    enterpriseIsVerify?: boolean;
  }
  interface GetParkBountyApplyListInput {
@@ -7748,6 +7904,8 @@
    id?: string;
    /** 申请批次号 */
    batchNo?: string;
    /** 入账时间 */
    incomeTime?: string;
    /** 申请园区Id */
    parkId?: string;
    /** 申请园区 */
@@ -7764,8 +7922,9 @@
    /** 发放日期 */
    settleTime?: string;
    incomeStatus?: IncomeStatusEnum;
    /** 入账日期 */
    incomeTime?: string;
    inCheckStatus?: BountyCheckStatusEnum;
    /** 内部审核日期 */
    inCheckTime?: string;
    outCheckStatus?: BountyCheckStatusEnum;
    /** 外部审核日期 */
    outCheckTime?: string;
@@ -7778,15 +7937,212 @@
  }
  interface GetParkBountyApplyTransferInfoInput {
    pageModel?: Pagination;
    parkBountyApplyId?: string;
    /** 企业名/信用代码 */
    searchKeyWord?: string;
    transferToStatus?: TransferToStatusEnum;
  }
  interface GetParkBountyApplyTransferInfoOutput {
    parkBountyApplyBaseInfo?: ParkBountyApplyBaseInfo;
    parkBountyApplyTransferDetailInfoList?: ParkBountyApplyTransferDetailInfo[];
  interface GetParkBountyTradeDetailByIdInput {
    pageModel?: Pagination;
    /** 企业名/信用代码 */
    searchKeyWord?: string;
    /** 申请起始日期 */
    creationTimeBegin?: string;
    /** 申请结束日期 */
    creationTimeEnd?: string;
    /** 出账起始日期 */
    transferTimeBegin?: string;
    /** 出账结束日期 */
    transferTimeEnd?: string;
    enterpriseId?: string;
  }
  interface GetParkBountyTradeDetailOutput {
    /** 最近出账金额 */
    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 {
    /** 账号 */
    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;
    payType?: EnterpriseBountyPayTypeEnum;
    /** 奖励金余额 */
    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?: IncomeStatusEnum;
    /** 发放金额 */
    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;
    /** 申报次数 */
    applyCount?: number;
    /** 最近申报 */
    lastApplyTime?: string;
    /** 发放次数 */
    payCount?: number;
    /** 最近发放时间 */
    lastPayTime?: string;
    /** 奖励金余额 */
    bountyAmount?: number;
  }
  interface GetParkCustomerManageOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: GetParkCustomerManageOutput[];
  }
  interface GetParkOrHRInfoByUserInput {
@@ -9232,6 +9588,13 @@
    data?: IncentivePaymentsManageListOutput[];
  }
  interface IncheckParkBountyApplyInput {
    parkBountyApplyId?: string;
    inCheckStatus?: BountyCheckStatusEnum;
    /** 备注 */
    remark?: string;
  }
  type IncomeExpenseTypeEnum = 10 | 20;
  type IncomeStatusEnum = 1 | 2;
@@ -9257,6 +9620,10 @@
    id?: string;
    /** 园区名称 */
    parkName?: string;
    /** 园区类型 */
    parkTypeId?: string;
    /** 园区类型名称 */
    parkTypeName?: string;
  }
  interface IndustrialParkListOutput {
@@ -13819,6 +14186,39 @@
    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;
  }
  interface OutcheckParkBountyApplyInput {
    parkBountyApplyId?: string;
    outCheckStatus?: BountyCheckStatusEnum;
    /** 备注 */
    remark?: string;
  }
  interface PageInput {
    pageModel?: Pagination;
  }
@@ -13882,6 +14282,7 @@
  interface ParkBountyApplyDetailInfo {
    parkBountyApplyId?: string;
    enterpriseId?: string;
    userName?: string;
    /** 企业名称 */
    enterpriseName?: string;
    /** 基本户信息 */
@@ -13905,6 +14306,18 @@
    /** C端个税完税情况说明 */
    personTaxRatePayUrl?: string;
    authType?: EnterpriseTypeEnum;
    /** 银行信息号是否已完善 */
    bankIsVerify?: boolean;
    /** 企业信息是否已完善 */
    enterpriseIsVerify?: boolean;
    /** 文件完整度 */
    fileCompleteRate?: string;
  }
  interface ParkBountyApplyDetailInfoPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: ParkBountyApplyDetailInfo[];
  }
  interface ParkBountyApplySettleInput {
@@ -13940,7 +14353,8 @@
    enterRelateUrl?: string;
    /** C端个税完税情况说明 */
    personTaxRatePayUrl?: string;
    authType?: EnterpriseTypeEnum;
    /** 企业类型 10人力资源公司 20甲方企业 30行业配套 40行业机构 */
    type?: number;
    transferToStatus?: TransferToStatusEnum;
    /** 入账金额 */
    transferToAmount?: number;
@@ -13948,6 +14362,12 @@
    transferToTime?: string;
    /** 入账凭证 */
    transferToFileUrl?: string;
  }
  interface ParkBountyApplyTransferDetailInfoPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: ParkBountyApplyTransferDetailInfo[];
  }
  interface ParkBountyApplyTransferFileInput {
@@ -16140,6 +16560,30 @@
    operateHistoryType?: OperateHistoryTypeEnum;
  }
  interface QueryParkCustomerBountyApplyInput {
    pageModel?: Pagination;
    id?: string;
  }
  interface QueryParkCustomerManageInput {
    pageModel?: Pagination;
    /** 企业名/信用代码 */
    keywords?: string;
    /** 营业执照是否已完善 */
    licenseIsVerify?: boolean;
    /** 企业信息是否已完善 */
    enterpriseIsVerify?: boolean;
    /** 所属园区 */
    industrialParkId?: string;
    /** 最近申报开始日期 */
    lastApplyBeginTime?: string;
    /** 最近申报结束日期 */
    lastApplyEndTime?: string;
    lastPayBeginTime?: string;
    /** 最近发放结束日期 */
    lastPayEndTime?: string;
  }
  interface QueryParkOrHRAuditPageInput {
    pageModel?: Pagination;
    auditStatus?: ParkOrHRAuditStatusEnum;
@@ -17196,6 +17640,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 {
@@ -18761,6 +19223,23 @@
    id?: string;
  }
  interface UpdateGovermentClientUserInput {
    /** 名称 */
    name?: string;
    /** 用户名 */
    userName?: string;
    /** 备注 */
    remark?: string;
    /** 手机号 */
    phoneNumber?: string;
    /** 角色 */
    roleNames?: string[];
    /** 密码 */
    password?: string;
    /** 用户Id */
    id?: string;
  }
  interface UpdateIndustrialParkInput {
    /** 园区名称 */
    parkName: string;
@@ -19380,6 +19859,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;