wupengfei
2025-04-18 7c24e02dd40f435aa036d4f3932e72f193441d06
src/services/api/typings.d.ts
@@ -1331,6 +1331,10 @@
    materialType?: EnterpriseMaterialTypeEnum;
  }
  interface APIgetEnterpriseRechargeDetailParams {
    id?: string;
  }
  interface APIgetFirstCurrentUserModuleListCacheByModuleIdParams {
    moduleId?: string;
  }
@@ -3031,6 +3035,12 @@
    verificationCode?: string;
  }
  interface CheckUserEnterpriseRechargeInput {
    id?: string;
    checkStatus?: EnterpriseRechargeStatusEnum;
    remark?: string;
  }
  interface CheckUserWalletBalanceInfoOutput {
    acctNo?: string;
    acctName?: string;
@@ -4418,7 +4428,7 @@
    description?: string;
    parkCustomersCount?: ParkCustomersCountTypeEnum;
    /** 成立年份 */
    setUpDate: number;
    setUpDate?: number;
    serveSetting?: string[];
    workOfType?: string[];
    parkStyle?: ParkStyleDto[];
@@ -5644,6 +5654,8 @@
  type EnterpriseMaterialTypeEnum = 10 | 11 | 20;
  type EnterpriseRechargeStatusEnum = 10 | 20 | 30;
  interface EnterpriseRegVerifyInput {
    /** 用户Id */
    userId?: string;
@@ -5851,6 +5863,8 @@
    subMsg?: string;
    fileId?: string;
  }
  type FinanceStatusEnum = 1 | 2;
  interface FirstPartyCompanyAuditDatilOutput {
    id?: string;
@@ -6663,6 +6677,60 @@
    errmsg?: string;
    cost?: string;
    data?: GetEnterpriseCredentialDataResponse;
  }
  interface GetEnterprisePreChargeCheckListInput {
    pageModel?: Pagination;
    keyWord?: string;
    beginDateTime?: string;
    endDateTime?: string;
    checkStatus?: EnterpriseRechargeStatusEnum;
  }
  interface GetEnterprisePreChargeCheckListOutput {
    id?: string;
    /** 登录账号 */
    userName?: string;
    /** 银行账户 */
    outBankNum?: string;
    /** 出款企业账户名称 */
    outEnterpriseName?: string;
    /** 充值金额 */
    prechargeAmount?: number;
    /** 出账所属银行 */
    outBankName?: string;
    /** 充值流水号 */
    rechargeSerialNo?: string;
    /** 提交日期 */
    creationTime?: string;
    checkStatus?: EnterpriseRechargeStatusEnum;
  }
  interface GetEnterprisePreChargeCheckListOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: GetEnterprisePreChargeCheckListOutput[];
  }
  interface GetEnterpriseRechargeDetail {
    id?: string;
    /** 收款账号 */
    incomeBankNum?: string;
    /** 收款企业名称 */
    incomeEnterpriseName?: string;
    /** 出款账号 */
    outBankNum?: string;
    /** 出款企业名称 */
    outEnterpriseName?: string;
    /** 充值金额 */
    prechargeAmount?: number;
    /** 出账所属银行 */
    outBankName?: string;
    /** 出账支行名称 */
    outBankResumeName?: string;
    /** 出账回单 */
    outReceiptFileUrl?: string;
    checkStatus?: EnterpriseRechargeStatusEnum;
  }
  interface GetFeatureListResultDto {
@@ -7864,7 +7932,7 @@
    /** 企业经营利润表 */
    operateProfitesUrl?: string;
    /** 入驻关联说明 */
    enterRelateUrl?: string;
    personTaxInstructUrl?: string;
    /** C端个税完税情况说明 */
    personTaxRatePayUrl?: string;
  }
