wupengfei
2025-04-10 8fb20fc31b4be097e5408b9ecfeb5002ebe042f3
src/services/api/typings.d.ts
@@ -946,6 +946,10 @@
    walletAccountType?: WalletAccountTypeEnum;
  }
  interface APIcancelParkBountyApplyParams {
    parkBountyApplyId?: string;
  }
  interface APIcheckUserCertificationRepeatParams {
    userId?: string;
    enterpriseName?: string;
@@ -1550,6 +1554,10 @@
  interface APIgetParams {
    id?: string;
  }
  interface APIgetParkBountyApplyBatchTransferEnterpriseParams {
    parkBountyApplyId?: string;
  }
  interface APIgetParkCustomerManageBaseDetailParams {
@@ -3883,6 +3891,21 @@
    status?: CooperationApplyStatusEnum;
  }
  interface CreateGoverUserInput {
    /** 名称 */
    name?: string;
    /** 用户名 */
    userName?: string;
    /** 备注 */
    remark?: string;
    /** 手机号 */
    phoneNumber?: string;
    /** 角色 */
    roleNames?: string[];
    /** 密码 */
    password?: string;
  }
  interface CreateInformationAdvertiseInput {
    /** 对外联系人 */
    outerContacter?: string;
@@ -4841,6 +4864,16 @@
    name: string;
    /** 排序 */
    sequence?: number;
  }
  interface CreateParkBountyTradeInput {
    enterpriseId?: string;
    /** 最近出账金额 */
    tradeAmount?: number;
    /** 出账凭证 */
    payFileUrl?: string;
    /** 消费类型 */
    payRemark?: string;
  }
  interface CreateParkOrHRAdvertiseInput {
@@ -6533,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;
@@ -6745,6 +6798,25 @@
    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 {
@@ -7757,32 +7829,6 @@
    enterinessName?: string;
  }
  interface GetParkApplyCompanyListOutput {
    id?: string;
    userName?: string;
    enterpriseName?: string;
    bankIsVerify?: boolean;
    /** 营业执照文件地址 */
    licenseUrl?: string;
    /** 统一社会信用代码 */
    societyCreditCode?: string;
    /** 企业信息是否已完善 */
    enterpriseIsVerify?: boolean;
    authType?: EnterpriseTypeEnum;
    /** 企业类型 10人力资源公司 20甲方企业 30行业配套 40行业机构 */
    type?: number;
    /** 用户手机号 */
    phoneNumber?: string;
    /** 创建时间 */
    creationTime?: string;
  }
  interface GetParkApplyCompanyListOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: GetParkApplyCompanyListOutput[];
  }
  interface GetParkApplyCompanyStepTwoListInput {
    pageModel?: Pagination;
    parkBountyApplyId?: string;
@@ -7791,6 +7837,8 @@
    bankIsVerify?: boolean;
    /** 营业执照是否已完善 */
    enterpriseIsVerify?: boolean;
    /** 选择公司Id */
    removeCompanyIds?: string[];
  }
  interface GetParkBountyApplyFileInput {
@@ -7874,6 +7922,9 @@
    /** 发放日期 */
    settleTime?: string;
    incomeStatus?: IncomeStatusEnum;
    inCheckStatus?: BountyCheckStatusEnum;
    /** 内部审核日期 */
    inCheckTime?: string;
    outCheckStatus?: BountyCheckStatusEnum;
    /** 外部审核日期 */
    outCheckTime?: string;
@@ -7891,6 +7942,82 @@
    /** 企业名/信用代码 */
    searchKeyWord?: string;
    transferToStatus?: TransferToStatusEnum;
  }
  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 {
@@ -7924,6 +8051,7 @@
    remianAmount?: number;
    /** 凭证 */
    payFileUrl?: string;
    payFileUrls?: string[];
  }
  interface GetParkCustomerBountyConsumptionOutputPageOutput {
@@ -9492,6 +9620,10 @@
    id?: string;
    /** 园区名称 */
    parkName?: string;
    /** 园区类型 */
    parkTypeId?: string;
    /** 园区类型名称 */
    parkTypeName?: string;
  }
  interface IndustrialParkListOutput {
@@ -14054,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;
  }
@@ -14117,6 +14282,7 @@
  interface ParkBountyApplyDetailInfo {
    parkBountyApplyId?: string;
    enterpriseId?: string;
    userName?: string;
    /** 企业名称 */
    enterpriseName?: string;
    /** 基本户信息 */
@@ -14140,8 +14306,6 @@
    /** C端个税完税情况说明 */
    personTaxRatePayUrl?: string;
    authType?: EnterpriseTypeEnum;
    /** 企业类型 10人力资源公司 20甲方企业 30行业配套 40行业机构 */
    type?: number;
    /** 银行信息号是否已完善 */
    bankIsVerify?: boolean;
    /** 企业信息是否已完善 */
@@ -16411,6 +16575,13 @@
    enterpriseIsVerify?: boolean;
    /** 所属园区 */
    industrialParkId?: string;
    /** 最近申报开始日期 */
    lastApplyBeginTime?: string;
    /** 最近申报结束日期 */
    lastApplyEndTime?: string;
    lastPayBeginTime?: string;
    /** 最近发放结束日期 */
    lastPayEndTime?: string;
  }
  interface QueryParkOrHRAuditPageInput {
@@ -19052,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;