wupengfei
2025-04-09 1b0bbe7fbe3d62779356f0729f086ceb3901e17b
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;
@@ -1542,6 +1549,10 @@
  }
  interface APIgetParams {
    id?: string;
  }
  interface APIgetParkCustomerManageBaseDetailParams {
    id?: string;
  }
@@ -2671,7 +2682,7 @@
    userId?: string;
  }
  type BountyCheckStatusEnum = 10 | 20 | 30;
  type BountyCheckStatusEnum = 10 | 20 | 30 | -10;
  type BusinessSettingTypeEnum = 10;
@@ -5389,6 +5400,11 @@
    listParams?: Record<string, any>;
  }
  interface EditParkBountyApplyStepOneInput {
    parkBountyApplyId?: string;
    removeCompanyIds?: string[];
  }
  interface EDZ001Input {
    recvLength?: number;
    tradeDate?: number;
@@ -6218,6 +6234,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 +6284,11 @@
    delList?: InsureInsStaffList[];
    updateList?: InsureInsStaffList[];
    remainList?: InsureInsStaffList[];
  }
  interface GetBatchChooseCompanyOutput {
    listCanChooseCompany?: GetCompanyNameListOutput[];
    listDeleteChooseCompany?: GetCompanyNameListOutput[];
  }
  interface GetBusinessPayInfoInput {
@@ -6407,6 +6440,17 @@
    message?: string;
    /** 保险签约认证连接二维码Base64 */
    insureQrCode?: string;
  }
  interface GetCompanyNameListInput {
    parkId?: string;
    /** 选择公司Id */
    removeCompanyIds?: string[];
  }
  interface GetCompanyNameListOutput {
    companyId?: string;
    name?: string;
  }
  interface GetCooperationApplyInput {
@@ -6701,6 +6745,12 @@
    signName?: string;
    status?: LgGigWorkerSignStatus;
    settingStatus?: LgGigWorkerSignSettingStatus;
  }
  interface GetHasApplyCompanyNameListInput {
    parkBountyApplyId?: string;
    /** 选择公司Id */
    removeCompanyIds?: string[];
  }
  interface GetHeadlineInformationInput {
@@ -7707,15 +7757,73 @@
    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;
    searchKeyWord?: string;
    /** 基本户是否已完善 */
    bankIsVerify?: boolean;
    /** 营业执照是否已完善 */
    enterpriseIsVerify?: boolean;
  }
  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 +7856,8 @@
    id?: string;
    /** 申请批次号 */
    batchNo?: string;
    /** 入账时间 */
    incomeTime?: string;
    /** 申请园区Id */
    parkId?: string;
    /** 申请园区 */
@@ -7764,8 +7874,6 @@
    /** 发放日期 */
    settleTime?: string;
    incomeStatus?: IncomeStatusEnum;
    /** 入账日期 */
    incomeTime?: string;
    outCheckStatus?: BountyCheckStatusEnum;
    /** 外部审核日期 */
    outCheckTime?: string;
@@ -7778,15 +7886,135 @@
  }
  interface GetParkBountyApplyTransferInfoInput {
    pageModel?: Pagination;
    parkBountyApplyId?: string;
    /** 企业名/信用代码 */
    searchKeyWord?: string;
    transferToStatus?: TransferToStatusEnum;
  }
  interface GetParkBountyApplyTransferInfoOutput {
    parkBountyApplyBaseInfo?: ParkBountyApplyBaseInfo;
    parkBountyApplyTransferDetailInfoList?: ParkBountyApplyTransferDetailInfo[];
  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;
  }
  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 {
@@ -9230,6 +9458,13 @@
    pageModel?: Pagination;
    objectData?: any;
    data?: IncentivePaymentsManageListOutput[];
  }
  interface IncheckParkBountyApplyInput {
    parkBountyApplyId?: string;
    inCheckStatus?: BountyCheckStatusEnum;
    /** 备注 */
    remark?: string;
  }
  type IncomeExpenseTypeEnum = 10 | 20;
@@ -13905,6 +14140,20 @@
    /** C端个税完税情况说明 */
    personTaxRatePayUrl?: string;
    authType?: EnterpriseTypeEnum;
    /** 企业类型 10人力资源公司 20甲方企业 30行业配套 40行业机构 */
    type?: number;
    /** 银行信息号是否已完善 */
    bankIsVerify?: boolean;
    /** 企业信息是否已完善 */
    enterpriseIsVerify?: boolean;
    /** 文件完整度 */
    fileCompleteRate?: string;
  }
  interface ParkBountyApplyDetailInfoPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: ParkBountyApplyDetailInfo[];
  }
  interface ParkBountyApplySettleInput {
@@ -13940,7 +14189,8 @@
    enterRelateUrl?: string;
    /** C端个税完税情况说明 */
    personTaxRatePayUrl?: string;
    authType?: EnterpriseTypeEnum;
    /** 企业类型 10人力资源公司 20甲方企业 30行业配套 40行业机构 */
    type?: number;
    transferToStatus?: TransferToStatusEnum;
    /** 入账金额 */
    transferToAmount?: number;
@@ -13948,6 +14198,12 @@
    transferToTime?: string;
    /** 入账凭证 */
    transferToFileUrl?: string;
  }
  interface ParkBountyApplyTransferDetailInfoPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: ParkBountyApplyTransferDetailInfo[];
  }
  interface ParkBountyApplyTransferFileInput {
@@ -16140,6 +16396,23 @@
    operateHistoryType?: OperateHistoryTypeEnum;
  }
  interface QueryParkCustomerBountyApplyInput {
    pageModel?: Pagination;
    id?: string;
  }
  interface QueryParkCustomerManageInput {
    pageModel?: Pagination;
    /** 企业名/信用代码 */
    keywords?: string;
    /** 营业执照是否已完善 */
    licenseIsVerify?: boolean;
    /** 企业信息是否已完善 */
    enterpriseIsVerify?: boolean;
    /** 所属园区 */
    industrialParkId?: string;
  }
  interface QueryParkOrHRAuditPageInput {
    pageModel?: Pagination;
    auditStatus?: ParkOrHRAuditStatusEnum;
@@ -17196,6 +17469,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 {
@@ -19380,6 +19671,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;