@@ -7936,6 +8004,15 @@
    outCheckTime?: string;
    /** 发放凭证 */
    settleFileUrl?: string;
    financeStatus?: FinanceStatusEnum;
    /** 财政发放时间 */
    financeTime?: string;
    /** 财政发放凭证 */
    financeFileUrl?: string;
    /** 充值金额 */
    settleSumAmount?: number;
    /** 财政发放金额 */
    financeSumAmount?: number;
  }
  interface GetParkBountyApplyListOutputPageOutput {
@@ -8253,6 +8330,13 @@
    maxAmount?: number;
    /** 查询条件:买家名称/卖家名称/产品名称 */
    queryCondition?: string;
  }
  interface GetPlatIncomeRechargeAccountOutput {
    bankNumber?: string;
    bankName?: string;
    bankBranchName?: string;
    bankAccountName?: string;
  }
  interface GetProductAdvertiseByCategoryInput {
@@ -14222,6 +14306,8 @@
    bountyAssignFileUlr?: string;
    /** 奖励金汇总表 */
    bountyCollectFileUrl?: string;
    /** 入驻关联说明 */
    enterpriseRelateFileUrl?: string;
    outCheckStatus?: BountyCheckStatusEnum;
    /** 外部审核原因 */
    outCheckRemark?: string;
@@ -14289,6 +14375,14 @@
    bountyAssignFileUlr?: string;
    /** 奖励金汇总表 */
    bountyCollectFileUrl?: string;
    /** 入驻关联说明 */
    enterpriseRelateFileUrl?: string;
  }
  interface ParkBountyApplyBatchFinanceInput {
    parkBountyApplyDetailId?: string[];
    /** 充值金额 */
    financeToAmount?: number;
  }
  interface ParkBountyApplyBatchTransferInput {
@@ -14320,8 +14414,8 @@
    taxSubFileUrl?: string;
    /** 企业经营利润表 */
    operateProfitesUrl?: string;
    /** 入驻关联说明 */
    enterRelateUrl?: string;
    /** C端完善情况说明 */
    personTaxInstructUrl?: string;
    /** C端个税完税情况说明 */
    personTaxRatePayUrl?: string;
    authType?: EnterpriseTypeEnum;
@@ -14331,6 +14425,15 @@
    enterpriseIsVerify?: boolean;
    /** 文件完整度 */
    fileCompleteRate?: string;
    financeToStatus?: FinanceStatusEnum;
    /** 财政入账金额 */
    financeToAmount?: number;
    /** 财政入账时间 */
    financeToTime?: string;
    /** 财政入账凭证 */
    financeToFileUrl?: string;
    /** 财政入账操作用户 */
    financeToUserId?: string;
  }
  interface ParkBountyApplyDetailInfoPageOutput {
@@ -14339,10 +14442,24 @@
    data?: ParkBountyApplyDetailInfo[];
  }
  interface ParkBountyApplyRechargeFileInput {
    parkBountyApplyDetailId?: string;
    /** 平台充值凭证 */
    rechargeToFileUrl?: string;
  }
  interface ParkBountyApplyRechargeInput {
    parkBountyApplyDetailId?: string;
    /** 财政拨付 */
    bountyAmount?: number;
  }
  interface ParkBountyApplySettleInput {
    parkBountyApplyId?: string;
    /** 发放凭证 */
    settleFileUrl?: string;
    /** 发放金额 */
    settleSumAmount?: number;
  }
  interface ParkBountyApplyTransferDetailInfo {
@@ -14368,8 +14485,8 @@
    taxSubFileUrl?: string;
    /** 企业经营利润表 */
    operateProfitesUrl?: string;
    /** 入驻关联说明 */
    enterRelateUrl?: string;
    /** C端完税情况说明 */
    personTaxInstructUrl?: string;
    /** C端个税完税情况说明 */
    personTaxRatePayUrl?: string;
    authType?: EnterpriseTypeEnum;
@@ -17679,6 +17796,8 @@
    enterpriseOperateFileUrl?: string;
    /** 企业缴税明细表 */
    enterpriseTaxSubFileUrl?: string;
    /** 入驻关联说明 */
    enterpriseRelateFileUrl?: string;
  }
  interface SaveWalletPayChannelFeeSettingInput {
@@ -19891,8 +20010,8 @@
    taxSubFileUrl?: string;
    /** 企业经营利润表 */
    operateProfitesUrl?: string;
    /** 入驻关联说明 */
    enterRelateUrl?: string;
    /** C端完税情况说明 */
    personTaxInstructUrl?: string;
    /** C端个税完税情况说明 */
    personTaxRatePayUrl?: string;
  }
@@ -20532,6 +20651,25 @@
    data?: UserDto[];
  }
  interface UserEnterpiseRechargeInput {
    /** 收款账号 */
    incomeBankNum?: string;
    /** 收款企业名称 */
    incomeEnterpriseName?: string;
    /** 出款账号 */
    outBankNum?: string;
    /** 出款企业名称 */
    outEnterpriseName?: string;
    /** 充值金额 */
    prechargeAmount?: number;
    /** 出账所属银行 */
    outBankName?: string;
    /** 出账支行名称 */
    outBankResumeName?: string;
    /** 出账回单 */
    outReceiptFileUrl?: string;
  }
  type UserFollowStatusEnum = 10 | 20 | 30 | 40;
  interface UserGetContractEnterpriseFaceSignInput {